* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2020-06-24 10:25 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-06-24 10:25 UTC (permalink / raw
To: gentoo-commits
commit: 4f065399f833906fb55b214693bab8cd96a82fac
Author: Rafael Kitover <rkitover <AT> gmail <DOT> com>
AuthorDate: Fri Jun 12 03:18:29 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 10:25:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f065399
dev-ml/stdlib-shims: new package 0.2.0
This is a dependency of dev-ml/ocaml-fileutils-0.6.2.
Using the new dune.eclass.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-ml/stdlib-shims/Manifest | 1 +
dev-ml/stdlib-shims/metadata.xml | 26 ++++++++++++++++++++++++++
dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild | 17 +++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-ml/stdlib-shims/Manifest b/dev-ml/stdlib-shims/Manifest
new file mode 100644
index 00000000000..e61e7814fb1
--- /dev/null
+++ b/dev-ml/stdlib-shims/Manifest
@@ -0,0 +1 @@
+DIST stdlib-shims-0.2.0.tbz 15980 BLAKE2B 4d83b8642a4bccc9f090c0a2f23a4d2f16bbf2ec686ab41e357f5f544d659e82f10cba85f9d578c939a2a874d0006b7fd17846bb8ffe1b6fc7cb760e4aa33db1 SHA512 19e8d8e004583e94ce060d3598c886dae1c24dd79dfd177aab4bd2865846f668a83071f087d9371393f226c14c90042eb2ec76619654c655995aeff9d4765621
diff --git a/dev-ml/stdlib-shims/metadata.xml b/dev-ml/stdlib-shims/metadata.xml
new file mode 100644
index 00000000000..bf7379a1dd2
--- /dev/null
+++ b/dev-ml/stdlib-shims/metadata.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription>
+ Compatibility library for OCaml compilers before 4.08 to allow calling
+ Pervasives module functions on Stdlib, which is the API in newer compilers.
+ Does not add newer Stdlib functions.
+ </longdescription>
+ <maintainer type="person">
+ <email>rkitover@gmail.com</email>
+ <name>Rafael Kitover</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ocaml/stdlib-shims</remote-id>
+ </upstream>
+ <use>
+ <flag name="ocamlopt">
+ Whether the OCaml native code compiler is used. Must be set globally and
+ match dev-lang/ocaml.
+ </flag>
+ </use>
+</pkgmetadata>
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
new file mode 100644
index 00000000000..bedd6b873ec
--- /dev/null
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Pure OCaml library that allows replacing Pervasives with Stdlib before 4.08"
+HOMEPAGE="https://github.com/ocaml/stdlib-shims"
+SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ocamlopt"
+
+DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2020-10-13 12:54 Mark Wright
0 siblings, 0 replies; 10+ messages in thread
From: Mark Wright @ 2020-10-13 12:54 UTC (permalink / raw
To: gentoo-commits
commit: e656ad0d162e4fb6823bb6bd0cd9d0d346bd1eda
Author: Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 07:07:24 2020 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 12:53:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e656ad0d
dev-ml/stdlib-shims: Add ~arm ~arm64 KEYWORDS from ml-overlay
Co-Author: Alexis Ballier <aballier <AT> gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
index bedd6b873ec..ca9b60a4f1d 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2021-02-08 8:00 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-02-08 8:00 UTC (permalink / raw
To: gentoo-commits
commit: f332c72f6443fa6ec87becb3b2b48bdb3380ce8e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 07:56:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 07:56:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f332c72f
dev-ml/stdlib-shims: bump to 0.3.0
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/stdlib-shims/Manifest | 1 +
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-ml/stdlib-shims/Manifest b/dev-ml/stdlib-shims/Manifest
index e61e7814fb1..303277e4962 100644
--- a/dev-ml/stdlib-shims/Manifest
+++ b/dev-ml/stdlib-shims/Manifest
@@ -1 +1,2 @@
DIST stdlib-shims-0.2.0.tbz 15980 BLAKE2B 4d83b8642a4bccc9f090c0a2f23a4d2f16bbf2ec686ab41e357f5f544d659e82f10cba85f9d578c939a2a874d0006b7fd17846bb8ffe1b6fc7cb760e4aa33db1 SHA512 19e8d8e004583e94ce060d3598c886dae1c24dd79dfd177aab4bd2865846f668a83071f087d9371393f226c14c90042eb2ec76619654c655995aeff9d4765621
+DIST stdlib-shims-0.3.0.tbz 10163 BLAKE2B 442f07a9b80fb915a0254ba814227798c838f9fa4c6e9a94c4b99c22ca25844f121de235cb758707179275da9200cd45cbb6e68392b0217af97c6e1bb04a13a3 SHA512 1151d7edc8923516e9a36995a3f8938d323aaade759ad349ed15d6d8501db61ffbe63277e97c4d86149cf371306ac23df0f581ec7e02611f58335126e1870980
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
new file mode 100644
index 00000000000..135f3ce10d4
--- /dev/null
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Pure OCaml library that allows replacing Pervasives with Stdlib before 4.08"
+HOMEPAGE="https://github.com/ocaml/stdlib-shims"
+SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="ocamlopt"
+
+DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2021-10-02 21:10 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-10-02 21:10 UTC (permalink / raw
To: gentoo-commits
commit: f9998f2a3ad8054cdcec2eb0471a68a865e12ab4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 2 05:39:28 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 2 21:10:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9998f2a
dev-ml/stdlib-shims: enable +ocamlopt by default
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild | 2 +-
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
index 5ce9d879e11..9f748eb07a6 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.2.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="ocamlopt"
+IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index 135f3ce10d4..f4a918c7244 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="ocamlopt"
+IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2022-01-02 11:22 Jakov Smolić
0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-01-02 11:22 UTC (permalink / raw
To: gentoo-commits
commit: baa12c0807176ed4acbc0a5ae014208b9405075e
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 11:21:50 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 11:22:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa12c08
dev-ml/stdlib-shims: Stabilize 0.3.0 amd64, #828347
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index f4a918c72443..dbe9faf7ead5 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.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/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2022-01-02 13:45 Jakov Smolić
0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2022-01-02 13:45 UTC (permalink / raw
To: gentoo-commits
commit: 21d508daa6f4cdd1d7c4c23aa815cd41ae45ef61
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 13:44:32 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 13:45:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d508da
dev-ml/stdlib-shims: Stabilize 0.3.0 x86, #828347
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index dbe9faf7ead5..5dac85347022 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2022-01-02 19:07 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-01-02 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 73f5c2a4d547ba60d7ffcec99e17e14429ab8820
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 19:07:16 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 19:07:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f5c2a4
dev-ml/stdlib-shims: Stabilize 0.3.0 arm, #828347
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index 5dac85347022..63dbbfb4c4f3 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2022-01-02 19:17 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-01-02 19:17 UTC (permalink / raw
To: gentoo-commits
commit: d5d211615096de04173697c5e3ef0eca8588fdfd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 19:17:34 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 19:17:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d21161
dev-ml/stdlib-shims: Stabilize 0.3.0 ppc64, #828347
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index 63dbbfb4c4f3..f7954db44397 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 x86"
IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2022-01-02 19:22 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-01-02 19:22 UTC (permalink / raw
To: gentoo-commits
commit: 782b2bf01f9c2c7a0423d419e5de73604b0b5d64
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 19:22:02 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 19:22:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782b2bf0
dev-ml/stdlib-shims: Stabilize 0.3.0 ppc, #828347
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index f7954db44397..5abd98e38467 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/
@ 2022-01-03 9:19 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-01-03 9:19 UTC (permalink / raw
To: gentoo-commits
commit: aa7275319019fa4136bb0e853e242e3da95b9e2c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 09:19:24 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 09:19:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa727531
dev-ml/stdlib-shims: Stabilize 0.3.0 arm64, #828347
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
index 5abd98e38467..2147886d70d7 100644
--- a/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
+++ b/dev-ml/stdlib-shims/stdlib-shims-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/ocaml/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt"
DOCS=( "README.md" "CHANGES.md" "LICENSE" )
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2022-01-03 9:20 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 19:22 [gentoo-commits] repo/gentoo:master commit in: dev-ml/stdlib-shims/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2022-01-03 9:19 Sam James
2022-01-02 19:17 Arthur Zamarin
2022-01-02 19:07 Arthur Zamarin
2022-01-02 13:45 Jakov Smolić
2022-01-02 11:22 Jakov Smolić
2021-10-02 21:10 Sam James
2021-02-08 8:00 Sam James
2020-10-13 12:54 Mark Wright
2020-06-24 10:25 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox