diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-08 18:29:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-10-08 18:29:15 +0300 |
commit | f7b7d7533f935d0474267999bba5c9f054295bfb (patch) | |
tree | aadb6a30dd3a27d9db96aa636316342abbee19da /dev-ml | |
parent | app-emacs/racket-mode: Stabilize 1_p20230905 amd64, #915366 (diff) | |
download | gentoo-f7b7d7533f935d0474267999bba5c9f054295bfb.tar.gz gentoo-f7b7d7533f935d0474267999bba5c9f054295bfb.tar.bz2 gentoo-f7b7d7533f935d0474267999bba5c9f054295bfb.zip |
dev-ml/luv: Stabilize 0.5.12 amd64, #915367
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/luv/luv-0.5.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/luv/luv-0.5.12.ebuild b/dev-ml/luv/luv-0.5.12.ebuild index c0f3ea51305e..e200e03cd337 100644 --- a/dev-ml/luv/luv-0.5.12.ebuild +++ b/dev-ml/luv/luv-0.5.12.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/aantron/${PN}.git" else SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT" |