commit: 65edeee0ddc4b78903651f14f98fa52da143e655
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 15:34:41 2025 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri May 16 15:35:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65edeee0
net-im/sendxmpp-scala: sync live
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
b/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
index afcde973b450..3c2f8a1cc8fd 100644
--- a/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"
S="${WORKDIR}/${ORIG_PN}-${PV}"
fi