diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-13 18:29:10 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-13 18:29:10 +0000 |
commit | 38e815eb24a32b7c40ecaf5056da4154a821a1c2 (patch) | |
tree | 50873d883e6e6c57316340b4aa3783611a2d0451 /dev-cpp/libglademm/libglademm-2.6.2.ebuild | |
parent | remove old wengophone and acroread masks (diff) | |
download | gentoo-2-38e815eb24a32b7c40ecaf5056da4154a821a1c2.tar.gz gentoo-2-38e815eb24a32b7c40ecaf5056da4154a821a1c2.tar.bz2 gentoo-2-38e815eb24a32b7c40ecaf5056da4154a821a1c2.zip |
removed ppc64 from the list of archs running autoconf etc. because it is not longer needed in those versions
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-cpp/libglademm/libglademm-2.6.2.ebuild')
-rw-r--r-- | dev-cpp/libglademm/libglademm-2.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/libglademm/libglademm-2.6.2.ebuild b/dev-cpp/libglademm/libglademm-2.6.2.ebuild index 6ba7f346cb61..7c23943e4f1d 100644 --- a/dev-cpp/libglademm/libglademm-2.6.2.ebuild +++ b/dev-cpp/libglademm/libglademm-2.6.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/libglademm/libglademm-2.6.2.ebuild,v 1.12 2006/07/18 05:11:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libglademm/libglademm-2.6.2.ebuild,v 1.13 2006/08/13 18:29:10 corsair Exp $ inherit gnome2 @@ -18,7 +18,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 ${RDEPEND}" src_compile() { - if useq amd64 || useq ppc64; then + if useq amd64; then aclocal -I scripts libtoolize --force --copy automake -c -f |