summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 19:01:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-04 19:01:21 +0000
commit04dd6e4458b78faf18d57d02b18f75ece7713073 (patch)
tree3e17df47d8bf4ac3458c0225520a33fdfe0dea22 /x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
parentshow gem command line if gem installation fails (diff)
downloadhistorical-04dd6e4458b78faf18d57d02b18f75ece7713073.tar.gz
historical-04dd6e4458b78faf18d57d02b18f75ece7713073.tar.bz2
historical-04dd6e4458b78faf18d57d02b18f75ece7713073.zip
Fix broken autotools handling.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild')
-rw-r--r--x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild b/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
index 1dd69b5c6d0e..45e3e80f1eb4 100644
--- a/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
+++ b/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild
@@ -1,8 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild,v 1.6 2005/09/07 13:39:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-industrial/gtk-engines-industrial-0.2.36.ebuild,v 1.7 2007/01/04 19:01:21 flameeyes Exp $
-inherit eutils
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+
+inherit eutils autotools
MY_PN="gtk-industrial-engine"
DESCRIPTION="GTK+ 1 Industrial theme engine"
@@ -28,11 +31,7 @@ src_unpack() {
# Hack so it can find the required files
cp gtk-common/* gtk1-engine
- libtoolize --copy --force
- aclocal || die "aclocal failed"
- autoheader || die "autoheader failed"
- automake --add-missing --gnu || die "automake failed"
- autoconf || die "autoconf failed"
+ eautoreconf
}
src_compile() {