commit: 615d5e023d006b7bf7f9faed513ca22f7a5b415c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 18:52:55 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 19:09:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615d5e02
net-im/sendxmpp-scala: keyword 1.2.0 for ~arm64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
index 3c2f8a1cc8fd..36dfe2de5b9a 100644
--- a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]];
then
inherit git-r3
else
SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
S="${WORKDIR}/${ORIG_PN}-${PV}"
fi