diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-19 12:21:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-19 12:21:03 +0000 |
commit | 8fe4ab22e9a2de4b5b90a26368793b30dd4ebcef (patch) | |
tree | 893b71e86d8f6ec5807648fbc4799721ab0fd16c /sys-apps/coreutils | |
parent | Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-8fe4ab22e9a2de4b5b90a26368793b30dd4ebcef.tar.gz gentoo-2-8fe4ab22e9a2de4b5b90a26368793b30dd4ebcef.tar.bz2 gentoo-2-8fe4ab22e9a2de4b5b90a26368793b30dd4ebcef.zip |
has a segfault patch for arm
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1.ebuild b/sys-apps/coreutils/coreutils-5.2.1.ebuild index b278f26ecfc2..4b9ca1215e4c 100644 --- a/sys-apps/coreutils/coreutils-5.2.1.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.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/sys-apps/coreutils/coreutils-5.2.1.ebuild,v 1.3 2004/05/18 03:25:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1.ebuild,v 1.4 2004/05/19 12:21:03 vapier Exp $ inherit eutils flag-o-matic @@ -21,7 +21,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" IUSE="nls build acl selinux static" RDEPEND="selinux? ( sys-libs/libselinux ) @@ -73,7 +73,6 @@ src_unpack() { } src_compile() { - if [ -z "`which cvs 2>/dev/null`" ] then # Fix issues with gettext's autopoint if cvs is not installed, @@ -81,7 +80,6 @@ src_compile() { export AUTOPOINT="/bin/true" fi - export WANT_AUTOMAKE=1.8 export WANT_AUTOCONF=2.5 |