diff options
author | Joachim Blaabjerg <styx@gentoo.org> | 2002-12-13 11:38:28 +0000 |
---|---|---|
committer | Joachim Blaabjerg <styx@gentoo.org> | 2002-12-13 11:38:28 +0000 |
commit | 9223e3b8a325cfe9fbcd039da140b812d6ade440 (patch) | |
tree | 1599808ea43bbddb28a3b462fdfca352c68e813d /sys-apps/fileutils/fileutils-4.1.11-r1.ebuild | |
parent | fixed broken ChangeLog entries (diff) | |
download | gentoo-2-9223e3b8a325cfe9fbcd039da140b812d6ade440.tar.gz gentoo-2-9223e3b8a325cfe9fbcd039da140b812d6ade440.tar.bz2 gentoo-2-9223e3b8a325cfe9fbcd039da140b812d6ade440.zip |
The ACL support is b0rked. -x86 masking until it's fixed.
Diffstat (limited to 'sys-apps/fileutils/fileutils-4.1.11-r1.ebuild')
-rw-r--r-- | sys-apps/fileutils/fileutils-4.1.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild b/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild index 8bc9b2073a6f..3dd66e2d7253 100644 --- a/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild +++ b/sys-apps/fileutils/fileutils-4.1.11-r1.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/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild,v 1.1 2002/12/12 12:43:01 styx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11-r1.ebuild,v 1.2 2002/12/13 11:38:28 styx Exp $ IUSE="acl nls build" ACLPV=4.1.11acl-0.8.25 @@ -10,7 +10,7 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls, etc)" SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${P}.tar.gz http://cvs.gentoo.org/~styx/fileutils-${ACLPV}.diff.gz" HOMEPAGE="http://www.gnu.org/software/fileutils/fileutils.html" -KEYWORDS="~x86" +KEYWORDS="-x86" SLOT="0" LICENSE="GPL-2" |