diff options
author | 2012-12-07 20:41:45 +0000 | |
---|---|---|
committer | 2012-12-07 20:41:45 +0000 | |
commit | acaa8a5138e0ffa63a05c39487e1c1961e6b32b9 (patch) | |
tree | cc572b3c02b58c2e6184b1f1a0ff3fd0244e4cde /sys-apps | |
parent | Initial commit wrt bug #445850 (diff) | |
download | gentoo-2-acaa8a5138e0ffa63a05c39487e1c1961e6b32b9.tar.gz gentoo-2-acaa8a5138e0ffa63a05c39487e1c1961e6b32b9.tar.bz2 gentoo-2-acaa8a5138e0ffa63a05c39487e1c1961e6b32b9.zip |
Fix cross-compiling #446104 and x32 building.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 57e6f9dd7cbe..61f02a279e48 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.358 2012/12/04 15:36:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.359 2012/12/07 20:41:45 vapier Exp $ + + 07 Dec 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.20.ebuild: + Fix cross-compiling #446104 and x32 building. 04 Dec 2012; <ago@gentoo.org> coreutils-8.20.ebuild: Stable for x86, wrt bug #443536 diff --git a/sys-apps/coreutils/coreutils-8.20.ebuild b/sys-apps/coreutils/coreutils-8.20.ebuild index 5a5d229214e7..49423a5d60ce 100644 --- a/sys-apps/coreutils/coreutils-8.20.ebuild +++ b/sys-apps/coreutils/coreutils-8.20.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.6 2012/12/04 15:36:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.7 2012/12/07 20:41:45 vapier Exp $ EAPI="3" inherit eutils flag-o-matic toolchain-funcs -PATCH_VER="1.0" +PATCH_VER="1.1" DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)" HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu-alpha/coreutils/${P}.tar.xz |