vapier 15/04/30 07:03:46 Modified: coreutils-8.23.ebuild ChangeLog Log: 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)
Revision Changes Path 1.3 sys-apps/coreutils/coreutils-8.23.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild?r1=1.2&r2=1.3 Index: coreutils-8.23.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.23.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- coreutils-8.23.ebuild 21 Mar 2015 12:43:03 -0000 1.2 +++ coreutils-8.23.ebuild 30 Apr 2015 07:03:46 -0000 1.3 @@ -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 @@ 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_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}" 1.394 sys-apps/coreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.394&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.394&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.393&r2=1.394 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- ChangeLog 21 Mar 2015 12:43:03 -0000 1.393 +++ ChangeLog 30 Apr 2015 07:03:46 -0000 1.394 @@ -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 <[email protected]> coreutils-8.23.ebuild: + Add fix from upstream for building w/clang found via Chromium OS. 21 Mar 2015; Michał Górny <[email protected]> coreutils-8.23.ebuild: Keyword x86-fbsd, bug #507536 by nigoro.
