diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-04 18:44:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-04 18:44:04 +0000 |
commit | 9442013bc95b134074cacb0c3a589ea341037d1c (patch) | |
tree | 20db15a017535a675bd6ef4f5c325cb1a479d5e9 /media-libs/gegl | |
parent | Version bump. (diff) | |
download | gentoo-2-9442013bc95b134074cacb0c3a589ea341037d1c.tar.gz gentoo-2-9442013bc95b134074cacb0c3a589ea341037d1c.tar.bz2 gentoo-2-9442013bc95b134074cacb0c3a589ea341037d1c.zip |
OOps drop missed doc definitons.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.1.6.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/gegl/ChangeLog b/media-libs/gegl/ChangeLog index fe9932338f66..662ac9ac5544 100644 --- a/media-libs/gegl/ChangeLog +++ b/media-libs/gegl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.43 2011/04/04 18:38:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.44 2011/04/04 18:44:04 scarabeus Exp $ + + 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild: + OOps drop missed doc definitons. 04 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> gegl-0.1.6.ebuild, metadata.xml: diff --git a/media-libs/gegl/gegl-0.1.6.ebuild b/media-libs/gegl/gegl-0.1.6.ebuild index c5071b99c9ca..faadfd2864fa 100644 --- a/media-libs/gegl/gegl-0.1.6.ebuild +++ b/media-libs/gegl/gegl-0.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.7 2011/04/04 18:38:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1.8 2011/04/04 18:44:04 scarabeus Exp $ EAPI=4 @@ -61,12 +61,10 @@ src_configure() { econf \ --disable-profile \ --without-libspiro \ - --disable-doc --disable-workshop \ + --disable-docs --disable-workshop \ --with-gtk --with-pango --with-gdk-pixbuf --with-gio \ $(use_enable mmx) \ $(use_enable sse) \ - $(use_enable doc docs) \ - $(use_enable doc workshop) \ $(use_enable debug) \ $(use_with cairo) \ $(use_with cairo pangocairo) \ |