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
commit84ce6b45f7d0ec7408681c08ba0351f4bcabad30 (patch)
tree906dfa5eb523436246a2033fb2a38db3c34f7598 /media-libs
parentMarked ~x86-solaris (diff)
downloadgentoo-2-84ce6b45f7d0ec7408681c08ba0351f4bcabad30.tar.gz
gentoo-2-84ce6b45f7d0ec7408681c08ba0351f4bcabad30.tar.bz2
gentoo-2-84ce6b45f7d0ec7408681c08ba0351f4bcabad30.zip
media-libs/gegl: Fix src_configure
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-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 ?
}