diff options
Diffstat (limited to 'sys-apps/coreutils/coreutils-5.2.1-r1.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild index b3df89edc2e4..2dcc213c6e82 100644 --- a/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild,v 1.3 2004/07/23 20:55:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild,v 1.4 2004/08/15 18:16:21 lv Exp $ inherit eutils flag-o-matic @@ -39,6 +39,9 @@ src_unpack() { cd ${S} + # the version of this patch in the patch tarball is broken on amd64 + cp ${FILESDIR}/003_all_coreutils-gentoo-uname.patch ${PATCHDIR}/generic + # Mandrake's lsw patch caused issues on ia64 and amd64 with ls # Reported upstream, but we don't apply it for now # mv ${PATCHDIR}/mandrake/019* ${PATCHDIR}/excluded |