diff options
-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" |