diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-10-08 09:29:02 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-10-08 09:29:02 +0000 |
commit | ab313ebb21d068332c235a4d87f0c6ab4b01e4b7 (patch) | |
tree | aae8ce18ac5d7d9ac7b8c65a16696aff640e13c9 /media-libs | |
parent | alpha/ia64 stable wrt #239851 (diff) | |
download | gentoo-2-ab313ebb21d068332c235a4d87f0c6ab4b01e4b7.tar.gz gentoo-2-ab313ebb21d068332c235a4d87f0c6ab4b01e4b7.tar.bz2 gentoo-2-ab313ebb21d068332c235a4d87f0c6ab4b01e4b7.zip |
gegl: make lua conditional to doc useflag
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gegl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index 868f653fb218..1f3d349869f4 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.3 2008/10/08 09:27:27 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.4 2008/10/08 09:29:02 hanno Exp $ + + 08 Oct 2008; Hanno Boeck <hanno@gentoo.org> gegl-0.0.20.ebuild: + Make lua conditional to doc useflag. 08 Oct 2008; Hanno Boeck <hanno@gentoo.org> gegl-0.0.20.ebuild: Raise some dependencies, requires recent versions of glib and ffmpeg. diff --git a/media-libs/gegl/gegl-0.0.20.ebuild b/media-libs/gegl/gegl-0.0.20.ebuild index 1105bf009e8a..689cebbb7173 100644 --- a/media-libs/gegl/gegl-0.0.20.ebuild +++ b/media-libs/gegl/gegl-0.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.3 2008/10/08 09:27:27 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v 1.4 2008/10/08 09:29:02 hanno Exp $ inherit eutils @@ -16,10 +16,10 @@ IUSE="cairo debug doc ffmpeg gtk jpeg openexr sdl svg" DEPEND=">=media-libs/babl-0.0.20 >=dev-libs/glib-2.18.0 - >=dev-lang/lua-5.1.0 media-libs/libpng cairo? ( x11-libs/cairo ) doc? ( app-text/asciidoc + >=dev-lang/lua-5.1.0 app-text/enscript media-gfx/graphviz ) ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20080326 ) |