diff options
author | Sam James <sam@gentoo.org> | 2023-03-17 02:27:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 02:27:54 +0000 |
commit | e4fe8c3427f0028ff5cfdfe19b2af2a1f48c84bf (patch) | |
tree | 433674af0c79268d4f7e8291f8a03fbc7b9ad1eb /dev-ml | |
parent | dev-ml/uutf: Stabilize 1.0.3 amd64, #901689 (diff) | |
download | gentoo-e4fe8c3427f0028ff5cfdfe19b2af2a1f48c84bf.tar.gz gentoo-e4fe8c3427f0028ff5cfdfe19b2af2a1f48c84bf.tar.bz2 gentoo-e4fe8c3427f0028ff5cfdfe19b2af2a1f48c84bf.zip |
dev-ml/uutf: Stabilize 1.0.3 x86, #901689
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/uutf/uutf-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/uutf/uutf-1.0.3.ebuild b/dev-ml/uutf/uutf-1.0.3.ebuild index c28639fee3fc..45823d8f06dc 100644 --- a/dev-ml/uutf/uutf-1.0.3.ebuild +++ b/dev-ml/uutf/uutf-1.0.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://erratique.ch/software/uutf/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" IUSE="doc utftrip +ocamlopt test" RESTRICT="!test? ( test )" REQUIRED_USE="utftrip? ( ocamlopt )" |