diff options
author | Sam James <sam@gentoo.org> | 2023-03-16 23:15:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-16 23:15:20 +0000 |
commit | fc47ba0182eb46c4adc78952ad39363cfb398895 (patch) | |
tree | b24188b8fa7c7b4a0b18fac2bc270827f4377257 /dev-ml/uutf | |
parent | dev-ml/uutf: Stabilize 1.0.3 arm, #901689 (diff) | |
download | gentoo-fc47ba0182eb46c4adc78952ad39363cfb398895.tar.gz gentoo-fc47ba0182eb46c4adc78952ad39363cfb398895.tar.bz2 gentoo-fc47ba0182eb46c4adc78952ad39363cfb398895.zip |
dev-ml/uutf: Stabilize 1.0.3 arm64, #901689
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/uutf')
-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 acf650b932eb..ef70734d6e4d 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 )" |