diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:23:34 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:23:34 +0000 |
commit | 1b95bcf8c4ba20f2b14656f10c7b933085475e09 (patch) | |
tree | ec52c890974ad4ce2dd2f77aa6d4df22126133dc /dev-util/dmake | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-1b95bcf8c4ba20f2b14656f10c7b933085475e09.tar.gz gentoo-2-1b95bcf8c4ba20f2b14656f10c7b933085475e09.tar.bz2 gentoo-2-1b95bcf8c4ba20f2b14656f10c7b933085475e09.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/dmake')
-rw-r--r-- | dev-util/dmake/dmake-4.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/dmake/dmake-4.1-r1.ebuild b/dev-util/dmake/dmake-4.1-r1.ebuild index 2e2cc07d908d..69540e66a955 100644 --- a/dev-util/dmake/dmake-4.1-r1.ebuild +++ b/dev-util/dmake/dmake-4.1-r1.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-util/dmake/dmake-4.1-r1.ebuild,v 1.11 2004/06/25 02:29:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.1-r1.ebuild,v 1.12 2004/07/14 23:19:57 agriffis Exp $ DESCRIPTION="Improved make" SRC_URI="http://plg.uwaterloo.ca/~ftp/dmake/dmake-v4.1-src-export.all-unknown-all.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.scri.fsu.edu/~dwyer/dmake.html" SLOT="0" LICENSE="GPL-1" KEYWORDS="x86 sparc " +IUSE="" DEPEND="sys-apps/groff" |