summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-16 15:50:14 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-16 15:50:14 +0000
commit49c402ba271e1d9911d3104e53cf6719c89752dc (patch)
treec96c6726d5c373976a8d77ff5791381a80c7ec44 /dev-cpp/libgnomemm
parentan "oops, we broke it" fix that should make this work on archs other than amd... (diff)
downloadhistorical-49c402ba271e1d9911d3104e53cf6719c89752dc.tar.gz
historical-49c402ba271e1d9911d3104e53cf6719c89752dc.tar.bz2
historical-49c402ba271e1d9911d3104e53cf6719c89752dc.zip
messed up a little on the last fix, so re-fixing
Diffstat (limited to 'dev-cpp/libgnomemm')
-rw-r--r--dev-cpp/libgnomemm/Manifest2
-rw-r--r--dev-cpp/libgnomemm/libgnomemm-2.0.1.ebuild5
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-cpp/libgnomemm/Manifest b/dev-cpp/libgnomemm/Manifest
index ee5a55eebc5e..20f1d40ce312 100644
--- a/dev-cpp/libgnomemm/Manifest
+++ b/dev-cpp/libgnomemm/Manifest
@@ -1,6 +1,6 @@
MD5 54b694fca17cede4f9a5d9f4828b6bbb ChangeLog 2187
MD5 809b5ce55290fae292ea554791ae1244 libgnomemm-2.0.0-r1.ebuild 734
-MD5 086e85b978a583cb2338108b4913a290 libgnomemm-2.0.1.ebuild 742
+MD5 67d1cafb0022c025e8cd1a9cc220b6f8 libgnomemm-2.0.1.ebuild 703
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 24c2db8638fe53dba09a9a20ca0844e9 files/digest-libgnomemm-2.0.0-r1 68
MD5 18cc8e18bd644eca9920325ea0147cd7 files/digest-libgnomemm-2.0.1 69
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
}