summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-11-18 10:28:26 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2024-11-18 10:28:26 +0000
commiteac7e4bbe5918740346d8ea0fe206a91f7d1f4d7 (patch)
treefd5c0ac24cd2dca9cddd3449094ef8005886c0fc /dev-ml
parentdev-util/mingw64-toolchain: fix binutils build with c23 (gcc15) (diff)
downloadgentoo-eac7e4bbe5918740346d8ea0fe206a91f7d1f4d7.tar.gz
gentoo-eac7e4bbe5918740346d8ea0fe206a91f7d1f4d7.tar.bz2
gentoo-eac7e4bbe5918740346d8ea0fe206a91f7d1f4d7.zip
dev-ml/luv: Stabilize 0.5.14-r1 amd64, #942676
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/luv/luv-0.5.14-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/luv/luv-0.5.14-r1.ebuild b/dev-ml/luv/luv-0.5.14-r1.ebuild
index ab24b58c9fcc..90d19d207f29 100644
--- a/dev-ml/luv/luv-0.5.14-r1.ebuild
+++ b/dev-ml/luv/luv-0.5.14-r1.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"