diff options
author | Sam James <sam@gentoo.org> | 2024-06-28 13:58:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-28 13:58:24 +0100 |
commit | 231bcf3acbbc2182dac2722d7e17ceb14a85dc85 (patch) | |
tree | 042694c448e7b526d58ef20eed74be6f7d624e50 /app-misc/jdupes | |
parent | net-analyzer/netdata: remove strict-aliasing / LTO workaround (diff) | |
download | gentoo-231bcf3acbbc2182dac2722d7e17ceb14a85dc85.tar.gz gentoo-231bcf3acbbc2182dac2722d7e17ceb14a85dc85.tar.bz2 gentoo-231bcf3acbbc2182dac2722d7e17ceb14a85dc85.zip |
app-misc/jdupes: Keyword 1.27.3 arm64, #934748
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/jdupes')
-rw-r--r-- | app-misc/jdupes/jdupes-1.27.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/jdupes/jdupes-1.27.3.ebuild b/app-misc/jdupes/jdupes-1.27.3.ebuild index b0ea5eb22c14..7c2855c095fd 100644 --- a/app-misc/jdupes/jdupes-1.27.3.ebuild +++ b/app-misc/jdupes/jdupes-1.27.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ if [[ "${PV}" == *9999 ]] ; then else SRC_URI="https://codeberg.org/jbruchon/jdupes/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${PN} - KEYWORDS="amd64" + KEYWORDS="amd64 ~arm64" fi LICENSE="MIT" SLOT="0" |