diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-07-23 20:55:53 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-07-23 20:55:53 +0000 |
commit | 44e250f29012c2777de7a5ed4d1ef35520757541 (patch) | |
tree | 392c8423e73de37c2bd6502194bf02bfd10bf448 /sys-apps | |
parent | version bump, thanks to: Daniel Webert <rockoo@rockoo.homelinux.org> in bug #... (diff) | |
download | gentoo-2-44e250f29012c2777de7a5ed4d1ef35520757541.tar.gz gentoo-2-44e250f29012c2777de7a5ed4d1ef35520757541.tar.bz2 gentoo-2-44e250f29012c2777de7a5ed4d1ef35520757541.zip |
put a hacky fix for bug #46593 while the sparc team figures out what the actual fix is
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.0-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.1-r1.ebuild | 5 |
3 files changed, 14 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 5337c64dd74d..90069948987e 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.105 2004/07/13 07:13:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.106 2004/07/23 20:55:53 seemant Exp $ + + 23 Jul 2004; Seemant Kulleen <seemant@gentoo.org> coreutils-5.2.0-r2.ebuild, + coreutils-5.2.1-r1.ebuild: + put a hacky fix for bug #46593 while the sparc team figures out what the + actual fix is 13 Jul 2004; Seemant Kulleen <seemant@gentoo.org> coreutils-5.2.1-r1.ebuild: fix b0rked uname patch, closes bug #56866 by Doug Goldstein <cardoe@cardoe.com> diff --git a/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild b/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild index 09a8031d1fc1..8bbfbccfd97f 100644 --- a/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.0-r2.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.0-r2.ebuild,v 1.11 2004/06/28 18:32:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0-r2.ebuild,v 1.12 2004/07/23 20:55:53 seemant Exp $ inherit eutils flag-o-matic @@ -77,6 +77,9 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/extra use selinux && EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/selinux + + # sparc32 hack to fix bug #46953 + use sparc && echo -ne "\n\n" >> ${S}/src/pr.c } src_compile() { diff --git a/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild b/sys-apps/coreutils/coreutils-5.2.1-r1.ebuild index 6eed6f1e0ebc..b3df89edc2e4 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.2 2004/07/13 07:09:18 seemant Exp $ +# $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 $ inherit eutils flag-o-matic @@ -68,6 +68,9 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/extra use selinux && EPATCH_SUFFIX="patch" epatch ${PATCHDIR}/selinux + + # Sparc32 SMP bug fix -- see bug #46593 + use sparc && echo -ne "\n\n" >> ${S}/src/pr.c } src_compile() { |