diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 12:00:30 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-17 12:00:30 +0200 |
commit | c0bc7f72b28f0330e3e919970c8bd8845e1fe959 (patch) | |
tree | 67b4bbc994ca4fecc5d0db0f8ae97a09a7e617f2 /dev-ml/uutf | |
parent | sci-geosciences/josm-bin: drop old (diff) | |
download | gentoo-c0bc7f72b28f0330e3e919970c8bd8845e1fe959.tar.gz gentoo-c0bc7f72b28f0330e3e919970c8bd8845e1fe959.tar.bz2 gentoo-c0bc7f72b28f0330e3e919970c8bd8845e1fe959.zip |
dev-ml/uutf: Stabilize 1.0.3 ppc64, #901689
Signed-off-by: Arthur Zamarin <arthurzam@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 45823d8f06dc..22f71d02434f 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 )" |