summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2012-01-01 20:53:51 +0000
committerSebastian Pipping <sping@gentoo.org>2012-01-01 20:53:51 +0000
commit32267e466c465a108e8c7c4706f61a215c2bae2c (patch)
tree1c7d7e6ae4b763aff41de85e99521ab8339906c7 /media-libs/gegl
parentMarked ~x86-solaris (diff)
downloadhistorical-32267e466c465a108e8c7c4706f61a215c2bae2c.tar.gz
historical-32267e466c465a108e8c7c4706f61a215c2bae2c.tar.bz2
historical-32267e466c465a108e8c7c4706f61a215c2bae2c.zip
media-libs/gegl: Fix src_configure
Package-Manager: portage-2.1.10.43/cvs/Linux x86_64
Diffstat (limited to 'media-libs/gegl')
-rw-r--r--media-libs/gegl/ChangeLog5
-rw-r--r--media-libs/gegl/gegl-0.1.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog
index b351dcce8da3..2c992600f647 100644
--- a/media-libs/gegl/ChangeLog
+++ b/media-libs/gegl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gegl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.59 2012/01/01 13:33:38 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.60 2012/01/01 20:53:51 sping Exp $
+
+ 01 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
+ Fix broken use of --(en|dis)able-introspection
*gegl-0.1.8 (01 Jan 2012)
diff --git a/media-libs/gegl/gegl-0.1.8.ebuild b/media-libs/gegl/gegl-0.1.8.ebuild
index 49894fefde18..c5197259b056 100644
--- a/media-libs/gegl/gegl-0.1.8.ebuild
+++ b/media-libs/gegl/gegl-0.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.1 2012/01/01 13:33:37 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.2 2012/01/01 20:53:51 sping Exp $
EAPI=4
@@ -91,7 +91,7 @@ src_configure() {
$(use_with svg librsvg) \
$(use_with umfpack) \
$(use_with v4l libv4l) \
- $(use_with introspection) \
+ $(use_enable introspection) \
$(use_with lensfun)
# TODO expose --without-vala ?
}