commit: 6d34e1fb6ec03de8f219fcf8a29606ada82d8843
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 22:41:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 22:41:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d34e1fb
dev-util/abi-compliance-checker: Keyword 2.3-r1 arm64, #905037
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/abi-compliance-checker/abi-compliance-checker-2.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-util/abi-compliance-checker/abi-compliance-checker-2.3-r1.ebuild
b/dev-util/abi-compliance-checker/abi-compliance-checker-2.3-r1.ebuild
index 42214fbbaed1..0033045d62e9 100644
--- a/dev-util/abi-compliance-checker/abi-compliance-checker-2.3-r1.ebuild
+++ b/dev-util/abi-compliance-checker/abi-compliance-checker-2.3-r1.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
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
LICENSE="LGPL-2.1"