commit: f1c52ee5c73c0dd7bf294515baa65db2e1043cc8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 6 09:59:48 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 6 09:59:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c52ee5
dev-lang/fennel: Stabilize 1.3.0 amd64, #903739
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-lang/fennel/fennel-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/fennel/fennel-1.3.0.ebuild
b/dev-lang/fennel/fennel-1.3.0.ebuild
index 083ac5dad9a8..8810a98fa0cb 100644
--- a/dev-lang/fennel/fennel-1.3.0.ebuild
+++ b/dev-lang/fennel/fennel-1.3.0.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://git.sr.ht/~technomancy/${PN}"
else
SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
LICENSE="MIT"