diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-26 10:19:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-26 10:19:49 +0000 |
commit | 143d6ab1aae2e292bf3b68f9e5265b6dddcc15f7 (patch) | |
tree | 12ab18736562779a75766d97666411e4c688c5b0 /sys-apps/util-linux | |
parent | Stable for alpha, wrt bug #458800 (diff) | |
download | gentoo-2-143d6ab1aae2e292bf3b68f9e5265b6dddcc15f7.tar.gz gentoo-2-143d6ab1aae2e292bf3b68f9e5265b6dddcc15f7.tar.bz2 gentoo-2-143d6ab1aae2e292bf3b68f9e5265b6dddcc15f7.zip |
Stable for alpha, wrt bug #458226
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.22.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 1fa3e71693b8..9476209f18dd 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.415 2013/02/25 22:10:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.416 2013/02/26 10:19:49 ago Exp $ + + 26 Feb 2013; Agostino Sarubbo <ago@gentoo.org> util-linux-2.22.2.ebuild: + Stable for alpha, wrt bug #458226 25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> util-linux-2.22.2.ebuild: Stable for ppc64, wrt bug #458226 diff --git a/sys-apps/util-linux/util-linux-2.22.2.ebuild b/sys-apps/util-linux/util-linux-2.22.2.ebuild index ec14f77a7dff..b8c911427c2f 100644 --- a/sys-apps/util-linux/util-linux-2.22.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.22.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild,v 1.7 2013/02/25 22:10:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.22.2.ebuild,v 1.8 2013/02/26 10:19:49 ago Exp $ EAPI="3" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools #KEYWORDS="" else - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" fi MY_PV=${PV/_/-} |