summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-03 22:18:37 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-03 22:18:37 +0100
commit585ee1cfc8f00c15166fba76b015177150026313 (patch)
tree52dc3c6cdb5f0460856994d0e70a817a961aead9 /dev-ml/ppx_derivers
parentdev-ml/ppx_custom_printf: destabilise for ppc (diff)
downloadgentoo-585ee1cfc8f00c15166fba76b015177150026313.tar.gz
gentoo-585ee1cfc8f00c15166fba76b015177150026313.tar.bz2
gentoo-585ee1cfc8f00c15166fba76b015177150026313.zip
dev-ml/ppx_derivers: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/ppx_derivers')
-rw-r--r--dev-ml/ppx_derivers/ppx_derivers-1.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ppx_derivers/ppx_derivers-1.2.1.ebuild b/dev-ml/ppx_derivers/ppx_derivers-1.2.1.ebuild
index f6afd3577412..124e6f07fb22 100644
--- a/dev-ml/ppx_derivers/ppx_derivers-1.2.1.ebuild
+++ b/dev-ml/ppx_derivers/ppx_derivers-1.2.1.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/diml/ppx_derivers/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="BSD"
SLOT="0/${PV}"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
IUSE="+ocamlopt"