diff options
author | 2024-04-30 07:19:58 +0100 | |
---|---|---|
committer | 2024-04-30 07:19:58 +0100 | |
commit | af184e9d305f0fb4205c853d339f524b41090d36 (patch) | |
tree | b54cfe65597c5cb0b57b4d73f902f770ee9feec2 /app-misc | |
parent | app-misc/fdupes: Stabilize 2.3.0 arm, #930958 (diff) | |
download | gentoo-af184e9d305f0fb4205c853d339f524b41090d36.tar.gz gentoo-af184e9d305f0fb4205c853d339f524b41090d36.tar.bz2 gentoo-af184e9d305f0fb4205c853d339f524b41090d36.zip |
app-misc/fdupes: Stabilize 2.3.0 x86, #930958
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fdupes/fdupes-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fdupes/fdupes-2.3.0.ebuild b/app-misc/fdupes/fdupes-2.3.0.ebuild index 6522bb32706e..7791f6a26d9f 100644 --- a/app-misc/fdupes/fdupes-2.3.0.ebuild +++ b/app-misc/fdupes/fdupes-2.3.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 else SRC_URI="https://github.com/adrianlopezroche/${PN}/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" fi LICENSE="MIT" |