diff options
author | 2012-12-17 17:13:37 +0000 | |
---|---|---|
committer | 2012-12-17 17:13:37 +0000 | |
commit | 5b509a59f7101f538891317971f5f641032aafa6 (patch) | |
tree | b98707f1603a630a1000a782a099659e84982b2b /sys-apps/coreutils | |
parent | Stable for ia64, wrt bug #442510 (diff) | |
download | gentoo-2-5b509a59f7101f538891317971f5f641032aafa6.tar.gz gentoo-2-5b509a59f7101f538891317971f5f641032aafa6.tar.bz2 gentoo-2-5b509a59f7101f538891317971f5f641032aafa6.zip |
Stable for ia64, wrt bug #443536
(Portage version: 2.1.11.31/cvs/Linux ia64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/coreutils')
-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 c8da35c924bb..e6ed406292db 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.360 2012/12/08 19:40:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.361 2012/12/17 17:13:37 ago Exp $ + + 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> coreutils-8.20.ebuild: + Stable for ia64, wrt bug #443536 08 Dec 2012; Mike Frysinger <vapier@gentoo.org> coreutils-8.20.ebuild: Disable man generation for native compiles too #446438 by Mario Kicherer. diff --git a/sys-apps/coreutils/coreutils-8.20.ebuild b/sys-apps/coreutils/coreutils-8.20.ebuild index 670cd6e637a3..995d0109b270 100644 --- a/sys-apps/coreutils/coreutils-8.20.ebuild +++ b/sys-apps/coreutils/coreutils-8.20.ebuild @@ -1,6 +1,6 @@ # 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.8 2012/12/08 19:40:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.9 2012/12/17 17:13:37 ago Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu-alpha/coreutils/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd" IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr" LIB_DEPEND="acl? ( sys-apps/acl[static-libs] ) |