diff options
author | Travis Tilley <lv@gentoo.org> | 2004-04-16 15:50:14 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-04-16 15:50:14 +0000 |
commit | 4bc7a97b7d0200377b3e55b73d0eb7ee9a7e16d6 (patch) | |
tree | ca393cb2ed188b96a4a3b10d462c126bc1d93401 /dev-cpp/libgnomemm | |
parent | an "oops, we broke it" fix that should make this work on archs other than amd... (diff) | |
download | gentoo-2-4bc7a97b7d0200377b3e55b73d0eb7ee9a7e16d6.tar.gz gentoo-2-4bc7a97b7d0200377b3e55b73d0eb7ee9a7e16d6.tar.bz2 gentoo-2-4bc7a97b7d0200377b3e55b73d0eb7ee9a7e16d6.zip |
messed up a little on the last fix, so re-fixing
Diffstat (limited to 'dev-cpp/libgnomemm')
-rw-r--r-- | dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild b/dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild index 082bf7b56076..443724579a69 100644 --- a/dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild +++ b/dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild,v 1.6 2004/04/16 15:40:58 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild,v 1.7 2004/04/16 15:50:14 lv Exp $ inherit gnome2 IUSE="" @@ -22,6 +22,5 @@ DOCS="AUTHORS COPYING ChangeLog NEWS README TODO" src_compile() { use amd64 && aclocal -I scripts && automake && autoconf - gnome2_src_configure "$@" - emake || die "compile failure" + gnome2_src_compile } |