summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-03 22:19:06 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-03 22:19:06 +0100
commit8a2d907ce983a98f9e70cee98ef188ea88eec2e8 (patch)
tree93932407c08f4fcdd5499bce04610fa62aca819f
parentdev-ml/seq: destabilise for ppc (diff)
downloadgentoo-8a2d907ce983a98f9e70cee98ef188ea88eec2e8.tar.gz
gentoo-8a2d907ce983a98f9e70cee98ef188ea88eec2e8.tar.bz2
gentoo-8a2d907ce983a98f9e70cee98ef188ea88eec2e8.zip
dev-ml/sexplib0: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--dev-ml/sexplib0/sexplib0-0.14.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/sexplib0/sexplib0-0.14.0.ebuild b/dev-ml/sexplib0/sexplib0-0.14.0.ebuild
index 94dff0f07211..a82fcd486d79 100644
--- a/dev-ml/sexplib0/sexplib0-0.14.0.ebuild
+++ b/dev-ml/sexplib0/sexplib0-0.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,5 +11,5 @@ SRC_URI="https://github.com/janestreet/sexplib0/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="Apache-2.0"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
IUSE="+ocamlopt"