diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 12:33:14 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 12:33:14 +0000 |
commit | ecdd6592e7b9ff7c7a332e43417cf554e2f39f61 (patch) | |
tree | 1fed12f3f663581728e802a37f135f45a9be875e /app-arch/afio | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-ecdd6592e7b9ff7c7a332e43417cf554e2f39f61.tar.gz gentoo-2-ecdd6592e7b9ff7c7a332e43417cf554e2f39f61.tar.bz2 gentoo-2-ecdd6592e7b9ff7c7a332e43417cf554e2f39f61.zip |
QA - Add IUSE.
Diffstat (limited to 'app-arch/afio')
-rw-r--r-- | app-arch/afio/afio-2.4.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-arch/afio/afio-2.4.7.ebuild b/app-arch/afio/afio-2.4.7.ebuild index 391d94e1d5fa..be41a017bf97 100644 --- a/app-arch/afio/afio-2.4.7.ebuild +++ b/app-arch/afio/afio-2.4.7.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-arch/afio/afio-2.4.7.ebuild,v 1.18 2004/02/25 21:36:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/afio/afio-2.4.7.ebuild,v 1.19 2004/06/13 12:32:24 kloeri Exp $ inherit eutils @@ -11,6 +11,7 @@ HOMEPAGE="http://freshmeat.net/projects/afio/" SLOT="0" LICENSE="Artistic LGPL-2" KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND="app-arch/gzip" |