diff options
author | Sam James <sam@gentoo.org> | 2021-10-17 01:13:20 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-17 01:13:20 +0100 |
commit | 4cc1a960c30a7c62f9305763cb6765d5edb32e9e (patch) | |
tree | 0d11a67617d02a8bc68b2b9e6d75ff3477ade2e3 /dev-ml | |
parent | dev-ml/ocaml-migrate-parsetree: Stabilize 2.2.0 arm64, #817725 (diff) | |
download | gentoo-4cc1a960c30a7c62f9305763cb6765d5edb32e9e.tar.gz gentoo-4cc1a960c30a7c62f9305763cb6765d5edb32e9e.tar.bz2 gentoo-4cc1a960c30a7c62f9305763cb6765d5edb32e9e.zip |
dev-ml/uutf: Stabilize 1.0.2 arm64, #817746
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/uutf/uutf-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/uutf/uutf-1.0.2.ebuild b/dev-ml/uutf/uutf-1.0.2.ebuild index 6ceb77ea7d6e..3c7a96f00fe7 100644 --- a/dev-ml/uutf/uutf-1.0.2.ebuild +++ b/dev-ml/uutf/uutf-1.0.2.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 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="doc utftrip +ocamlopt test" RESTRICT="!test? ( test )" REQUIRED_USE="utftrip? ( ocamlopt )" |