diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 15:59:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-09 15:59:19 +0000 |
commit | 218d7fd6934798539f4c028c789d62e313332972 (patch) | |
tree | 58070c052807c85340c5cbe4ae656de5576cfb3f /app-arch | |
parent | Stable for sh, wrt bug #469984 (diff) | |
download | gentoo-2-218d7fd6934798539f4c028c789d62e313332972.tar.gz gentoo-2-218d7fd6934798539f4c028c789d62e313332972.tar.bz2 gentoo-2-218d7fd6934798539f4c028c789d62e313332972.zip |
Stable for sh, wrt bug #471456
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/rpm/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/rpm/rpm-4.11.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/rpm/ChangeLog b/app-arch/rpm/ChangeLog index 9ca17ab2114c..5cdf6faa7952 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.178 2013/06/04 21:22:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.179 2013/06/09 15:59:19 ago Exp $ + + 09 Jun 2013; Agostino Sarubbo <ago@gentoo.org> rpm-4.11.0.1.ebuild: + Stable for sh, wrt bug #471456 04 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> rpm-4.11.0.1.ebuild: Keyword amd64-linux and x86-linux diff --git a/app-arch/rpm/rpm-4.11.0.1.ebuild b/app-arch/rpm/rpm-4.11.0.1.ebuild index 2601f453eb90..dd9f4b1ab9f5 100644 --- a/app-arch/rpm/rpm-4.11.0.1.ebuild +++ b/app-arch/rpm/rpm-4.11.0.1.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.11.0.1.ebuild,v 1.5 2013/06/04 21:22:04 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.11.0.1.ebuild,v 1.6 2013/06/09 15:59:19 ago Exp $ EAPI=5 @@ -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 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="nls python doc caps lua acl selinux" |