summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 36dfe2de5b9a..c74e4f19358d 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