diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:13:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:13:25 +0000 |
commit | 8de420cafde415876e481525dc8fe6e05eee9b1e (patch) | |
tree | 133c4456088aee21259a7ba1b5fc6a44fcc03d9e /sys-devel/cons | |
parent | sync IUSE (+build, +nls, +static), don't assign S=${WORKDIR}/${P}, trim trail... (diff) | |
download | gentoo-2-8de420cafde415876e481525dc8fe6e05eee9b1e.tar.gz gentoo-2-8de420cafde415876e481525dc8fe6e05eee9b1e.tar.bz2 gentoo-2-8de420cafde415876e481525dc8fe6e05eee9b1e.zip |
sync IUSE (missing)
Diffstat (limited to 'sys-devel/cons')
-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" |