diff options
author | Sam James <sam@gentoo.org> | 2024-06-28 13:58:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-28 13:58:25 +0100 |
commit | 444692684f7fb99625d6fd42790acea6240cd519 (patch) | |
tree | 7d244ce72cb9933779686e788edad0f9a64f112a /dev-libs/libjodycode | |
parent | app-misc/jdupes: Keyword 1.27.3 arm64, #934748 (diff) | |
download | gentoo-444692684f7fb99625d6fd42790acea6240cd519.tar.gz gentoo-444692684f7fb99625d6fd42790acea6240cd519.tar.bz2 gentoo-444692684f7fb99625d6fd42790acea6240cd519.zip |
dev-libs/libjodycode: Keyword 3.1 arm64, #934748
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libjodycode')
-rw-r--r-- | dev-libs/libjodycode/libjodycode-3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libjodycode/libjodycode-3.1.ebuild b/dev-libs/libjodycode/libjodycode-3.1.ebuild index 76fa041c7d71..c1166f08493a 100644 --- a/dev-libs/libjodycode/libjodycode-3.1.ebuild +++ b/dev-libs/libjodycode/libjodycode-3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~arm64" # missing test script # https://github.com/jbruchon/jdupes/issues/191 |