diff options
author | 2021-10-14 10:44:02 +0100 | |
---|---|---|
committer | 2021-10-14 10:44:02 +0100 | |
commit | d99b3c60cbbe43ff1c18e173e105f4522add3275 (patch) | |
tree | 98a8c3a706f063169f1368564a4158b99de3e20c /dev-ml/extlib | |
parent | dev-ml/ocaml-base64: Stabilize 3.5.0 x86, #815910 (diff) | |
download | gentoo-d99b3c60cbbe43ff1c18e173e105f4522add3275.tar.gz gentoo-d99b3c60cbbe43ff1c18e173e105f4522add3275.tar.bz2 gentoo-d99b3c60cbbe43ff1c18e173e105f4522add3275.zip |
dev-ml/extlib: Stabilize 1.7.8 x86, #815910
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 86f42e414812..78f973f346e5 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 |