diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:14 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:14 +0100 |
commit | c18b3bcc2f79ce2051b4b7894182eefa0b2656ab (patch) | |
tree | f6435fab847d8f5e6c7de6496cafaad570a438a6 /dev-ml/ocplib-endian | |
parent | dev-ml/ocamlweb: destabilise for ppc (diff) | |
download | gentoo-c18b3bcc2f79ce2051b4b7894182eefa0b2656ab.tar.gz gentoo-c18b3bcc2f79ce2051b4b7894182eefa0b2656ab.tar.bz2 gentoo-c18b3bcc2f79ce2051b4b7894182eefa0b2656ab.zip |
dev-ml/ocplib-endian: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/ocplib-endian')
-rw-r--r-- | dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild index f771d8ce93d5..36f30adca481 100644 --- a/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.ebuild +++ b/dev-ml/ocplib-endian/ocplib-endian-1.1-r1.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/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" # 2 of 70 tests fail |