diff options
Diffstat (limited to 'media-libs/gavl/gavl-1.0.0.ebuild')
-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 )" |