diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-08 14:46:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-08 14:46:58 +0000 |
commit | 66e5eaf60fcb71097110733e35f37bce611889ce (patch) | |
tree | 3916236e6f10a6d5e8b96082007eab1742caf031 | |
parent | Stable for s390, wrt bug #445602 (diff) | |
download | gentoo-2-66e5eaf60fcb71097110733e35f37bce611889ce.tar.gz gentoo-2-66e5eaf60fcb71097110733e35f37bce611889ce.tar.bz2 gentoo-2-66e5eaf60fcb71097110733e35f37bce611889ce.zip |
Stable for s390, wrt bug #450286
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
-rw-r--r-- | app-arch/rpm/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rpm/rpm-4.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rpm/ChangeLog b/app-arch/rpm/ChangeLog index 9984ce6ef422..cb68138d603f 100644 --- a/app-arch/rpm/ChangeLog +++ b/app-arch/rpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/rpm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.171 2013/02/08 12:05:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.172 2013/02/08 14:46:58 ago Exp $ + + 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> rpm-4.10.2.ebuild: + Stable for s390, wrt bug #450286 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> rpm-4.10.2.ebuild: Stable for sh, wrt bug #450286 diff --git a/app-arch/rpm/rpm-4.10.2.ebuild b/app-arch/rpm/rpm-4.10.2.ebuild index ae52ef269db7..2caab8eaf492 100644 --- a/app-arch/rpm/rpm-4.10.2.ebuild +++ b/app-arch/rpm/rpm-4.10.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/app-arch/rpm/rpm-4.10.2.ebuild,v 1.9 2013/02/08 12:05:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.10.2.ebuild,v 1.10 2013/02/08 14:46:58 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://rpm.org/releases/rpm-$(get_version_component_range 1-2).x/${P}.t LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="nls python doc caps lua acl selinux" |