commit: 7fd5805fcc43a8586e10e2af989dd742c483b82f
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 12:45:15 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 13:17:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd5805f
net-im/sendxmpp-scala: stabilize 1.2.0 for ALLARCHES
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 c74e4f19358d..af6de99285ff 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 ~arm64"
+ KEYWORDS="amd64 arm64"
S="${WORKDIR}/${ORIG_PN}-${PV}"
fi