diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-14 10:44:47 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-14 10:44:47 +0000 |
commit | 39fd90c2ebb8125b6a1d5a2b01fc3860c1e2c37d (patch) | |
tree | f2cbd046113a6e71bd91de023b54741e163fa951 /sys-apps/util-linux | |
parent | Version bump. (diff) | |
download | gentoo-2-39fd90c2ebb8125b6a1d5a2b01fc3860c1e2c37d.tar.gz gentoo-2-39fd90c2ebb8125b6a1d5a2b01fc3860c1e2c37d.tar.bz2 gentoo-2-39fd90c2ebb8125b6a1d5a2b01fc3860c1e2c37d.zip |
ppc/ppc64 stable wrt #359759
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
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.19.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 64b7f50697b6..810a2da25057 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.340 2011/05/09 04:56:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.341 2011/05/14 10:44:47 xarthisius Exp $ + + 14 May 2011; Kacper Kowalik <xarthisius@gentoo.org> util-linux-2.19.1.ebuild: + ppc/ppc64 stable wrt #359759 09 May 2011; Markus Meier <maekke@gentoo.org> util-linux-2.19.1.ebuild: arm stable, bug #359759 diff --git a/sys-apps/util-linux/util-linux-2.19.1.ebuild b/sys-apps/util-linux/util-linux-2.19.1.ebuild index efcf3cb34410..0529c4c30852 100644 --- a/sys-apps/util-linux/util-linux-2.19.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.19.1.ebuild,v 1.5 2011/05/09 04:56:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.19.1.ebuild,v 1.6 2011/05/14 10:44:47 xarthisius Exp $ EAPI="2" @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.bz2" - KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi LICENSE="GPL-2" |