diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 13:31:45 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-18 13:31:45 +0000 |
commit | 9ab2465605cca9d93b01014d7170000780381ec9 (patch) | |
tree | bcc23aad38dfb8ed16b6216722b2b57054d9ad6b /app-admin/localepurge | |
parent | new version (diff) | |
download | gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.tar.gz gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.tar.bz2 gentoo-2-9ab2465605cca9d93b01014d7170000780381ec9.zip |
Added IUSE
Diffstat (limited to 'app-admin/localepurge')
-rw-r--r-- | app-admin/localepurge/localepurge-0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/localepurge/localepurge-0.2.ebuild b/app-admin/localepurge/localepurge-0.2.ebuild index d3b37ecbdb8f..601195e5713f 100644 --- a/app-admin/localepurge/localepurge-0.2.ebuild +++ b/app-admin/localepurge/localepurge-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/localepurge/localepurge-0.2.ebuild,v 1.4 2002/10/17 01:29:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/localepurge/localepurge-0.2.ebuild,v 1.5 2002/10/18 13:31:45 aliz Exp $ S="${WORKDIR}/${PN}" DESCRIPTION="Script to recover diskspace wasted for unneeded locale files and localized man pages." @@ -9,6 +9,7 @@ HOMEPAGE="http://www.gentoo.org/~bass" LICENSE="GPL-2" DEPEND="" RDEPEND="sys-apps/bash" +IUSE="" KEYWORDS="x86 ppc" SLOT="0" |