[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-compiler-libs/

2021-10-10 Thread Sam James
commit: 17b42794c8237f585a083b420bbbd666c761db2d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:58:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:58:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b42794

dev-ml/ocaml-compiler-libs: update LICENSE

Relicensed a few years ago from Apache-2.

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild | 2 +-
 dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild 
b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild
index ce40ed8ba22..345396f5fa7 100644
--- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild
+++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Repackage the OCaml compiler libs so they do not 
expose everything
 HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs;
 
SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
 
-LICENSE="Apache-2.0"
+LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
 IUSE="+ocamlopt"

diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild 
b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
index e2b3cd47aa7..e7afbbcd557 100644
--- a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
+++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Repackage the OCaml compiler libs so they do not 
expose everything
 HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs;
 
SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
 
-LICENSE="Apache-2.0"
+LICENSE="MIT"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-compiler-libs/

2021-10-10 Thread Sam James
commit: 7b29db15debc1c027598e43d99ceed723b2e792d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:58:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:58:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b29db15

dev-ml/ocaml-compiler-libs: add 0.12.4

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocaml-compiler-libs/Manifest   |  1 +
 .../ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-ml/ocaml-compiler-libs/Manifest 
b/dev-ml/ocaml-compiler-libs/Manifest
index e5be20a0a16..fefe6818319 100644
--- a/dev-ml/ocaml-compiler-libs/Manifest
+++ b/dev-ml/ocaml-compiler-libs/Manifest
@@ -1 +1,2 @@
 DIST ocaml-compiler-libs-0.12.3.tar.gz 4982 BLAKE2B 
83432cbb2707964f025b294a84cdcce77137156e409d85ce8615dd6e9a26ad085cd5de178ebeb7520cd95b19a15b3cfbf7ef9567d165b55e07850a231b68371c
 SHA512 
748ae11fe4cedb12d153ef2e712a9899f6a7ab4a35ddb7c95c0ae25af979c3edf274046745dddb2253fc06be41d5b0029f11a5a823a17d1ee680ffb29c4bdc89
+DIST ocaml-compiler-libs-0.12.4.tar.gz 5435 BLAKE2B 
2c7b3f79315945d094dd4102da748dda55265bdd36753606ec03eef6a39eb385b84e7bfd0f43a04583271bf7c53b15481e9dcbb48c362d472bb3f740ec48853a
 SHA512 
cf08e8d4bf25fff26a16a05036f08247176f4845d9d9ada85944c3fa89b6df9a5092d7a1025415a3b2ce00dd45b544cc82247648cf3952be2304e5d9ebab121d

diff --git a/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild 
b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
new file mode 100644
index 000..e2b3cd47aa7
--- /dev/null
+++ b/dev-ml/ocaml-compiler-libs/ocaml-compiler-libs-0.12.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="Repackage the OCaml compiler libs so they do not expose 
everything at toplevel"
+HOMEPAGE="https://github.com/janestreet/ocaml-compiler-libs;
+SRC_URI="https://github.com/janestreet/ocaml-compiler-libs/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/iplog/

2021-10-10 Thread Sam James
commit: fdfff43b8897d9557f200436c1fb4569d2a436f8
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdfff43b

net-analyzer/iplog: Stabilize 2.2.3-r3 ppc, #817653

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/iplog/iplog-2.2.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild 
b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
index 70d0a4a39b1..9d49574d8c6 100644
--- a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 FDL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~mips ppc ~sparc x86"
 
 DEPEND="net-libs/libpcap"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scanlogd/

2021-10-10 Thread Sam James
commit: a9f1b7b41ad2b34f1d3672bcc2853e0f233b8743
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f1b7b4

net-analyzer/scanlogd: Stabilize 2.2.8-r1 ppc, #817656

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild 
b/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild
index df7a9b460ec..2217afe380d 100644
--- a/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild
+++ b/net-analyzer/scanlogd/scanlogd-2.2.8-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://www.openwall.com/scanlogd/;
 
 LICENSE="scanlogd GPL-2" # GPL-2 for initscript
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="+nids pcap"
 REQUIRED_USE="?? ( nids pcap )"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/

2021-10-10 Thread Sam James
commit: c7f7598f1bc4546ee879b0856069ff74b67b56d2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f7598f

app-misc/gcal: Stabilize 4.1 ppc, #817632

Signed-off-by: Sam James  gentoo.org>

 app-misc/gcal/gcal-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index 5ea7eebd01b..fc4e54c6370 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )



[gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/

2021-10-10 Thread Sam James
commit: c86402f8d45a648868f80bfa1cc8a2f9c4901414
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86402f8

dev-lang/cfortran: Stabilize 20110621 ppc, #817647

Signed-off-by: Sam James  gentoo.org>

 dev-lang/cfortran/cfortran-20110621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/cfortran/cfortran-20110621.ebuild 
b/dev-lang/cfortran/cfortran-20110621.ebuild
index 3f5e09ca3db..4632c81cd22 100644
--- a/dev-lang/cfortran/cfortran-20110621.ebuild
+++ b/dev-lang/cfortran/cfortran-20110621.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/

2021-10-10 Thread Sam James
commit: 971179898e74b9a20fa27e62cef0528a77bb392b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97117989

dev-perl/Test2-Plugin-NoWarnings: Stabilize 0.90.0 ppc, #817617

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild 
b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
index df7391b678b..d4fe9932e2d 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fail if tests warn"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/

2021-10-10 Thread Sam James
commit: 1c9f62d05ef5e2addd2dbcbe7e641dae900725f2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9f62d0

dev-ml/mtime: Stabilize 1.2.0 ppc64, #817716

Signed-off-by: Sam James  gentoo.org>

 dev-ml/mtime/mtime-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mtime/mtime-1.2.0.ebuild b/dev-ml/mtime/mtime-1.2.0.ebuild
index 50797706b42..b7408c4fec8 100644
--- a/dev-ml/mtime/mtime-1.2.0.ebuild
+++ b/dev-ml/mtime/mtime-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/

2021-10-10 Thread Sam James
commit: 54c8565a66af0c80eea4c26b0156993094e52ae7
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c8565a

dev-perl/Test-Manifest: Stabilize 2.22.0 ppc, #817614

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild 
b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
index 257103510de..3b7a41834d3 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="Artistic-2"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Fatal/

2021-10-10 Thread Sam James
commit: aa111d4bb85254c8639991f5773ce5e6c402f8f4
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa111d4b

dev-perl/Test-Fatal: Stabilize 0.16.0 ppc, #817599

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Fatal/Test-Fatal-0.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Fatal/Test-Fatal-0.16.0.ebuild 
b/dev-perl/Test-Fatal/Test-Fatal-0.16.0.ebuild
index e4fb4fff77b..3f829bf199f 100644
--- a/dev-perl/Test-Fatal/Test-Fatal-0.16.0.ebuild
+++ b/dev-perl/Test-Fatal/Test-Fatal-0.16.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Incredibly simple helpers for testing code with exceptions"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlnet/

2021-10-10 Thread Sam James
commit: c49abe8bf4375782b739c5decbb85c4c017a14f8
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:43:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49abe8b

dev-ml/ocamlnet: Stabilize 4.1.9 amd64, #817722

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild 
b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild
index c0ee784e835..ab363e4ea48 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.9.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="ZLIB GPL-2+"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="kerberos tk httpd +ocamlopt +pcre ssl zip"
 RESTRICT="installsources strip"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-LeakTrace/

2021-10-10 Thread Sam James
commit: b48953f7956959ff226c868229beaa7eb11f2c8b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b48953f7

dev-perl/Test-LeakTrace: Stabilize 0.170.0 ppc, #817608

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-LeakTrace/Test-LeakTrace-0.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.170.0.ebuild 
b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.170.0.ebuild
index 5fed7ae34c7..a71eaa0ba84 100644
--- a/dev-perl/Test-LeakTrace/Test-LeakTrace-0.170.0.ebuild
+++ b/dev-perl/Test-LeakTrace/Test-LeakTrace-0.170.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Traces memory leaks"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=virtual/perl-Exporter-5.570.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/

2021-10-10 Thread Sam James
commit: 5052d78739fedc5f19316eeb6818cc68356aa5a0
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5052d787

dev-perl/Test-Compile: Stabilize 2.4.2 ppc, #817602

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild 
b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
index 957116a0a3f..ceb51ff2d09 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Check whether Perl files compile correctly"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/

2021-10-10 Thread Sam James
commit: d84af732c542c3e75cd36f13b065e340108bcee4
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84af732

dev-perl/Test-Inline: Stabilize 2.214.0 ppc, #817611

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild 
b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
index 07413ea50ad..e9e4e1863a8 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Inline test suite support for Perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
>=dev-perl/Algorithm-Dependency-1.20.0



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-file-format/

2021-10-10 Thread Sam James
commit: c98fb009ad42ee0cf9a2dd945608b9556516c690
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98fb009

dev-ml/opam-file-format: Stabilize 2.1.3 ppc64, #817728

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild 
b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild
index 80daf1eaba5..543ba58cd2d 100644
--- a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild
+++ b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/

2021-10-10 Thread Sam James
commit: 6135075cefe47972a0929e8e55ffa828e3f1ed06
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6135075c

dev-ml/ppx_expect: Stabilize 0.14.1 ppc64, #817731

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild 
b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index ccec1f10be8..a33078d68bf 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam-file-format/

2021-10-10 Thread Sam James
commit: 483305fcff763b78cbae67d42359b2526a0e9680
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:43:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:43:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483305fc

dev-ml/opam-file-format: Stabilize 2.1.3 amd64, #817728

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild 
b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild
index fe3328205ee..80daf1eaba5 100644
--- a/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild
+++ b/dev-ml/opam-file-format/opam-file-format-2.1.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${
 
 LICENSE="LGPL-2.1"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/

2021-10-10 Thread Sam James
commit: 8559ff7cc11d1de11c391632921488d0b8dda9e5
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:44:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:44:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8559ff7c

dev-ml/menhir: Stabilize 20210419-r1 ppc64, #817713

Signed-off-by: Sam James  gentoo.org>

 dev-ml/menhir/menhir-20210419-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/menhir/menhir-20210419-r1.ebuild 
b/dev-ml/menhir/menhir-20210419-r1.ebuild
index 7cc9058c364..3bfd2b1f5e7 100644
--- a/dev-ml/menhir/menhir-20210419-r1.ebuild
+++ b/dev-ml/menhir/menhir-20210419-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-ml/seq/

2021-10-10 Thread Sam James
commit: f67bb4be8b81d49c0a50862fbbaacee333d6a11e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:43:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:43:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67bb4be

dev-ml/seq: Stabilize 0.2.2 amd64, #817743

Signed-off-by: Sam James  gentoo.org>

 dev-ml/seq/seq-0.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/seq/seq-0.2.2.ebuild b/dev-ml/seq/seq-0.2.2.ebuild
index 0027a100131..db666860eea 100644
--- a/dev-ml/seq/seq-0.2.2.ebuild
+++ b/dev-ml/seq/seq-0.2.2.ebuild
@@ -11,5 +11,5 @@ SRC_URI="https://github.com/c-cube/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"



[gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/

2021-10-10 Thread Sam James
commit: 20fd5f932cc9bfd6b85ea9d9f1a2a97e2d46e773
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:43:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:43:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fd5f93

dev-ml/alcotest: Stabilize 1.4.0 amd64, #817695

Signed-off-by: Sam James  gentoo.org>

 dev-ml/alcotest/alcotest-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/alcotest/alcotest-1.4.0.ebuild 
b/dev-ml/alcotest/alcotest-1.4.0.ebuild
index cf09b59a6db..5d6c6bf4ac0 100644
--- a/dev-ml/alcotest/alcotest-1.4.0.ebuild
+++ b/dev-ml/alcotest/alcotest-1.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_expect/

2021-10-10 Thread Sam James
commit: 4a4d6b011477bb311e0d0fb3d5accb05dcadb2c7
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:43:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:43:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4d6b01

dev-ml/ppx_expect: Stabilize 0.14.1 amd64, #817731

Signed-off-by: Sam James  gentoo.org>

 dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild 
b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
index 9d7682d713f..ccec1f10be8 100644
--- a/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
+++ b/dev-ml/ppx_expect/ppx_expect-0.14.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/rresult/

2021-10-10 Thread Sam James
commit: 574a4ba45fcb278509aecab0ab2b91a6868070de
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:43:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:43:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574a4ba4

dev-ml/rresult: Stabilize 0.6.0 amd64, #817740

Signed-off-by: Sam James  gentoo.org>

 dev-ml/rresult/rresult-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/rresult/rresult-0.6.0.ebuild 
b/dev-ml/rresult/rresult-0.6.0.ebuild
index 0c47040813b..85686e8cf03 100644
--- a/dev-ml/rresult/rresult-0.6.0.ebuild
+++ b/dev-ml/rresult/rresult-0.6.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/rresult/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="dev-ml/result:="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_mime/

2021-10-10 Thread Hans de Graaff
commit: f65c8d913c0d873e8b5978ded68cff3025fd4733
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 11 05:33:24 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 11 05:33:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f65c8d91

dev-ruby/mini_mime: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mini_mime/Manifest   |  2 --
 dev-ruby/mini_mime/mini_mime-1.0.2.ebuild | 32 ---
 dev-ruby/mini_mime/mini_mime-1.1.0.ebuild | 31 --
 3 files changed, 65 deletions(-)

diff --git a/dev-ruby/mini_mime/Manifest b/dev-ruby/mini_mime/Manifest
index 8b507dce8e6..57283a0049d 100644
--- a/dev-ruby/mini_mime/Manifest
+++ b/dev-ruby/mini_mime/Manifest
@@ -1,4 +1,2 @@
-DIST mini_mime-1.0.2.tar.gz 31971 BLAKE2B 
b2783f9376d5299ba77d1cab0326f706cc671a96aac58e8c65879f9180cf3f1f359eba1b8ed4028c775728d4d633d6e8cce06acee90cfe9b60cde2e53f9a2360
 SHA512 
644eefdc9277642b8b94ce8071826ec993f7da1a5bc8903bd17ece05a374f286014d05b5765ec5a5f7f0fa9252b56d3bdd03109a3702075f6e8ccb68a4cef98d
 DIST mini_mime-1.0.3.tar.gz 33554 BLAKE2B 
7be4a7b8ee066a1106a42ff28ab57684460d061dc9205a992af471f5e9024be080388451f6f0d171c09b96f53c4748c9490afcfa23a82f478c5e96b559c8c97d
 SHA512 
d8259b81821d35ddb8f9038ad2f672816f20e098ff74d8245fdc2a8a6e4be6918b865a25372348ef8dd777483883238919293a683df064d15ac7045f9b40bb0e
-DIST mini_mime-1.1.0.tar.gz 33748 BLAKE2B 
b804cb6c9c321dcb43a56fecaa04202a88a6233399ca0343c2e101bc3e583071ba5c0ae68bf5f89b220ce338ce6995c41c11ff7e05dd2dd657686ecdba107a88
 SHA512 
14f369a8a0d35c474691abf71b58597b31ed82d29083173b2c03e6e36d7b20cccf3e3f653c6d53b8abf21aec7d7f3198115238dd27b0e49e1bc9c65426d0dfb4
 DIST mini_mime-1.1.1.tar.gz 33747 BLAKE2B 
2b18012d611157c1ace9211e99f2c6b41931a932ed9161b24367def3bf70d5780287a0b855ac32aae202e32a1158d08c7004515841e3baa1a2789d296bdf928e
 SHA512 
b59e5d5a94b80eae62c9be2722e2fa8306620e8b4f54e3c7d020961a89b3d796e26b18a92b6da29677c3822ab68783874486cd1080ca552c9c2fcd3acb13811f

diff --git a/dev-ruby/mini_mime/mini_mime-1.0.2.ebuild 
b/dev-ruby/mini_mime/mini_mime-1.0.2.ebuild
deleted file mode 100644
index 4c8e30b4ec0..000
--- a/dev-ruby/mini_mime/mini_mime-1.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="mini_mime.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A lightweight mime type lookup toy"
-HOMEPAGE="https://github.com/discourse/mini_mime;
-SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-
-   # Avoid comparison with MIME::Types because types may vary over time
-   # as they get reclassified leading to random harmless failures.
-   sed -i -e '/test_full_parity_with_mime_types/askip "gentoo"' 
test/mini_mime_test.rb || die
-}

diff --git a/dev-ruby/mini_mime/mini_mime-1.1.0.ebuild 
b/dev-ruby/mini_mime/mini_mime-1.1.0.ebuild
deleted file mode 100644
index 806ae30061f..000
--- a/dev-ruby/mini_mime/mini_mime-1.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-RUBY_FAKEGEM_BINWRAP=""
-
-RUBY_FAKEGEM_GEMSPEC="mini_mime.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A lightweight mime type lookup toy"
-HOMEPAGE="https://github.com/discourse/mini_mime;
-SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
-IUSE="test"
-
-all_ruby_prepare() {
-   sed -i -e '/bundler/ s:^:#:' Rakefile || die
-   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
-
-   # Avoid comparison with MIME::Types because types may vary over time
-   # as they get reclassified leading to random harmless failures.
-   sed -i -e '/test_full_parity_with_mime_types/askip "gentoo"' 
test/mini_mime_test.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_mime/

2021-10-10 Thread Hans de Graaff
commit: d4b8bd7ca4d3d14b75b90150f314852c1858ad65
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Oct 11 05:34:14 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 11 05:34:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b8bd7c

dev-ruby/mini_mime: add 1.1.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/mini_mime/Manifest   |  1 +
 dev-ruby/mini_mime/mini_mime-1.1.2.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-ruby/mini_mime/Manifest b/dev-ruby/mini_mime/Manifest
index 57283a0049d..cc2ca084921 100644
--- a/dev-ruby/mini_mime/Manifest
+++ b/dev-ruby/mini_mime/Manifest
@@ -1,2 +1,3 @@
 DIST mini_mime-1.0.3.tar.gz 33554 BLAKE2B 
7be4a7b8ee066a1106a42ff28ab57684460d061dc9205a992af471f5e9024be080388451f6f0d171c09b96f53c4748c9490afcfa23a82f478c5e96b559c8c97d
 SHA512 
d8259b81821d35ddb8f9038ad2f672816f20e098ff74d8245fdc2a8a6e4be6918b865a25372348ef8dd777483883238919293a683df064d15ac7045f9b40bb0e
 DIST mini_mime-1.1.1.tar.gz 33747 BLAKE2B 
2b18012d611157c1ace9211e99f2c6b41931a932ed9161b24367def3bf70d5780287a0b855ac32aae202e32a1158d08c7004515841e3baa1a2789d296bdf928e
 SHA512 
b59e5d5a94b80eae62c9be2722e2fa8306620e8b4f54e3c7d020961a89b3d796e26b18a92b6da29677c3822ab68783874486cd1080ca552c9c2fcd3acb13811f
+DIST mini_mime-1.1.2.tar.gz 33779 BLAKE2B 
acf4fc7bbaf4bb9df9a35aa8f093f3f607b0f57296f29511aa4d0cc8770af3c959f6c2b4e49d0e879dea6145e42a33f02d98a1f54af5f48cb248b95b3f6fa410
 SHA512 
696d0ddf69ba58671ff8a378e6d8bd302aa5b402f791f090b4d5413f48b90cf19de447d68942a4cdc329f4d42210bd62bf4757c1f226df5129cb269c0004a332

diff --git a/dev-ruby/mini_mime/mini_mime-1.1.2.ebuild 
b/dev-ruby/mini_mime/mini_mime-1.1.2.ebuild
new file mode 100644
index 000..e63c0445e32
--- /dev/null
+++ b/dev-ruby/mini_mime/mini_mime-1.1.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_GEMSPEC="mini_mime.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A lightweight mime type lookup toy"
+HOMEPAGE="https://github.com/discourse/mini_mime;
+SRC_URI="https://github.com/discourse/mini_mime/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE="test"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/ s:^:#:' Rakefile || die
+   sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+
+   # Avoid comparison with MIME::Types because types may vary over time
+   # as they get reclassified leading to random harmless failures.
+   sed -i -e '/test_full_parity_with_mime_types/askip "gentoo"' 
test/mini_mime_test.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-File/

2021-10-10 Thread Sam James
commit: 9673c6b2bd6a2e88be12ff039354b24d2d7653cf
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:20:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:20:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9673c6b2

dev-perl/Test-File: Stabilize 1.448.0 ppc, #817596

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-File/Test-File-1.448.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-File/Test-File-1.448.0.ebuild 
b/dev-perl/Test-File/Test-File-1.448.0.ebuild
index 5cfce7b68a4..0a9f731ba64 100644
--- a/dev-perl/Test-File/Test-File-1.448.0.ebuild
+++ b/dev-perl/Test-File/Test-File-1.448.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test file attributes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-macos"
 
 RDEPEND="
 "



[gentoo-commits] repo/gentoo:master commit in: dev-ml/graphics/

2021-10-10 Thread Sam James
commit: ec5f6dd6555dee95678e42d8798ff452f830b3c1
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:19:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:19:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5f6dd6

dev-ml/graphics: Stabilize 5.1.2 ppc64, #817701

Signed-off-by: Sam James  gentoo.org>

 dev-ml/graphics/graphics-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/graphics/graphics-5.1.2.ebuild 
b/dev-ml/graphics/graphics-5.1.2.ebuild
index bd5bcebb129..4e63556c29a 100644
--- a/dev-ml/graphics/graphics-5.1.2.ebuild
+++ b/dev-ml/graphics/graphics-5.1.2.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"
 
 RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]
>=dev-lang/ocaml-4.09:=



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Differences/

2021-10-10 Thread Sam James
commit: 7114cd6b8df2ca131cf0b0de39c465295e47444d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:19:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:19:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7114cd6b

dev-perl/Test-Differences: Stabilize 0.680.0 ppc, #817590

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Differences/Test-Differences-0.680.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Differences/Test-Differences-0.680.0.ebuild 
b/dev-perl/Test-Differences/Test-Differences-0.680.0.ebuild
index 62e460c8424..b6e78051f39 100644
--- a/dev-perl/Test-Differences/Test-Differences-0.680.0.ebuild
+++ b/dev-perl/Test-Differences/Test-Differences-0.680.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Test strings and data structures and show differences if not ok"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=dev-perl/Capture-Tiny-0.240.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-EOL/

2021-10-10 Thread Sam James
commit: 4f6b602b297d81c293010a383c6b101ac1421684
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:19:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:19:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6b602b

dev-perl/Test-EOL: Stabilize 2.20.0 ppc, #817593

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild 
b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
index a7bdab8c0fe..0fc226ad1b1 100644
--- a/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
+++ b/dev-perl/Test-EOL/Test-EOL-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check the correct line endings in your project"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 
 RDEPEND="
virtual/perl-File-Spec



[gentoo-commits] repo/gentoo:master commit in: dev-ml/fpath/

2021-10-10 Thread Sam James
commit: 6face32653688358bb4e3907ffbacbbb9aa1e799
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:19:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:19:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6face326

dev-ml/fpath: Stabilize 0.7.3 ppc64, #817707

Signed-off-by: Sam James  gentoo.org>

 dev-ml/fpath/fpath-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/fpath/fpath-0.7.3.ebuild b/dev-ml/fpath/fpath-0.7.3.ebuild
index 9010440b086..28cd8eb02b1 100644
--- a/dev-ml/fpath/fpath-0.7.3.ebuild
+++ b/dev-ml/fpath/fpath-0.7.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/fpath/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 
 RDEPEND="dev-ml/result:=
dev-ml/astring:=



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubypants/

2021-10-10 Thread Hans de Graaff
commit: 16110813f487659f3a1aeccec5558829d8853339
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 10 07:25:40 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 11 05:18:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16110813

dev-ruby/rubypants: add ruby30

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/rubypants/rubypants-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/rubypants/rubypants-0.7.1.ebuild 
b/dev-ruby/rubypants/rubypants-0.7.1.ebuild
index 9f766aea0c2..76d6c9c80cb 100644
--- a/dev-ruby/rubypants/rubypants-0.7.1.ebuild
+++ b/dev-ruby/rubypants/rubypants-0.7.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
 
 RUBY_FAKEGEM_TASK_TEST=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-shout/

2021-10-10 Thread Hans de Graaff
commit: 82e773b1ee0aeabcfca636e92904e576d9aeae35
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Oct 10 07:24:55 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Oct 11 05:18:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e773b1

dev-ruby/ruby-shout: cleanup

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild | 38 -
 1 file changed, 38 deletions(-)

diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild 
b/dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild
deleted file mode 100644
index ebdd1067bb6..000
--- a/dev-ruby/ruby-shout/ruby-shout-2.2.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="README.textile"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby interface to libshout2"
-HOMEPAGE="https://github.com/niko/ruby-shout;
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND+=" >=media-libs/libshout-2.0"
-DEPEND+=" >=media-libs/libshout-2.0"
-
-each_ruby_configure() {
-   ${RUBY} -Cext extconf.rb || die "extconf failed"
-}
-
-each_ruby_compile() {
-   emake -C ext V=1
-}
-
-each_ruby_install() {
-   each_fakegem_install
-
-   ruby_fakegem_newins ext/${PN#ruby-}_ext$(get_modname) 
lib/${PN#ruby-}_ext$(get_modname)
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Deep/

2021-10-10 Thread Sam James
commit: 60af2859aafaf4c0cb381b26980cf43814b16469
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:16:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:16:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60af2859

dev-perl/Test-Deep: Stabilize 1.130.0 ppc, #817587

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild 
b/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild
index fdae8c1627d..2bdf20ed980 100644
--- a/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild
+++ b/dev-perl/Test-Deep/Test-Deep-1.130.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extremely flexible deep comparison testing"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.90.0



[gentoo-commits] repo/gentoo:master commit in: dev-ml/mtime/

2021-10-10 Thread Sam James
commit: ad810c5e14a3891d33e472def696ad0d885fecab
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:16:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:16:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad810c5e

dev-ml/mtime: Stabilize 1.2.0 amd64, #817716

Signed-off-by: Sam James  gentoo.org>

 dev-ml/mtime/mtime-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mtime/mtime-1.2.0.ebuild b/dev-ml/mtime/mtime-1.2.0.ebuild
index a6d491ea6ad..50797706b42 100644
--- a/dev-ml/mtime/mtime-1.2.0.ebuild
+++ b/dev-ml/mtime/mtime-1.2.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/mtime/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/alcotest/

2021-10-10 Thread Sam James
commit: e1d120846cb5aa3abce557f4c8cba2355937ecd1
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:16:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:16:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d12084

dev-ml/alcotest: Stabilize 1.4.0 ppc64, #817695

Signed-off-by: Sam James  gentoo.org>

 dev-ml/alcotest/alcotest-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/alcotest/alcotest-1.4.0.ebuild 
b/dev-ml/alcotest/alcotest-1.4.0.ebuild
index 0ca71621477..cf09b59a6db 100644
--- a/dev-ml/alcotest/alcotest-1.4.0.ebuild
+++ b/dev-ml/alcotest/alcotest-1.4.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/alcotest/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/menhir/

2021-10-10 Thread Sam James
commit: 6c49741e38bc3f6ac636e4e15722f785d48f9aff
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:16:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c49741e

dev-ml/menhir: Stabilize 20210419-r1 amd64, #817713

Signed-off-by: Sam James  gentoo.org>

 dev-ml/menhir/menhir-20210419-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/menhir/menhir-20210419-r1.ebuild 
b/dev-ml/menhir/menhir-20210419-r1.ebuild
index eee8ab93b31..7cc9058c364 100644
--- a/dev-ml/menhir/menhir-20210419-r1.ebuild
+++ b/dev-ml/menhir/menhir-20210419-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gitlab.inria.fr/fpottier/${PN}/-/archive/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2 LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Class/

2021-10-10 Thread Sam James
commit: f91f7d94792d213197f32439ea66eb4f9c87e289
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:16:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:16:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91f7d94

dev-perl/Test-Class: Stabilize 0.520.0 ppc, #817584

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test-Class/Test-Class-0.520.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Class/Test-Class-0.520.0.ebuild 
b/dev-perl/Test-Class/Test-Class-0.520.0.ebuild
index 5ebef11a031..cbae3986a1d 100644
--- a/dev-perl/Test-Class/Test-Class-0.520.0.ebuild
+++ b/dev-perl/Test-Class/Test-Class-0.520.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Easily create test classes in an xUnit/JUnit style"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 
 RDEPEND="
>=virtual/perl-Attribute-Handlers-0.770.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/

2021-10-10 Thread Sam James
commit: 87e85316138575a9c11f88de05312a0731dbc96f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e85316

dev-perl/prefork: Stabilize 1.50.0 ppc, #817626

Signed-off-by: Sam James  gentoo.org>

 dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild 
b/dev-perl/prefork/prefork-1.50.0.ebuild
index 4f89d3c50b4..5062570867b 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Optimized module loading for forking or non-forking processes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/TermReadKey/

2021-10-10 Thread Sam James
commit: c7773afff2a44f2700144734cef662443a4696de
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7773aff

dev-perl/TermReadKey: Stabilize 2.380.0 ppc, #817578

Signed-off-by: Sam James  gentoo.org>

 dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild 
b/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild
index 47358b5a43e..296202d0d28 100644
--- a/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild
+++ b/dev-perl/TermReadKey/TermReadKey-2.380.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Change terminal modes, and perform non-blocking reads"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.580.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/

2021-10-10 Thread Sam James
commit: 3c7200b9e143089c0a6abe62dda026ae95aa486d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7200b9

dev-perl/strictures: Stabilize 2.0.6 ppc, #817629

Signed-off-by: Sam James  gentoo.org>

 dev-perl/strictures/strictures-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/strictures/strictures-2.0.6.ebuild 
b/dev-perl/strictures/strictures-2.0.6.ebuild
index 9edbe15b130..a65176d7564 100644
--- a/dev-perl/strictures/strictures-2.0.6.ebuild
+++ b/dev-perl/strictures/strictures-2.0.6.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Turn on strict and make most warnings fatal"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Task-Weaken/

2021-10-10 Thread Sam James
commit: 78fe082ef4b0667765527feb9497bcb17f3e9fb4
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fe082e

dev-perl/Task-Weaken: Stabilize 1.60.0 ppc, #817569

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Task-Weaken/Task-Weaken-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Task-Weaken/Task-Weaken-1.60.0.ebuild 
b/dev-perl/Task-Weaken/Task-Weaken-1.60.0.ebuild
index 17e67ac3162..ded7fecaa05 100644
--- a/dev-perl/Task-Weaken/Task-Weaken-1.60.0.ebuild
+++ b/dev-perl/Task-Weaken/Task-Weaken-1.60.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Ensure that a platform has weaken support"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-perl/perl-ldap/

2021-10-10 Thread Sam James
commit: af3391e9f29c49e79b469977385a97ee0fbee54f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3391e9

dev-perl/perl-ldap: Stabilize 0.680.0 ppc, #817623

Signed-off-by: Sam James  gentoo.org>

 dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild 
b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
index 29885c02756..40ff8dd8d8e 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl modules which provide an object-oriented interface to LDAP 
servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="sasl xml ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/

2021-10-10 Thread Sam James
commit: c77e3d8ba73bdb6bf4f6ef9a5dae2762038b341f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77e3d8b

dev-perl/Test2-Suite: Stabilize 0.0.141 ppc, #817620

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
index 0e85ba2847e..1a4053ad19e 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/

2021-10-10 Thread Sam James
commit: cb3918df43a1f0c732ae214633a917c253ca6068
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3918df

dev-ml/bos: Stabilize 0.2.0 ppc64, #817689

Signed-off-by: Sam James  gentoo.org>

 dev-ml/bos/bos-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/bos/bos-0.2.0.ebuild b/dev-ml/bos/bos-0.2.0.ebuild
index 57aabfe3085..602d6a9cb9b 100644
--- a/dev-ml/bos/bos-0.2.0.ebuild
+++ b/dev-ml/bos/bos-0.2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Exporter/

2021-10-10 Thread Sam James
commit: e11bf5f48f4b9ee0e311781eead63e0750b41ac8
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11bf5f4

dev-perl/Sub-Exporter: Stabilize 0.988.0 ppc, #817560

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Sub-Exporter/Sub-Exporter-0.988.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Exporter/Sub-Exporter-0.988.0.ebuild 
b/dev-perl/Sub-Exporter/Sub-Exporter-0.988.0.ebuild
index 3682fdebef0..13c6ea3d69f 100644
--- a/dev-perl/Sub-Exporter/Sub-Exporter-0.988.0.ebuild
+++ b/dev-perl/Sub-Exporter/Sub-Exporter-0.988.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A sophisticated exporter for custom-built routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Util/

2021-10-10 Thread Sam James
commit: b3021a357ec7ab87e500450fcbed27c2a80b757e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3021a35

dev-perl/String-Util: Stabilize 1.320.0 ppc, #817557

Signed-off-by: Sam James  gentoo.org>

 dev-perl/String-Util/String-Util-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-Util/String-Util-1.320.0.ebuild 
b/dev-perl/String-Util/String-Util-1.320.0.ebuild
index ed4e36067c0..b3fe2e31fe4 100644
--- a/dev-perl/String-Util/String-Util-1.320.0.ebuild
+++ b/dev-perl/String-Util/String-Util-1.320.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="String processing utility functions"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ppc ~ppc64 x86"
 
 BDEPEND="
>=dev-perl/Module-Build-Tiny-0.34.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sub-Name/

2021-10-10 Thread Sam James
commit: f87bf656abb67f52b795e4a5d1d926901c91b606
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f87bf656

dev-perl/Sub-Name: Stabilize 0.260.0 ppc, #817563

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Sub-Name/Sub-Name-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sub-Name/Sub-Name-0.260.0.ebuild 
b/dev-perl/Sub-Name/Sub-Name-0.260.0.ebuild
index 1690aea845b..56d471c8496 100644
--- a/dev-perl/Sub-Name/Sub-Name-0.260.0.ebuild
+++ b/dev-perl/Sub-Name/Sub-Name-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="(Re)name a sub"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="suggested"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Regexp-Util/

2021-10-10 Thread Sam James
commit: f9f3057f6873c333f32fb7dc76cc7ba135e3f54f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9f3057f

dev-perl/Regexp-Util: Stabilize 0.5.0 ppc, #817503

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild 
b/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild
index 29a87bad50b..8a77b67c09d 100644
--- a/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild
+++ b/dev-perl/Regexp-Util/Regexp-Util-0.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="General purpose utilities for working with Regular Expressions"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 RDEPEND="
dev-perl/Exporter-Tiny



[gentoo-commits] repo/gentoo:master commit in: dev-perl/SVG/

2021-10-10 Thread Sam James
commit: 65ac196b00021bf2872e29b75f78c61f47cd1056
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ac196b

dev-perl/SVG: Stabilize 2.860.0 ppc, #817530

Signed-off-by: Sam James  gentoo.org>

 dev-perl/SVG/SVG-2.860.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SVG/SVG-2.860.0.ebuild b/dev-perl/SVG/SVG-2.860.0.ebuild
index d83d10900de..6eee69da35f 100644
--- a/dev-perl/SVG/SVG-2.860.0.ebuild
+++ b/dev-perl/SVG/SVG-2.860.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) 
documents"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND="
virtual/perl-parent



[gentoo-commits] repo/gentoo:master commit in: dev-perl/String-CRC32/

2021-10-10 Thread Sam James
commit: e536c4efe964c317d63c63284c63a68f310edebb
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e536c4ef

dev-perl/String-CRC32: Stabilize 2.100.0 ppc, #817545

Signed-off-by: Sam James  gentoo.org>

 dev-perl/String-CRC32/String-CRC32-2.100.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/String-CRC32/String-CRC32-2.100.0.ebuild 
b/dev-perl/String-CRC32/String-CRC32-2.100.0.ebuild
index f12de415360..737ef7e7486 100644
--- a/dev-perl/String-CRC32/String-CRC32-2.100.0.ebuild
+++ b/dev-perl/String-CRC32/String-CRC32-2.100.0.ebuild
@@ -11,4 +11,4 @@ DESCRIPTION="Perl interface for cyclic redundancy check 
generation"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell-Config-Generate/

2021-10-10 Thread Sam James
commit: eb9a0aaefe0054e2700562ebeb0fbc6f7a9a273d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb9a0aae

dev-perl/Shell-Config-Generate: Stabilize 0.340.0 ppc, #817539

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild 
b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
index 0f7e8ffb4cd..88b9ed3e20b 100644
--- a/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
+++ b/dev-perl/Shell-Config-Generate/Shell-Config-Generate-0.340.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Portably generate config for any shell"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86 ~x64-macos"
 
 RDEPEND="
dev-perl/Shell-Guess



[gentoo-commits] repo/gentoo:master commit in: dev-perl/SUPER/

2021-10-10 Thread Sam James
commit: 1418b1d0860afdfacbdab4ecefc74f4a0d168fc4
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1418b1d0

dev-perl/SUPER: Stabilize 1.201.905.310 ppc, #817512

Signed-off-by: Sam James  gentoo.org>

 dev-perl/SUPER/SUPER-1.201.905.310.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/SUPER/SUPER-1.201.905.310.ebuild 
b/dev-perl/SUPER/SUPER-1.201.905.310.ebuild
index 02369b2c958..9cb02c6a4e1 100644
--- a/dev-perl/SUPER/SUPER-1.201.905.310.ebuild
+++ b/dev-perl/SUPER/SUPER-1.201.905.310.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="control superclass method dispatch"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/RPC-XML/

2021-10-10 Thread Sam James
commit: c506c3885b3314135508a3b10bada3f029cf497c
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c506c388

dev-perl/RPC-XML: Stabilize 0.820.0 ppc, #817500

Signed-off-by: Sam James  gentoo.org>

 dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild 
b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
index da44e8ec845..69588646f08 100644
--- a/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
+++ b/dev-perl/RPC-XML/RPC-XML-0.820.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="An implementation of XML-RPC"
 
 SLOT="0"
 LICENSE="|| ( Artistic-2 LGPL-2.1 )"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Ref-Util/

2021-10-10 Thread Sam James
commit: d76ecdd09a1c052f8b88ed7b1634ee03afc86b46
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76ecdd0

dev-perl/Ref-Util: Stabilize 0.204.0 ppc, #817497

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Ref-Util/Ref-Util-0.204.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Ref-Util/Ref-Util-0.204.0.ebuild 
b/dev-perl/Ref-Util/Ref-Util-0.204.0.ebuild
index b965a8a98de..70bb75bf9eb 100644
--- a/dev-perl/Ref-Util/Ref-Util-0.204.0.ebuild
+++ b/dev-perl/Ref-Util/Ref-Util-0.204.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Utility functions for checking references"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 LICENSE="MIT"
 IUSE="+xs"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Sereal-Encoder/

2021-10-10 Thread Sam James
commit: b2eb44633ce468b15a77cbe31d775377af9e3e03
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eb4463

dev-perl/Sereal-Encoder: Stabilize 4.18.0 ppc, #817527

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild 
b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
index 804c6d04ed1..b5119e16cb9 100644
--- a/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
+++ b/dev-perl/Sereal-Encoder/Sereal-Encoder-4.18.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fast, compact, powerful binary serialization"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ppc64 ~sparc x86"
 
 # Note: bundled zstd fails compile
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Socket6/

2021-10-10 Thread Sam James
commit: c5619309aaf74cdd3939c4cc86bdf1870914c2f0
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:14:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:14:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5619309

dev-perl/Socket6: Stabilize 0.290.0 ppc, #817533

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Socket6/Socket6-0.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Socket6/Socket6-0.290.0.ebuild 
b/dev-perl/Socket6/Socket6-0.290.0.ebuild
index 40281b1e10b..fdaa2e5fe0f 100644
--- a/dev-perl/Socket6/Socket6-0.290.0.ebuild
+++ b/dev-perl/Socket6/Socket6-0.290.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="IPv6 related part of the C socket.h defines and 
structure manipulat
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 src_unpack() {
default



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Ref-Util-XS/

2021-10-10 Thread Sam James
commit: 38f78074d0b69e293167e415259f583739eb453b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f78074

dev-perl/Ref-Util-XS: Stabilize 0.117.0 ppc, #817494

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Ref-Util-XS/Ref-Util-XS-0.117.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Ref-Util-XS/Ref-Util-XS-0.117.0.ebuild 
b/dev-perl/Ref-Util-XS/Ref-Util-XS-0.117.0.ebuild
index 56e631355c7..f2e2c5679b7 100644
--- a/dev-perl/Ref-Util-XS/Ref-Util-XS-0.117.0.ebuild
+++ b/dev-perl/Ref-Util-XS/Ref-Util-XS-0.117.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="XS Implementation for Ref::Util"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 LICENSE="MIT"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Tests/

2021-10-10 Thread Sam James
commit: 7811d22675bca9d3b6f140ca8d76dde9a4ceb84b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7811d226

dev-perl/Pod-Tests: Stabilize 1.200.0 ppc, #817485

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild 
b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
index bd47d908fca..21c4b227018 100644
--- a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extracts embedded tests and code examples from POD"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/perl-File-Spec
 "



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Plack/

2021-10-10 Thread Sam James
commit: 5416e7f795cfb594efd75a08035323e992dabd1a
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5416e7f7

dev-perl/Plack: Stabilize 1.4.800 ppc, #817479

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Plack/Plack-1.4.800.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Plack/Plack-1.4.800.ebuild 
b/dev-perl/Plack/Plack-1.4.800.ebuild
index df549a4088d..5c53b308d1d 100644
--- a/dev-perl/Plack/Plack-1.4.800.ebuild
+++ b/dev-perl/Plack/Plack-1.4.800.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="minimal"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-perl/PerlIO-utf8_strict/

2021-10-10 Thread Sam James
commit: 8042e3a823da2a3551857033b9e371c8b49a277a
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8042e3a8

dev-perl/PerlIO-utf8_strict: Stabilize 0.8.0 ppc, #817467

Signed-off-by: Sam James  gentoo.org>

 dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild 
b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild
index d3a5bf7b818..b42dfa1e12e 100644
--- a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild
+++ b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Fast and correct UTF-8 IO"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-XSLoader



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-ProcessTable/

2021-10-10 Thread Sam James
commit: f0669f2b1600719458ec401b88d43bb3830ea695
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0669f2b

dev-perl/Proc-ProcessTable: Stabilize 0.590.0 ppc, #817491

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.590.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.590.0.ebuild 
b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.590.0.ebuild
index 7a7686e83f1..92f66956ca9 100644
--- a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.590.0.ebuild
+++ b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.590.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Unix process table information"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
 IUSE="examples"
 
 PATCHES=(



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Perl-Tidy/

2021-10-10 Thread Sam James
commit: 59e97bf052dc6b7041e13980246413df0b661345
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:13:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:13:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e97bf0

dev-perl/Perl-Tidy: Stabilize 20210717.0.0 ppc, #817464

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Perl-Tidy/Perl-Tidy-20210717.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20210717.0.0.ebuild 
b/dev-perl/Perl-Tidy/Perl-Tidy-20210717.0.0.ebuild
index 6ca29ef21de..42a7df24002 100644
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20210717.0.0.ebuild
+++ b/dev-perl/Perl-Tidy/Perl-Tidy-20210717.0.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://perltidy.sourceforge.net/ 
https://metacpan.org/release/Perl-Tid
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash/

2021-10-10 Thread Sam James
commit: 72846859236bbe868ade9cb94c8237a2e4367ab8
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:12:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:12:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72846859

dev-perl/Package-Stash: Stabilize 0.390.0 x86, #817455

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild 
b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
index 39673fe534e..35d950e9041 100644
--- a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
+++ b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Routines for manipulating stashes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/iplog/

2021-10-10 Thread Sam James
commit: 6a34c46ac5e18f339b2212b4e5430ac4006ba89d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a34c46a

net-analyzer/iplog: Stabilize 2.2.3-r3 x86, #817653

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/iplog/iplog-2.2.3-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild 
b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
index 09cfb969491..70d0a4a39b1 100644
--- a/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
+++ b/net-analyzer/iplog/iplog-2.2.3-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz"
 
 LICENSE="|| ( GPL-2 FDL-1.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86"
 
 DEPEND="net-libs/libpcap"
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-HasCompiler/

2021-10-10 Thread Sam James
commit: e80f0affd3771273bce0bdd2217a4d8b009ddf3f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:12:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80f0aff

dev-perl/ExtUtils-HasCompiler: Stabilize 0.23.0 x86, #817455

Signed-off-by: Sam James  gentoo.org>

 dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild 
b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
index a9d4f77d275..4f47c28afa5 100644
--- a/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
+++ b/dev-perl/ExtUtils-HasCompiler/ExtUtils-HasCompiler-0.23.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Check for the presence of a compiler"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: app-admin/sshguard/

2021-10-10 Thread Sam James
commit: 3cb6e4bdfa95fb77d676dfe34f354c2c8b3c413d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb6e4bd

app-admin/sshguard: Stabilize 2.4.2 x86, #817650

Signed-off-by: Sam James  gentoo.org>

 app-admin/sshguard/sshguard-2.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/sshguard/sshguard-2.4.2.ebuild 
b/app-admin/sshguard/sshguard-2.4.2.ebuild
index f85c4011fd6..4b1de793e1c 100644
--- a/app-admin/sshguard/sshguard-2.4.2.ebuild
+++ b/app-admin/sshguard/sshguard-2.4.2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == 9 ]] ; then
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN};
 else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Hash-Merge/

2021-10-10 Thread Sam James
commit: 419f3a3874e378acfde2747a526f6d0b199c63eb
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419f3a38

dev-perl/Hash-Merge: Stabilize 0.302.0 x86, #817443

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild 
b/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild
index 1cce3dba936..3e47be25c98 100644
--- a/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild
+++ b/dev-perl/Hash-Merge/Hash-Merge-0.302.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Merges arbitrarily deep hashes into a single hash"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DKIM/

2021-10-10 Thread Sam James
commit: b8082720af113c3ac26050db59b68a044caa30aa
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8082720

dev-perl/Mail-DKIM: Stabilize 1.202.9.070 x86, #817446

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild 
b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
index 7d9788b0d5c..e9a4783d88b 100644
--- a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-ml/csexp/

2021-10-10 Thread Sam James
commit: 01aed446cf2cd96c86cd84f3d23a252607233a7e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01aed446

dev-ml/csexp: Stabilize 1.5.1 amd64, #817692

Signed-off-by: Sam James  gentoo.org>

 dev-ml/csexp/csexp-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/csexp/csexp-1.5.1.ebuild b/dev-ml/csexp/csexp-1.5.1.ebuild
index 471655dd5cf..a1b47c42d22 100644
--- a/dev-ml/csexp/csexp-1.5.1.ebuild
+++ b/dev-ml/csexp/csexp-1.5.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml-dune/csexp/releases/download/${PV}/${P}.tbz;
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/fpath/

2021-10-10 Thread Sam James
commit: d057cb62847475cb2cf2355e32d004242a9f1f3d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d057cb62

dev-ml/fpath: Stabilize 0.7.3 amd64, #817707

Signed-off-by: Sam James  gentoo.org>

 dev-ml/fpath/fpath-0.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/fpath/fpath-0.7.3.ebuild b/dev-ml/fpath/fpath-0.7.3.ebuild
index 13e85c27b10..9010440b086 100644
--- a/dev-ml/fpath/fpath-0.7.3.ebuild
+++ b/dev-ml/fpath/fpath-0.7.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/fpath/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="dev-ml/result:=
dev-ml/astring:=



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-AuthenticationResults/

2021-10-10 Thread Sam James
commit: 6036b6aa591925798d965784a86125745c181587
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6036b6aa

dev-perl/Mail-AuthenticationResults: Stabilize 2.202.101.120 x86, #817446

Signed-off-by: Sam James  gentoo.org>

 .../Mail-AuthenticationResults-2.202.101.120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
index c9c6a04eb2a..b55b71dcdf0 100644
--- 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
+++ 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object Oriented Authentication-Results Headers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Clone-PP/

2021-10-10 Thread Sam James
commit: 2f378962f1a5e15b08795c639c74901ca34fb4c3
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f378962

dev-perl/Clone-PP: Stabilize 1.80.0 x86, #817443

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Clone-PP/Clone-PP-1.80.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clone-PP/Clone-PP-1.80.0.ebuild 
b/dev-perl/Clone-PP/Clone-PP-1.80.0.ebuild
index 7c06c5901ad..b366fc42784 100644
--- a/dev-perl/Clone-PP/Clone-PP-1.80.0.ebuild
+++ b/dev-perl/Clone-PP/Clone-PP-1.80.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Recursively copy Perl datatypes"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/graphics/

2021-10-10 Thread Sam James
commit: 182f1ee4371e8be77d05e11db691e67ed516a0b1
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182f1ee4

dev-ml/graphics: Stabilize 5.1.2 amd64, #817701

Signed-off-by: Sam James  gentoo.org>

 dev-ml/graphics/graphics-5.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/graphics/graphics-5.1.2.ebuild 
b/dev-ml/graphics/graphics-5.1.2.ebuild
index 68860652dce..bd5bcebb129 100644
--- a/dev-ml/graphics/graphics-5.1.2.ebuild
+++ b/dev-ml/graphics/graphics-5.1.2.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"
 
 RDEPEND="dev-ml/dune-configurator:=[ocamlopt?]
>=dev-lang/ocaml-4.09:=



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Clone-Choose/

2021-10-10 Thread Sam James
commit: 0b78743d6c103715f28b7dd62535e1dcc990ba52
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b78743d

dev-perl/Clone-Choose: Stabilize 0.10.0 x86, #817443

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild 
b/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild
index 493c37ae98f..73d229797b9 100644
--- a/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild
+++ b/dev-perl/Clone-Choose/Clone-Choose-0.10.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Choose appropriate clone utility"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/bos/

2021-10-10 Thread Sam James
commit: 578c3016801a677da38fbd788b368576db12f693
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578c3016

dev-ml/bos: Stabilize 0.2.0 amd64, #817689

Signed-off-by: Sam James  gentoo.org>

 dev-ml/bos/bos-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/bos/bos-0.2.0.ebuild b/dev-ml/bos/bos-0.2.0.ebuild
index f1bcc15aeb1..57aabfe3085 100644
--- a/dev-ml/bos/bos-0.2.0.ebuild
+++ b/dev-ml/bos/bos-0.2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/cairo2/

2021-10-10 Thread Sam James
commit: 392d704e07bfd8f1b1960cdd0a8d92eb3b121200
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:11:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:11:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392d704e

dev-ml/cairo2: Stabilize 0.6.2 amd64, #817698

Signed-off-by: Sam James  gentoo.org>

 dev-ml/cairo2/cairo2-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/cairo2/cairo2-0.6.2.ebuild 
b/dev-ml/cairo2/cairo2-0.6.2.ebuild
index 812ac046545..3a6b4f4c889 100644
--- a/dev-ml/cairo2/cairo2-0.6.2.ebuild
+++ b/dev-ml/cairo2/cairo2-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/Chris00/ocaml-cairo/releases/download/${PV}/cairo2-$
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+ocamlopt"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/

2021-10-10 Thread Sam James
commit: 78fcfe98d7e96695c406b8481294b54039726842
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:57:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:57:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fcfe98

dev-ml/cudf: allow llvm-libunwind

Signed-off-by: Sam James  gentoo.org>

 dev-ml/cudf/{cudf-0.9-r1.ebuild => cudf-0.9-r2.ebuild} | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-ml/cudf/cudf-0.9-r1.ebuild b/dev-ml/cudf/cudf-0.9-r2.ebuild
similarity index 84%
rename from dev-ml/cudf/cudf-0.9-r1.ebuild
rename to dev-ml/cudf/cudf-0.9-r2.ebuild
index 769436a427c..dcde5334719 100644
--- a/dev-ml/cudf/cudf-0.9-r1.ebuild
+++ b/dev-ml/cudf/cudf-0.9-r2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/file/36602/${P}.tar.gz;
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
 KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="+ocamlopt test"
+IUSE="+ocamlopt llvm-libunwind test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
@@ -20,7 +20,8 @@ RDEPEND="
dev-ml/extlib:=
dev-ml/findlib:=
dev-libs/glib:2
-   sys-libs/libunwind:=
+   llvm-libunwind? ( sys-libs/llvm-libunwind:= )
+   !llvm-libunwind? ( sys-libs/libunwind:= )
sys-libs/ncurses:=
 "
 DEPEND="${RDEPEND}
@@ -41,10 +42,10 @@ src_prepare() {
-e 's|make|$(MAKE)|g' \
Makefile || die
sed -i \
-   -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0 
libunwind)|g' \
+   -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) 
-lunwind|g' \
c-lib/Makefile || die
sed -i \
-   -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0 
libunwind)|g' \
+   -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) 
-lunwind|g' \
c-lib/Makefile.variants || die
 
tc-export CC PKG_CONFIG



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc32/

2021-10-10 Thread Sam James
commit: 14c0fe7aacca1f130f3a75220bc435aa3ef3f695
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 05:02:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 05:02:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c0fe7a

profiles/arch/powerpc/ppc32: mask llvm-libunwind

Signed-off-by: Sam James  gentoo.org>

 profiles/arch/powerpc/ppc32/use.mask | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc32/use.mask 
b/profiles/arch/powerpc/ppc32/use.mask
index 61833043490..1abeeb1aaa7 100644
--- a/profiles/arch/powerpc/ppc32/use.mask
+++ b/profiles/arch/powerpc/ppc32/use.mask
@@ -1,9 +1,13 @@
-# Copyright 2008-2020 Gentoo Authors
+# Copyright 2008-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Unmask the flag which corresponds to ARCH.
 -ppc
 
+# Sam James  (2021-10-11)
+# sys-libs/llvm-libunwind isn't keyworded here
+llvm-libunwind
+
 # Matt Turner  (07-25-2021)
 # gnome-shell requires rustified librsvg.
 gnome-shell



[gentoo-commits] repo/gentoo:master commit in: dev-ml/opam/

2021-10-10 Thread Sam James
commit: e0e8f8679b69f53ca29086c1d8f59d51f955758c
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:58:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:58:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e8f867

dev-ml/opam: add 2.0.9

Signed-off-by: Sam James  gentoo.org>

 dev-ml/opam/Manifest  |  1 +
 dev-ml/opam/opam-2.0.9.ebuild | 41 +
 2 files changed, 42 insertions(+)

diff --git a/dev-ml/opam/Manifest b/dev-ml/opam/Manifest
index 45decc2331b..56d533d9552 100644
--- a/dev-ml/opam/Manifest
+++ b/dev-ml/opam/Manifest
@@ -1,2 +1,3 @@
 DIST opam-2.0.8.tar.gz 643221 BLAKE2B 
66510a18285f315fe95665e8ba2f334dd44211c716543cdc25f2951a7dfe537f115981046e5963fd08deea4c76f5672fa7cf8e7af2274a713a3165bdd0bac8c2
 SHA512 
14737dc994be2c54dfeaf2658d3713178033e1bc2b4b845a58b4bfc118bbbf12b502924add0ae32b4b2b6c1944462e5ee7143df3de362d9ee39573249d013bc9
+DIST opam-2.0.9.tar.gz 644429 BLAKE2B 
d96ee79685a8ee8ff82c7570a747c80e38d86e513736a27904a4e471d1eaf432db72998251ac786cb8fbf1ad425fff42b772c5d26934e0929aae75c0946d4659
 SHA512 
0d8ee19ac0f3df9de4fd9cfa8daab1f7228f090f5e2e7e26bedf24d8c2ab377aade95048f2d7cd9ee9dbbe738729e26dc99f41f730fa2252df74953362464a22
 DIST opam-2.1.0.tar.gz 825966 BLAKE2B 
42ab8ad2825e4e167618ece7bd2ce77ff055d584039fe2f644fa1c3e99d175cc7047f32bda53599af4fb177d844970883125cebca823024d1bc43a34857f20c5
 SHA512 
c0060e609c49a12dc8f64accef990aa593db818b72df3984fb9b4b22d8678b46c515916c84134a62dab614c716b61788eadc954d295f32c1f27d38aec22b3edf

diff --git a/dev-ml/opam/opam-2.0.9.ebuild b/dev-ml/opam/opam-2.0.9.ebuild
new file mode 100644
index 000..e882aefd038
--- /dev/null
+++ b/dev-ml/opam/opam-2.0.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="A source-based package manager for OCaml"
+HOMEPAGE="http://opam.ocaml.org/;
+SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> 
opam-${PV}.tar.gz"
+S="${WORKDIR}/opam-${PV/_/-}"
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND="
+   dev-ml/cmdliner:=
+   dev-ml/cudf:=
+   >=dev-ml/dose3-6.0:=
+   dev-ml/extlib:=
+   ~dev-ml/opam-client-${PV}:=
+   dev-ml/opam-file-format:=
+   dev-ml/re:="
+DEPEND="${RDEPEND}"
+
+# Cherry-picked from 
https://deb.debian.org/debian/pool/main/o/opam/opam_2.0.8-1.debian.tar.xz
+PATCHES=( "${FILESDIR}/debian-Port-to-Dose3-6.0.1.patch" )
+
+src_prepare() {
+   default
+
+   cat <<- EOF >> "${S}/dune"
+   (env
+(dev
+ (flags (:standard -warn-error -3-9-33)))
+(release
+ (flags (:standard -warn-error -3-9-33
+   EOF
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/perl-ldap/

2021-10-10 Thread Sam James
commit: 36461209e47d2c55097931a1d49241f3ce4ddd4b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36461209

dev-perl/perl-ldap: Stabilize 0.680.0 arm, #817623

Signed-off-by: Sam James  gentoo.org>

 dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild 
b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
index 3135daa1332..29885c02756 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl modules which provide an object-oriented interface to LDAP 
servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="sasl xml ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/

2021-10-10 Thread Sam James
commit: 68931e0f951730ec5c04de01f6e2a3ad82ec1cf2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68931e0f

dev-perl/Test2-Suite: Stabilize 0.0.141 arm, #817620

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
index dfba37910af..0e85ba2847e 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: app-misc/supercat/

2021-10-10 Thread Sam James
commit: c51066686d7179667929ca2a623981173e24d305
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5106668

app-misc/supercat: Stabilize 0.5.7 x86, #817635

Signed-off-by: Sam James  gentoo.org>

 app-misc/supercat/supercat-0.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/supercat/supercat-0.5.7.ebuild 
b/app-misc/supercat/supercat-0.5.7.ebuild
index 400154b268d..428ff72f38f 100644
--- a/app-misc/supercat/supercat-0.5.7.ebuild
+++ b/app-misc/supercat/supercat-0.5.7.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://supercat.nosredna.net/${P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 
 src_configure() {
econf --with-system-directory="${EPREFIX}/etc/supercat"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/cfortran/

2021-10-10 Thread Sam James
commit: f560704a2b30dfaa5fb356ee93bb23745988e87f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f560704a

dev-lang/cfortran: Stabilize 20110621 x86, #817647

Signed-off-by: Sam James  gentoo.org>

 dev-lang/cfortran/cfortran-20110621.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/cfortran/cfortran-20110621.ebuild 
b/dev-lang/cfortran/cfortran-20110621.ebuild
index 4d76f6280d2..3f5e09ca3db 100644
--- a/dev-lang/cfortran/cfortran-20110621.ebuild
+++ b/dev-lang/cfortran/cfortran-20110621.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 SLOT="0"
 LICENSE="LGPL-2"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-xpanes/

2021-10-10 Thread Sam James
commit: e0140089bc7bc8dc12c993a0ff5a8c9c066a6c24
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0140089

app-misc/tmux-xpanes: Stabilize 4.1.3-r1 x86, #817638

Signed-off-by: Sam James  gentoo.org>

 app-misc/tmux-xpanes/tmux-xpanes-4.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/tmux-xpanes/tmux-xpanes-4.1.3-r1.ebuild 
b/app-misc/tmux-xpanes/tmux-xpanes-4.1.3-r1.ebuild
index 3d28ac557e8..b7ac875e2bf 100644
--- a/app-misc/tmux-xpanes/tmux-xpanes-4.1.3-r1.ebuild
+++ b/app-misc/tmux-xpanes/tmux-xpanes-4.1.3-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="app-misc/tmux
dev-lang/perl



[gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/

2021-10-10 Thread Sam James
commit: a66b96741cb98ed30c3594c92bea8e575e03eb11
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b9674

app-misc/ttyload: Stabilize 0.5.3-r1 x86, #817644

Signed-off-by: Sam James  gentoo.org>

 app-misc/ttyload/ttyload-0.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild 
b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
index 5a031a28898..56092d0a151 100644
--- a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="color-coded graph of load averages over time"
 HOMEPAGE="https://www.daveltd.com/src/util/ttyload 
https://github.com/lindes/ttyload;
 SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2;
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 LICENSE="ISC"
 SLOT="0"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/

2021-10-10 Thread Sam James
commit: 313c8097b46ac01a7d5e278eb6fbd138db08f2de
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:33:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:33:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313c8097

app-misc/gcal: Stabilize 4.1 x86, #817632

Signed-off-by: Sam James  gentoo.org>

 app-misc/gcal/gcal-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index 5fda1b0ee39..5ea7eebd01b 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/strictures/

2021-10-10 Thread Sam James
commit: 07034710017632131a4168c17769557f8e80e1f3
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:32:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:32:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07034710

dev-perl/strictures: Stabilize 2.0.6 x86, #817629

Signed-off-by: Sam James  gentoo.org>

 dev-perl/strictures/strictures-2.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/strictures/strictures-2.0.6.ebuild 
b/dev-perl/strictures/strictures-2.0.6.ebuild
index d9edaaae66b..9edbe15b130 100644
--- a/dev-perl/strictures/strictures-2.0.6.ebuild
+++ b/dev-perl/strictures/strictures-2.0.6.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Turn on strict and make most warnings fatal"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2021-10-10 Thread Sam James
commit: bf1d85923383ce959c9f3f493542af3f7189212f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:32:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1d8592

sys-devel/gdb: Stabilize 10.2 arm64, #793452

Signed-off-by: Sam James  gentoo.org>

 sys-devel/gdb/gdb-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild
index 81d5e21bfc3..7cd5db524ba 100644
--- a/sys-devel/gdb/gdb-10.2.ebuild
+++ b/sys-devel/gdb/gdb-10.2.ebuild
@@ -44,7 +44,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/

2021-10-10 Thread Sam James
commit: 8231bdd7e34b6ddb644e6e14bf12959c5e4fb26b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:32:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:32:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8231bdd7

sys-devel/gdb: Stabilize 10.2 arm, #793452

Signed-off-by: Sam James  gentoo.org>

 sys-devel/gdb/gdb-10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-10.2.ebuild b/sys-devel/gdb/gdb-10.2.ebuild
index bdb30edb1d9..81d5e21bfc3 100644
--- a/sys-devel/gdb/gdb-10.2.ebuild
+++ b/sys-devel/gdb/gdb-10.2.ebuild
@@ -44,7 +44,7 @@ SRC_URI="${SRC_URI}
 LICENSE="GPL-2 LGPL-2"
 SLOT="0"
 if [[ ${PV} != * ]] ; then
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 IUSE="cet guile lzma multitarget nls +python +server source-highlight test 
vanilla xml xxhash"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2021-10-10 Thread Sam James
commit: 8d420ab701a336fe4009fbc9ebfac1ee659d6f0c
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:29:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:29:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d420ab7

sys-devel/gcc: Stabilize 11.2.0 ppc64, #806586

Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/gcc-11.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild
index 98e2eaeed24..193f8b813ec 100644
--- a/sys-devel/gcc/gcc-11.2.0.ebuild
+++ b/sys-devel/gcc/gcc-11.2.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2021-10-10 Thread Sam James
commit: 06d40bb4552523cdeb5567b53086a265b5474acc
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:29:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:29:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d40bb4

sys-devel/gcc: Stabilize 11.2.0 arm, #806586

Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/gcc-11.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild
index c2e22a33cfe..ce15480267a 100644
--- a/sys-devel/gcc/gcc-11.2.0.ebuild
+++ b/sys-devel/gcc/gcc-11.2.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2021-10-10 Thread Sam James
commit: de649ba97b96417975d786121dfb145320e6b217
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:29:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:29:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de649ba9

sys-devel/gcc: Stabilize 11.2.0 arm64, #806586

Signed-off-by: Sam James  gentoo.org>

 sys-devel/gcc/gcc-11.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild
index ce15480267a..98e2eaeed24 100644
--- a/sys-devel/gcc/gcc-11.2.0.ebuild
+++ b/sys-devel/gcc/gcc-11.2.0.ebuild
@@ -7,7 +7,7 @@ PATCH_VER="1"
 
 inherit toolchain
 
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND=""
 BDEPEND="${CATEGORY}/binutils"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Suite/

2021-10-10 Thread Sam James
commit: 82e2e19b9172c86011b113685955f04197b294c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:23:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:23:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e2e19b

dev-perl/Test2-Suite: Stabilize 0.0.141 x86, #817620

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
index 8f5e75e4027..dfba37910af 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.141.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A rich set of tools built upon the Test2 framework"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/perl-ldap/

2021-10-10 Thread Sam James
commit: 0745298badaedfee99fa3e3566331f72d663327a
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:23:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:23:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0745298b

dev-perl/perl-ldap: Stabilize 0.680.0 x86, #817623

Signed-off-by: Sam James  gentoo.org>

 dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild 
b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
index 1568c0fa1b8..3135daa1332 100644
--- a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
+++ b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl modules which provide an object-oriented interface to LDAP 
servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="sasl xml ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test2-Plugin-NoWarnings/

2021-10-10 Thread Sam James
commit: d340ce03a14c87c213ccac9ceca3c4b5538f8c60
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:23:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:23:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d340ce03

dev-perl/Test2-Plugin-NoWarnings: Stabilize 0.90.0 x86, #817617

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild 
b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
index ff10992dac4..df7391b678b 100644
--- a/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
+++ b/dev-perl/Test2-Plugin-NoWarnings/Test2-Plugin-NoWarnings-0.90.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Fail if tests warn"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/

2021-10-10 Thread Sam James
commit: 4a7d82b889d3d939be52ba81e44eb628a0799af1
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:23:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:23:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d82b8

dev-perl/prefork: Stabilize 1.50.0 x86, #817626

Signed-off-by: Sam James  gentoo.org>

 dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild 
b/dev-perl/prefork/prefork-1.50.0.ebuild
index 1c680f3d037..4f89d3c50b4 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Optimized module loading for forking or non-forking processes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/POSIX-strftime-Compiler/

2021-10-10 Thread Sam James
commit: c4ee0761764c7c47088ee8d1d7fd93edecda642e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:23:13 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:23:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ee0761

dev-perl/POSIX-strftime-Compiler: Stabilize 0.440.0 ppc, #817458

Signed-off-by: Sam James  gentoo.org>

 dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild 
b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild
index b3caf6130b4..096399f6d86 100644
--- a/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild
+++ b/dev-perl/POSIX-strftime-Compiler/POSIX-strftime-Compiler-0.440.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="GNU C library compatible strftime for loggers and servers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Package-Stash/

2021-10-10 Thread Sam James
commit: 4c8f41c8f90630432d1ef3c39bcb74fb33f1f609
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:20:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:20:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8f41c8

dev-perl/Package-Stash: Stabilize 0.390.0 ppc64, #817455

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild 
b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
index 35b0d0c6d27..39673fe534e 100644
--- a/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
+++ b/dev-perl/Package-Stash/Package-Stash-0.390.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Routines for manipulating stashes"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 IUSE="minimal"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/

2021-10-10 Thread Sam James
commit: 4849fb0c13e2e1b4dbcfd6446d6d8ee88ca63181
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:20:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:20:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4849fb0c

www-servers/lighttpd: Stabilize 1.4.59-r1 ppc64, #813201

Signed-off-by: Sam James  gentoo.org>

 www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild 
b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
index 6c00dcca0b4..03dc6f89000 100644
--- a/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.59-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz;
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
~x86"
 IUSE="brotli bzip2 dbi doc gdbm gnutls ipv6 kerberos ldap libev lua maxminddb 
mbedtls mmap memcached mysql nss pcre php postgres rrdtool sasl selinux ssl 
sqlite test webdav xattr zlib zstd"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-AuthenticationResults/

2021-10-10 Thread Sam James
commit: 2afa14d25def6a32bc49a1e8c10f934f2e4fc06b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:20:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:20:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afa14d2

dev-perl/Mail-AuthenticationResults: Stabilize 2.202.101.120 ppc64, #817446

Signed-off-by: Sam James  gentoo.org>

 .../Mail-AuthenticationResults-2.202.101.120.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
index 7f1d44832d0..c9c6a04eb2a 100644
--- 
a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
+++ 
b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.101.120.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Object Oriented Authentication-Results Headers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-DKIM/

2021-10-10 Thread Sam James
commit: de00a317c572f18a1b1c6a74bfc8c9d4b65f4f17
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 11 04:20:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 11 04:20:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de00a317

dev-perl/Mail-DKIM: Stabilize 1.202.9.070 ppc64, #817446

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild 
b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
index cfcb8b3e383..7d9788b0d5c 100644
--- a/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
+++ b/dev-perl/Mail-DKIM/Mail-DKIM-1.202.9.070.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Signs/verifies Internet mail using DKIM message signatures"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
virtual/perl-Carp



  1   2   3   4   5   6   >