diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 20:14:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 20:14:47 +0100 |
commit | 03cb29695354ed454cb80b3a0293c9fb8a1c1fdf (patch) | |
tree | c902fd68059fa9b5f54151e849698b730e23f5ae /dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | |
parent | dev-ml/bos: Stabilize 0.1.6 ppc64, #804771 (diff) | |
download | gentoo-03cb29695354ed454cb80b3a0293c9fb8a1c1fdf.tar.gz gentoo-03cb29695354ed454cb80b3a0293c9fb8a1c1fdf.tar.bz2 gentoo-03cb29695354ed454cb80b3a0293c9fb8a1c1fdf.zip |
dev-ml/ocaml-base64: Stabilize 3.5.0 ppc64, #804771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild')
-rw-r--r-- | dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild index 58a27c60b7bb..6f64b8aa0455 100644 --- a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild +++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" |