diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-13 18:39:29 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-13 18:39:29 +0000 |
commit | 1b0d818cc746abae25682b628acbd935270afb8c (patch) | |
tree | a96cb6d070f0c43c22562a1060b65e92ce4a23fe /dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild | |
parent | removed ppc64 from the list of archs running autoconf etc. because it is not ... (diff) | |
download | historical-1b0d818cc746abae25682b628acbd935270afb8c.tar.gz historical-1b0d818cc746abae25682b628acbd935270afb8c.tar.bz2 historical-1b0d818cc746abae25682b628acbd935270afb8c.zip |
removed ppc64 from the list of archs running autoconf etc. because it is not longer needed in those versions
Package-Manager: portage-2.1-r2
Diffstat (limited to 'dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild')
-rw-r--r-- | dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild index a9eeb94e22c5..9fbf9046c556 100644 --- a/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild +++ b/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild,v 1.11 2006/07/17 19:10:31 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.12.2.ebuild,v 1.12 2006/08/13 18:39:29 corsair Exp $ inherit gnome2 @@ -20,7 +20,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 DOCS="AUTHORS ChangeLog NEWS README TODO" src_compile() { - if useq amd64 || useq ppc64; then + if useq amd64; then aclocal -I scripts automake -c -f autoconf |