diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:44:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:44:28 +0000 |
commit | cee6d7745ce53f8d88cd75f60912061d43ba30c9 (patch) | |
tree | ea234f274a16e8135aeacaeec7b80b414bbf79b2 /dev-lang/clean | |
parent | Version bump, closes 55817 (diff) | |
download | historical-cee6d7745ce53f8d88cd75f60912061d43ba30c9.tar.gz historical-cee6d7745ce53f8d88cd75f60912061d43ba30c9.tar.bz2 historical-cee6d7745ce53f8d88cd75f60912061d43ba30c9.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-lang/clean')
-rw-r--r-- | dev-lang/clean/clean-2.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/clean/clean-2.0.1.ebuild b/dev-lang/clean/clean-2.0.1.ebuild index 57849011c782..8d1b03a4cc1d 100644 --- a/dev-lang/clean/clean-2.0.1.ebuild +++ b/dev-lang/clean/clean-2.0.1.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/dev-lang/clean/clean-2.0.1.ebuild,v 1.10 2004/07/02 04:25:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/clean/clean-2.0.1.ebuild,v 1.11 2004/07/14 13:36:37 agriffis Exp $ DESCRIPTION="Clean" HOMEPAGE="http://www.cs.kun.nl/~clean/" @@ -9,6 +9,7 @@ SRC_URI="http://www.cs.kun.nl/~clean/download/Clean20/linux/Clean2.0.1.tar.gz ht LICENSE="LGPL-2.1 | clean" SLOT="0" KEYWORDS="s390 x86 -ppc -sparc" +IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/Clean 2.0.1 Sources" |