diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-18 18:53:34 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-04-18 18:53:34 +0000 |
commit | 349b6b81735f39e95ba236686eb23cb2fdb10ba4 (patch) | |
tree | 949036665281c1ed90db68cc7e34c0224f721f8e /dev-util/gtk-doc | |
parent | Added missing startup files (diff) | |
download | historical-349b6b81735f39e95ba236686eb23cb2fdb10ba4.tar.gz historical-349b6b81735f39e95ba236686eb23cb2fdb10ba4.tar.bz2 historical-349b6b81735f39e95ba236686eb23cb2fdb10ba4.zip |
Added IUSE var
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.1.ebuild b/dev-util/gtk-doc/gtk-doc-1.1.ebuild index 1620867ad638..4b21c5c4d9de 100644 --- a/dev-util/gtk-doc/gtk-doc-1.1.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.1.ebuild,v 1.15 2004/03/21 08:51:13 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-doc/gtk-doc-1.1.ebuild,v 1.16 2004/04/18 18:53:34 leonardop Exp $ inherit gnome.org DESCRIPTION="GTK+ Documentation Generator" HOMEPAGE="http://www.gtk.org/" +IUSE="" LICENSE="GPL-2" SLOT="0" |