diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:17:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:17:41 +0000 |
commit | 7d7758b9e8d312b1137fb939706a13700270d1dc (patch) | |
tree | f0eecde927f60c29fcf3175e29468e735280e073 /app-misc/fixdos | |
parent | Fix typo. (diff) | |
download | historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.gz historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.bz2 historical-7d7758b9e8d312b1137fb939706a13700270d1dc.zip |
QA - Add IUSE.
Diffstat (limited to 'app-misc/fixdos')
-rw-r--r-- | app-misc/fixdos/fixdos-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/fixdos/fixdos-1.3.1.ebuild b/app-misc/fixdos/fixdos-1.3.1.ebuild index 892da1e91a78..9907d1221f07 100644 --- a/app-misc/fixdos/fixdos-1.3.1.ebuild +++ b/app-misc/fixdos/fixdos-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.8 2004/04/06 04:17:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/fixdos/fixdos-1.3.1.ebuild,v 1.9 2004/06/14 09:13:35 kloeri Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://e.co.za/marius/downloads/misc/fixDos-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/glibc" |