diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:28 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:28 +0100 |
commit | 6a87cb46fc1fb64113c3a19b6b19a23bf3e21151 (patch) | |
tree | b7fe92d6bd8d08bc75c8c543702f6b741136387a /dev-ml/parsexp | |
parent | dev-ml/parmap: destabilise for ppc (diff) | |
download | gentoo-6a87cb46fc1fb64113c3a19b6b19a23bf3e21151.tar.gz gentoo-6a87cb46fc1fb64113c3a19b6b19a23bf3e21151.tar.bz2 gentoo-6a87cb46fc1fb64113c3a19b6b19a23bf3e21151.zip |
dev-ml/parsexp: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/parsexp')
-rw-r--r-- | dev-ml/parsexp/parsexp-0.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/parsexp/parsexp-0.14.0.ebuild b/dev-ml/parsexp/parsexp-0.14.0.ebuild index f8584c55d192..48602d44aa29 100644 --- a/dev-ml/parsexp/parsexp-0.14.0.ebuild +++ b/dev-ml/parsexp/parsexp-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,7 +11,7 @@ SRC_URI="https://github.com/janestreet/parsexp/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" RDEPEND=" |