diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:18:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:18:16 +0100 |
commit | 363dafcce8b524d743daca61e1023eb5d5f43a14 (patch) | |
tree | 1ef55330fc00e732078ac0b02030617d1103fa46 /dev-ml/octavius | |
parent | dev-ml/ocplib-endian: destabilise for ppc (diff) | |
download | gentoo-363dafcce8b524d743daca61e1023eb5d5f43a14.tar.gz gentoo-363dafcce8b524d743daca61e1023eb5d5f43a14.tar.bz2 gentoo-363dafcce8b524d743daca61e1023eb5d5f43a14.zip |
dev-ml/octavius: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ml/octavius')
-rw-r--r-- | dev-ml/octavius/octavius-1.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/octavius/octavius-1.2.2.ebuild b/dev-ml/octavius/octavius-1.2.2.ebuild index 750e6cbda7f1..bc04222a3ad6 100644 --- a/dev-ml/octavius/octavius-1.2.2.ebuild +++ b/dev-ml/octavius/octavius-1.2.2.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/ocaml-doc/octavius/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" IUSE="+ocamlopt" |