diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-30 07:03:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-30 07:03:46 +0000 |
commit | b03f3bd078a84bb51ac890355dc64c9cbe811ff4 (patch) | |
tree | e319443f3a93017b016a3b250fbff63387041522 /sys-apps/coreutils | |
parent | Fix from upstream for cross-compile noticed in Chromium OS. (diff) | |
download | gentoo-2-b03f3bd078a84bb51ac890355dc64c9cbe811ff4.tar.gz gentoo-2-b03f3bd078a84bb51ac890355dc64c9cbe811ff4.tar.bz2 gentoo-2-b03f3bd078a84bb51ac890355dc64c9cbe811ff4.zip |
Add fix from upstream for building w/clang found via Chromium OS.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/coreutils')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-8.23.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index fe516c31121d..06ead28d19de 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/coreutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.393 2015/03/21 12:43:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.394 2015/04/30 07:03:46 vapier Exp $ + + 30 Apr 2015; Mike Frysinger <vapier@gentoo.org> coreutils-8.23.ebuild: + Add fix from upstream for building w/clang found via Chromium OS. 21 Mar 2015; Michał Górny <mgorny@gentoo.org> coreutils-8.23.ebuild: Keyword x86-fbsd, bug #507536 by nigoro. diff --git a/sys-apps/coreutils/coreutils-8.23.ebuild b/sys-apps/coreutils/coreutils-8.23.ebuild index 0701b772a997..388ada585fb6 100644 --- a/sys-apps/coreutils/coreutils-8.23.ebuild +++ b/sys-apps/coreutils/coreutils-8.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 1.2 2015/03/21 12:43:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v 1.3 2015/04/30 07:03:46 vapier Exp $ # To generate the man pages, unpack the upstream tarball and run: # ./configure --enable-install-program=arch,coreutils @@ -12,7 +12,7 @@ EAPI="4" 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/${PN}/${P}.tar.xz @@ -100,7 +100,7 @@ src_configure() { } src_test() { - # Non-root tests will fail if the full path isnt + # Non-root tests will fail if the full path isn't # accessible to non-root users chmod -R go-w "${WORKDIR}" chmod a+rx "${WORKDIR}" |