From: Sebastian Pipping Date: Sun, 1 Jan 2012 20:53:51 +0000 (+0000) Subject: media-libs/gegl: Fix src_configure X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32267e466c465a108e8c7c4706f61a215c2bae2c;p=gentoo.git media-libs/gegl: Fix src_configure Package-Manager: portage-2.1.10.43/cvs/Linux x86_64 --- 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 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 ? }