diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 20:14:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 20:14:48 +0100 |
commit | 5a370e5b32c2190670071b695af2180ce96a1b3c (patch) | |
tree | c0f3e19eb99ec875d3df2c589165a78f59a1a2f8 /dev-ml/extlib/extlib-1.7.8.ebuild | |
parent | dev-ml/ocaml-base64: Stabilize 3.5.0 ppc64, #804771 (diff) | |
download | gentoo-5a370e5b32c2190670071b695af2180ce96a1b3c.tar.gz gentoo-5a370e5b32c2190670071b695af2180ce96a1b3c.tar.bz2 gentoo-5a370e5b32c2190670071b695af2180ce96a1b3c.zip |
dev-ml/extlib: Stabilize 1.7.8 ppc64, #804771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/extlib/extlib-1.7.8.ebuild')
-rw-r--r-- | dev-ml/extlib/extlib-1.7.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/extlib/extlib-1.7.8.ebuild b/dev-ml/extlib/extlib-1.7.8.ebuild index 989990186e5f..65c97566dba4 100644 --- a/dev-ml/extlib/extlib-1.7.8.ebuild +++ b/dev-ml/extlib/extlib-1.7.8.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/ocaml-${P}" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc +ocamlopt" # See bug #704146 |