diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 13:36:50 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-24 13:36:50 +0200 |
commit | 7a1447a99172c12422ddf3c1b03251959a0b3b7a (patch) | |
tree | df54fb734c6f94b704d40eac1a94e43a73f4c5be /dev-ml/luv | |
parent | dev-ml/ocaml-ssl: stabilize 0.5.13 for amd64 (diff) | |
download | gentoo-7a1447a99172c12422ddf3c1b03251959a0b3b7a.tar.gz gentoo-7a1447a99172c12422ddf3c1b03251959a0b3b7a.tar.bz2 gentoo-7a1447a99172c12422ddf3c1b03251959a0b3b7a.zip |
dev-ml/luv: stabilize 0.5.11-r2 for amd64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/luv')
-rw-r--r-- | dev-ml/luv/luv-0.5.11-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/luv/luv-0.5.11-r2.ebuild b/dev-ml/luv/luv-0.5.11-r2.ebuild index 8f5b8cd3773e..aa498150d89a 100644 --- a/dev-ml/luv/luv-0.5.11-r2.ebuild +++ b/dev-ml/luv/luv-0.5.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/aantron/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |