diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-23 23:49:14 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-23 23:49:14 +0000 |
commit | 622b5aa20167cdafc153221e0f95af0fba98e08b (patch) | |
tree | c9a0804646f080d657adf13608217d03dc403c3b /sys-apps/quota/quota-3.09.ebuild | |
parent | perms (diff) | |
download | gentoo-2-622b5aa20167cdafc153221e0f95af0fba98e08b.tar.gz gentoo-2-622b5aa20167cdafc153221e0f95af0fba98e08b.tar.bz2 gentoo-2-622b5aa20167cdafc153221e0f95af0fba98e08b.zip |
IUSE fix
Diffstat (limited to 'sys-apps/quota/quota-3.09.ebuild')
-rw-r--r-- | sys-apps/quota/quota-3.09.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/quota/quota-3.09.ebuild b/sys-apps/quota/quota-3.09.ebuild index b76ae1c21df7..cd8b70ac9b57 100644 --- a/sys-apps/quota/quota-3.09.ebuild +++ b/sys-apps/quota/quota-3.09.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.1 2003/11/02 16:06:27 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.09.ebuild,v 1.2 2003/11/23 23:49:13 seemant Exp $ -IUSE="nls" +IUSE="nls tcpd" S=${WORKDIR}/quota-tools DESCRIPTION="Linux quota tools" |