public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/
Date: Wed, 15 Feb 2023 18:38:03 +0000 (UTC)	[thread overview]
Message-ID: <1676486191.fad183400e1a5dedbb181c319cb2a1d4df39f98a.mattst88@gentoo> (raw)

commit:     fad183400e1a5dedbb181c319cb2a1d4df39f98a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 18:31:24 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 18:36:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad18340

dev-ml/ocamlbuild: Drop alpha keywords

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild    | 2 +-
 dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild | 2 +-
 dev-ml/ocamlbuild/ocamlbuild-0.14.1.ebuild    | 2 +-
 dev-ml/ocamlbuild/ocamlbuild-0.14.2.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
index 5d11a50d5da0..f9ad039b6b33 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.11.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
index 15745e9f7f0d..c581a219720e 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( ocamlopt )"

diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.1.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.1.ebuild
index d401b427c72a..9a074afe9de9 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.14.1.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="test? ( ocamlopt )"

diff --git a/dev-ml/ocamlbuild/ocamlbuild-0.14.2.ebuild b/dev-ml/ocamlbuild/ocamlbuild-0.14.2.ebuild
index 73f2c700e2ce..c57de66b8d67 100644
--- a/dev-ml/ocamlbuild/ocamlbuild-0.14.2.ebuild
+++ b/dev-ml/ocamlbuild/ocamlbuild-0.14.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/ocaml/ocamlbuild/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 RESTRICT="test"  # Tests fail
 


             reply	other threads:[~2023-02-15 18:38 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15 18:38 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 14:17 [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlbuild/ Andreas K. Hüttel
2024-07-10 12:46 Alfredo Tupone
2024-06-15 15:56 Alfredo Tupone
2024-05-31 20:12 Alfredo Tupone
2023-10-28  0:24 Sam James
2023-02-26  0:40 Sam James
2023-02-26  0:40 Sam James
2023-02-26  0:40 Sam James
2023-02-26  0:30 Sam James
2023-02-26  0:30 Sam James
2022-12-16 11:06 Maciej Barć
2022-08-24  1:27 Maciej Barć
2022-01-10 10:23 Alfredo Tupone
2022-01-09 10:31 Alfredo Tupone
2021-09-20 10:09 Alfredo Tupone
2021-02-17 19:09 Alfredo Tupone
2021-02-12 22:20 Sam James
2021-02-04 18:56 Alfredo Tupone
2021-02-04 12:58 Alfredo Tupone
2021-02-04 12:45 Alfredo Tupone
2021-02-03 20:39 Alfredo Tupone
2021-01-26 18:01 Alfredo Tupone
2021-01-24 17:26 Sam James
2021-01-24 17:26 Sam James
2020-11-07 21:19 Sam James
2020-11-07 20:56 Sam James
2020-08-15  6:14 Sam James
2020-08-15  1:54 Sam James
2020-08-15  0:30 Sam James
2020-02-09 21:13 Miroslav Šulc
2019-12-27 18:09 Jason A. Donenfeld
2017-07-07 17:45 Alexis Ballier
2017-06-19 16:57 Alexis Ballier
2017-03-09  9:34 Alexis Ballier
2017-02-23 11:57 Michael Weber
2017-02-23 11:57 Michael Weber
2017-02-12 19:58 Markus Meier
2017-01-29 23:02 Jeroen Roovers
2017-01-26 15:28 Agostino Sarubbo
2017-01-26 11:00 Agostino Sarubbo
2017-01-26 10:22 Agostino Sarubbo
2017-01-25 19:21 Tobias Klausmann
2017-01-25 15:52 Agostino Sarubbo
2017-01-25 15:35 Agostino Sarubbo
2017-01-25 14:29 Agostino Sarubbo
2017-01-24 11:14 Alexis Ballier
2016-12-27 12:40 Alexis Ballier
2016-10-07 15:43 Thomas Deutschmann
2016-10-07 11:35 Alexis Ballier
2016-05-03 10:43 Alexis Ballier
2016-03-07 17:05 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1676486191.fad183400e1a5dedbb181c319cb2a1d4df39f98a.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox