diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-29 17:40:26 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-29 17:40:26 +0000 |
commit | 6d93e4aa39cd9c81892da8e7bea115d6ea45fbc1 (patch) | |
tree | 297a996e07b21d61e349644fa8b748b1cd14c370 /media-gfx/gtkam/gtkam-0.1.14.ebuild | |
parent | mask a revamped snapshot ebuild for Emacs (diff) | |
download | historical-6d93e4aa39cd9c81892da8e7bea115d6ea45fbc1.tar.gz historical-6d93e4aa39cd9c81892da8e7bea115d6ea45fbc1.tar.bz2 historical-6d93e4aa39cd9c81892da8e7bea115d6ea45fbc1.zip |
fix useflag handling and autotooling
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'media-gfx/gtkam/gtkam-0.1.14.ebuild')
-rw-r--r-- | media-gfx/gtkam/gtkam-0.1.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/gtkam/gtkam-0.1.14.ebuild b/media-gfx/gtkam/gtkam-0.1.14.ebuild index ea5325cab2dd..c26ef314bfd6 100644 --- a/media-gfx/gtkam/gtkam-0.1.14.ebuild +++ b/media-gfx/gtkam/gtkam-0.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.14.ebuild,v 1.1 2007/01/29 04:30:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/gtkam-0.1.14.ebuild,v 1.2 2007/01/29 17:40:26 compnerd Exp $ inherit autotools eutils gnome2 @@ -33,14 +33,14 @@ pkg_setup() { $(use_with gnome) \ $(use_with gnome bonobo) \ $(use_enable nls) \ - --with-rpmbuild=/bin/false --without-gimp" + --with-rpmbuild=/bin/false" } src_unpack() { gnome2_src_unpack epatch ${FILESDIR}/${PN}-0.1.14-as-needed.patch - eautoreconf + AT_M4DIR="m4m" eautomake } src_install() { |