summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-01-29 17:40:26 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-01-29 17:40:26 +0000
commitb1d052e526e8a4a7ac266b2b31abc9bafb27d581 (patch)
treeaf3b85f9911023a6893b844a880b9b9e14bd3df6 /media-gfx
parentmask a revamped snapshot ebuild for Emacs (diff)
downloadgentoo-2-b1d052e526e8a4a7ac266b2b31abc9bafb27d581.tar.gz
gentoo-2-b1d052e526e8a4a7ac266b2b31abc9bafb27d581.tar.bz2
gentoo-2-b1d052e526e8a4a7ac266b2b31abc9bafb27d581.zip
fix useflag handling and autotooling
(Portage version: 2.1.2-r5)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/gtkam/ChangeLog5
-rw-r--r--media-gfx/gtkam/gtkam-0.1.14.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/gtkam/ChangeLog b/media-gfx/gtkam/ChangeLog
index 9507190aacf9..a37013bc4022 100644
--- a/media-gfx/gtkam/ChangeLog
+++ b/media-gfx/gtkam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gtkam
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.44 2007/01/29 04:30:13 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gtkam/ChangeLog,v 1.45 2007/01/29 17:40:26 compnerd Exp $
+
+ 29 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org> gtkam-0.1.14.ebuild:
+ Fix useflag handling and autotooling
*gtkam-0.1.14 (29 Jan 2007)
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() {