diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:03:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 22:03:28 +0000 |
commit | d1d49b0ba1e6b1435f3520a372cf2ffc2485dc18 (patch) | |
tree | 4e8c6234acf23516619729cf9ca87d97826db232 /app-text/htag | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-d1d49b0ba1e6b1435f3520a372cf2ffc2485dc18.tar.gz gentoo-2-d1d49b0ba1e6b1435f3520a372cf2ffc2485dc18.tar.bz2 gentoo-2-d1d49b0ba1e6b1435f3520a372cf2ffc2485dc18.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/htag')
-rw-r--r-- | app-text/htag/htag-0.0.22.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/htag/htag-0.0.22.ebuild b/app-text/htag/htag-0.0.22.ebuild index c89e653b207e..7bce7c9db995 100644 --- a/app-text/htag/htag-0.0.22.ebuild +++ b/app-text/htag/htag-0.0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.22.ebuild,v 1.8 2004/06/28 02:58:11 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.22.ebuild,v 1.9 2004/07/13 22:03:28 agriffis Exp $ DESCRIPTION="random signature maker" HOMEPAGE="http://www.earth.li/projectpurple/progs/htag.html" @@ -8,6 +8,7 @@ SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" SLOT="0" KEYWORDS="x86 ~sparc ~mips" +IUSE="" LICENSE="GPL-2" RDEPEND="dev-lang/perl" |