diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-05-13 13:06:19 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-05-13 13:43:41 +0300 |
commit | bd32d71bb77e49b57770aed5ef3adc2ee92cc9ae (patch) | |
tree | fa324b8be9cdefe0616bb7704dbf054d55d44636 /app-arch/rpm | |
parent | autotools.eclass: Added v1.16.1 to _LATEST_AUTOMAKE array. (diff) | |
download | gentoo-bd32d71bb77e49b57770aed5ef3adc2ee92cc9ae.tar.gz gentoo-bd32d71bb77e49b57770aed5ef3adc2ee92cc9ae.tar.bz2 gentoo-bd32d71bb77e49b57770aed5ef3adc2ee92cc9ae.zip |
app-arch/rpm-4.12.0.1: arm64 stable
Needed by dev-util/patchutils[test]; 4.11.0.1 wasn't ~arm64
keyworded, thus the newer version is made stable that isn't yet
for other architectures.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-4.12.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/rpm/rpm-4.12.0.1.ebuild b/app-arch/rpm/rpm-4.12.0.1.ebuild index e0418711eda3..18a141c8aa2b 100644 --- a/app-arch/rpm/rpm-4.12.0.1.ebuild +++ b/app-arch/rpm/rpm-4.12.0.1.ebuild @@ -13,7 +13,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 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="nls python doc caps lua acl selinux" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |