media-libs/gegl: Fix src_configure
authorSebastian Pipping <sping@gentoo.org>
Sun, 1 Jan 2012 20:53:51 +0000 (20:53 +0000)
committerSebastian Pipping <sping@gentoo.org>
Sun, 1 Jan 2012 20:53:51 +0000 (20:53 +0000)
Package-Manager: portage-2.1.10.43/cvs/Linux x86_64

media-libs/gegl/ChangeLog
media-libs/gegl/gegl-0.1.8.ebuild

index b351dcce8da30bdb2508f8b0fb065040e3f5a864..2c992600f6478f57fa09f36f3c884cfe4dc66c86 100644 (file)
@@ -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)
 
index 49894fefde18cf10867362386c8661c0ab47c333..c5197259b056ed6385fd035b5c98a6e3e055fc3e 100644 (file)
@@ -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 ?
 }