diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 21:15:53 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 21:15:53 +0000 |
commit | 1c812e75d8c965f5970e6fb6089abee6f9f5ce7e (patch) | |
tree | ea73556be1cbf04f9a43b8f9e7e5e7e649657ed1 /app-text/dos2unix | |
parent | inherit eutils, econf || die (Manifest recommit) (diff) | |
download | gentoo-2-1c812e75d8c965f5970e6fb6089abee6f9f5ce7e.tar.gz gentoo-2-1c812e75d8c965f5970e6fb6089abee6f9f5ce7e.tar.bz2 gentoo-2-1c812e75d8c965f5970e6fb6089abee6f9f5ce7e.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/dos2unix')
-rw-r--r-- | app-text/dos2unix/dos2unix-3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/dos2unix/dos2unix-3.1.ebuild b/app-text/dos2unix/dos2unix-3.1.ebuild index 2a29d08e87f2..39e89c02c66b 100644 --- a/app-text/dos2unix/dos2unix-3.1.ebuild +++ b/app-text/dos2unix/dos2unix-3.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/app-text/dos2unix/dos2unix-3.1.ebuild,v 1.13 2004/06/28 02:28:14 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-3.1.ebuild,v 1.14 2004/07/13 21:11:10 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www2.tripleg.net.au/dos2unix.builder/${P}.tar.bz2" LICENSE="freedist" SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64 hppa ~mips" +IUSE="" DEPEND="" RDEPEND="!app-text/hd2u" |