diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:12:37 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:12:37 +0000 |
commit | 416143d9659f7653771e82934e9520d59d152ab7 (patch) | |
tree | 3dbf51917675fbabf26dac35667c3c574de2473a /sys-devel/cons/cons-2.2.0.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-416143d9659f7653771e82934e9520d59d152ab7.tar.gz historical-416143d9659f7653771e82934e9520d59d152ab7.tar.bz2 historical-416143d9659f7653771e82934e9520d59d152ab7.zip |
sync IUSE (missing)
Diffstat (limited to 'sys-devel/cons/cons-2.2.0.ebuild')
-rw-r--r-- | sys-devel/cons/cons-2.2.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/cons/cons-2.2.0.ebuild b/sys-devel/cons/cons-2.2.0.ebuild index 77c528a30f05..b86c4b6ea0a8 100644 --- a/sys-devel/cons/cons-2.2.0.ebuild +++ b/sys-devel/cons/cons-2.2.0.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/sys-devel/cons/cons-2.2.0.ebuild,v 1.8 2004/06/24 22:44:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/cons/cons-2.2.0.ebuild,v 1.9 2004/07/15 03:11:53 agriffis Exp $ DESCRIPTION="Extensible perl-based build utility" SRC_URI="http://www.dsmit.com/cons/stable/${P}.tgz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.dsmit.com/cons/" SLOT="2.2" LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc alpha" +IUSE="" DEPEND="dev-lang/perl dev-perl/Digest-MD5" |