diff options
author | Sam James <sam@gentoo.org> | 2023-01-05 00:19:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-05 00:19:18 +0000 |
commit | 5097aa78d5f0cd4706584af88a18bc18e6969221 (patch) | |
tree | 3ba60c0bcd3576606fc0ab66a3a2443a1ea0854e /dev-util/ropper | |
parent | app-crypt/jitterentropy: Stabilize 3.4.1 ppc64, #889764 (diff) | |
download | gentoo-5097aa78d5f0cd4706584af88a18bc18e6969221.tar.gz gentoo-5097aa78d5f0cd4706584af88a18bc18e6969221.tar.bz2 gentoo-5097aa78d5f0cd4706584af88a18bc18e6969221.zip |
dev-util/ropper: Stabilize 1.13.8 x86, #889766
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ropper')
-rw-r--r-- | dev-util/ropper/ropper-1.13.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ropper/ropper-1.13.8.ebuild b/dev-util/ropper/ropper-1.13.8.ebuild index 715beb97d20b..9f6f48e9dabf 100644 --- a/dev-util/ropper/ropper-1.13.8.ebuild +++ b/dev-util/ropper/ropper-1.13.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}"/Ropper-${PV} - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="BSD" |