diff options
author | Sam James <sam@gentoo.org> | 2021-03-26 21:34:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-26 21:34:42 +0000 |
commit | 77823f6574513b9fb108e3552fdecb0cb097655a (patch) | |
tree | 8025cb472865191706d7a5ebdc9d2f598d364418 /app-arch/rpm | |
parent | sys-apps/portage: Stabilize 3.0.17-r2 x86, #778185 (diff) | |
download | gentoo-77823f6574513b9fb108e3552fdecb0cb097655a.tar.gz gentoo-77823f6574513b9fb108e3552fdecb0cb097655a.tar.bz2 gentoo-77823f6574513b9fb108e3552fdecb0cb097655a.zip |
app-arch/rpm: Stabilize 4.16.0 x86, #778500
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-4.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-4.16.0.ebuild b/app-arch/rpm/rpm-4.16.0.ebuild index 5408cec1f1b1..152c427d2ee5 100644 --- a/app-arch/rpm/rpm-4.16.0.ebuild +++ b/app-arch/rpm/rpm-4.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="http://ftp.rpm.org/releases/rpm-$(ver_cut 1-2).x/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" # Tests are broken. See bug 657500 RESTRICT="test" |