diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 20:14:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 20:14:56 +0100 |
commit | 0b896c15704c44cf02d662441e94e78afca45339 (patch) | |
tree | b5e2c674e1655a3bb1038c9fdea5b7debb491498 /dev-ml/ocaml-base64 | |
parent | dev-ml/bos: Stabilize 0.1.6 ppc, #804771 (diff) | |
download | gentoo-0b896c15704c44cf02d662441e94e78afca45339.tar.gz gentoo-0b896c15704c44cf02d662441e94e78afca45339.tar.bz2 gentoo-0b896c15704c44cf02d662441e94e78afca45339.zip |
dev-ml/ocaml-base64: Stabilize 3.5.0 ppc, #804771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-base64')
-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 6f64b8aa0455..389d8b0497a3 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 )" |