summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-04-16 16:00:23 +0000
committerTravis Tilley <lv@gentoo.org>2004-04-16 16:00:23 +0000
commitfffb5c039f306ae90f997c689ec78ba94ffb05be (patch)
tree4a2300624000a00a41e870473b5ab92f60fabea7 /dev-cpp/gconfmm
parentmessed up a little on the last fix, so re-fixing (diff)
downloadhistorical-fffb5c039f306ae90f997c689ec78ba94ffb05be.tar.gz
historical-fffb5c039f306ae90f997c689ec78ba94ffb05be.tar.bz2
historical-fffb5c039f306ae90f997c689ec78ba94ffb05be.zip
gnome2 eclass fix
Diffstat (limited to 'dev-cpp/gconfmm')
-rw-r--r--dev-cpp/gconfmm/gconfmm-2.0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild b/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild
index 80e5c55d73bc..83a6a742551b 100644
--- a/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild
+++ b/dev-cpp/gconfmm/gconfmm-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/gconfmm/gconfmm-2.0.1.ebuild,v 1.6 2004/04/16 13:30:21 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.0.1.ebuild,v 1.7 2004/04/16 16:00:23 lv Exp $
inherit gnome2
@@ -23,6 +23,5 @@ DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"
src_compile() {
use amd64 && aclocal -I scripts && automake && autoconf
- econf || die
- emake || die
+ gnome2_src_compile
}