diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:17:20 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:17:20 +0100 |
commit | 0d81e33a3f08e94e797456a6841d479211d692be (patch) | |
tree | c50ef1425d9d63f33f1f7288b3d9522e4202cc93 /dev-ml/astring | |
parent | dev-ml/alcotest: destabilise for ppc (diff) | |
download | gentoo-0d81e33a3f08e94e797456a6841d479211d692be.tar.gz gentoo-0d81e33a3f08e94e797456a6841d479211d692be.tar.bz2 gentoo-0d81e33a3f08e94e797456a6841d479211d692be.zip |
dev-ml/astring: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/astring')
-rw-r--r-- | dev-ml/astring/astring-0.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/astring/astring-0.8.5.ebuild b/dev-ml/astring/astring-0.8.5.ebuild index c68d81c6dae3..380c4397f8d7 100644 --- a/dev-ml/astring/astring-0.8.5.ebuild +++ b/dev-ml/astring/astring-0.8.5.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://erratique.ch/software/astring/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" OCAML_DEP=">=dev-lang/ocaml-4.05.0:=" BDEPEND=" |