diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-21 19:14:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-21 19:14:43 +0000 |
commit | e8fc714795c139a70e29ff4a4ec8a1df46cb52de (patch) | |
tree | 8bfcac35b106ad88453623e1a6e2fd8836153ef3 /media-libs/gavl | |
parent | amd64 stable, bug #219669 (diff) | |
download | gentoo-2-e8fc714795c139a70e29ff4a4ec8a1df46cb52de.tar.gz gentoo-2-e8fc714795c139a70e29ff4a4ec8a1df46cb52de.tar.bz2 gentoo-2-e8fc714795c139a70e29ff4a4ec8a1df46cb52de.zip |
add missing IUSE=doc
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/gavl')
-rw-r--r-- | media-libs/gavl/gavl-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gavl/gavl-1.0.0.ebuild b/media-libs/gavl/gavl-1.0.0.ebuild index 4c3a52e890a9..7bc874f2ea6d 100644 --- a/media-libs/gavl/gavl-1.0.0.ebuild +++ b/media-libs/gavl/gavl-1.0.0.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/gavl/gavl-1.0.0.ebuild,v 1.1 2008/05/18 12:41:57 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gavl/gavl-1.0.0.ebuild,v 1.2 2008/05/21 19:14:43 mr_bones_ Exp $ inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="doc" RDEPEND="" DEPEND="doc? ( app-doc/doxygen )" |