diff options
author | Sam James <sam@gentoo.org> | 2021-10-02 20:14:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 20:14:58 +0100 |
commit | 294e767759937b3d5f13d47398d07cfd1010fa10 (patch) | |
tree | 9b0beafa37dfbe4a43be28b93bdf8883f798e3ab /dev-ml/extlib | |
parent | dev-ml/ocaml-base64: Stabilize 3.5.0 ppc, #804771 (diff) | |
download | gentoo-294e767759937b3d5f13d47398d07cfd1010fa10.tar.gz gentoo-294e767759937b3d5f13d47398d07cfd1010fa10.tar.bz2 gentoo-294e767759937b3d5f13d47398d07cfd1010fa10.zip |
dev-ml/extlib: Stabilize 1.7.8 ppc, #804771
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/extlib')
-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 65c97566dba4..86f42e414812 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 |