[gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/

2023-07-23 Thread Fabian Groffen
commit: 9a33c5fd987a7cad96635bb856dcb253c38fe8ba
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Jul 24 06:55:28 2023 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Jul 24 06:55:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a33c5fd

profiles/prefix/darwin/macos: mask tar-1.35 here like on Solaris

Same libintl linking problem.

Signed-off-by: Fabian Groffen  gentoo.org>

 profiles/prefix/darwin/macos/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/prefix/darwin/macos/package.mask 
b/profiles/prefix/darwin/macos/package.mask
index a0d4caecafae..82ecbd1c566d 100644
--- a/profiles/prefix/darwin/macos/package.mask
+++ b/profiles/prefix/darwin/macos/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Fabian Groffen  (2023-06-24)
+# Fails to link due to missing libintl, already fixed upstream:
+# 
https://git.savannah.gnu.org/cgit/tar.git/commit/?id=8632df398b2f548465ebe68b8f494c0d6f8d913d
+=app-arch/tar-1.35
+
 # Benda Xu  (2023-07-09)
 # Requires Glibc  to work properly.
 # For example, 'lgetxattr' is not available on macOS or gnulib.



[gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/

2023-07-23 Thread Viorel Munteanu
commit: cf537edbc90dbe726a4e327ea7468c06a634770f
Author: tastytea  tastytea  de>
AuthorDate: Sun Jul 23 15:40:10 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Jul 24 06:39:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf537edb

www-apps/hugo: add 0.115.4

Signed-off-by: tastytea  tastytea.de>
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/hugo/Manifest|  2 +
 www-apps/hugo/hugo-0.115.4.ebuild | 98 +++
 2 files changed, 100 insertions(+)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index 113a2f218faa..d70be6e6c098 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -2,3 +2,5 @@ DIST hugo-0.111.3-vendor.tar.xz 5812152 BLAKE2B 
c3daccdd3e6841df3a45c4fb7c82cf5f
 DIST hugo-0.111.3.tar.gz 29191902 BLAKE2B 
a5c4bf3f53579b7870e5a0bed247feff016d3a06c0683949ecada5083db07ee2108c712b41b1f15edd42f0a77d5649657d3fe76d8704a8a7668911a56b045e3b
 SHA512 
fd9fa9138cf714572d50328abc332edcdaaa3d45440914705d0d2119fd2a062c8df59732d9f5c23f540076e0c5a4104ac1d332f8633d93ab1479f82dd5ecce39
 DIST hugo-0.115.2-vendor.tar.xz 6196068 BLAKE2B 
0d98ed1f3553c5eb28ceb66751c36d4b0e6bb5838a37166d1c006e4a05a888bfd850250a77c1786293bc34bad2f731052782e42b0d8c1e6cc158c076d46945d4
 SHA512 
e1eb88cd8fbb01bb86c265e3416bf236cb6b049467218f5ff66e2702f4304eca4ab43edbfbb4d3972d636d4dcf0fd04375fd4ebce2a40b78c1a3de1f27e08049
 DIST hugo-0.115.2.tar.gz 28547893 BLAKE2B 
18496be5d24be6b0b34ff88806b6621cb361f61641efd67ed11fd413379107aad029b241a7b8730ad016c1eb1469b29feee7af33fbf0b94bb0f2fbe2a209c1bb
 SHA512 
4c35d5d6699de1e675fa0c1dfca0f2436ac3ab7a0c164e7662400fb7b81b16ed23a6961e297f262273c18ef2eaa551b813c7d99a8634d0687e78343b23f275f6
+DIST hugo-0.115.4-vendor.tar.xz 6193628 BLAKE2B 
427dc6c66a726ff944b0c782b443a6ae3d3ec1b916127db33ebb6789dc1a8271daf00a3bf47f4fbd4f18fc01648b632c5ad9978237d4a11aac0c30406626c107
 SHA512 
57d3a421eec9909995453aad032f7775722e6ea72c344a31337c62c0aa7b4b669cf5ba5229e3f6819845eed03712e9972328c13c14f93bee0b97a5392b49779b
+DIST hugo-0.115.4.tar.gz 28554509 BLAKE2B 
b0a8776580b60af5b4e8d023ed2c046fec1d508eaef568fa06f8591653e0f3a2e1bb65352328de421353c02a5856a6cc713d15b6189184150fabc6a5d3a152b9
 SHA512 
b5a00aa6601a6df2d1cc9244899b26abdc92e0b57d7431409b483e1bbd892a8026b181f2b9dbe273385b5ca95c3564ca6128afa54d33cbda584946eba20d2eb5

diff --git a/www-apps/hugo/hugo-0.115.4.ebuild 
b/www-apps/hugo/hugo-0.115.4.ebuild
new file mode 100644
index ..b8cc129acc16
--- /dev/null
+++ b/www-apps/hugo/hugo-0.115.4.ebuild
@@ -0,0 +1,98 @@
+# Copyright 2018-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module bash-completion-r1
+
+DESCRIPTION="Fast static HTML and CSS website generator"
+HOMEPAGE="https://gohugo.io https://github.com/gohugoio/hugo";
+SRC_URI="
+   https://github.com/gohugoio/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
+   https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
+"
+
+# NOTE: To create the vendor tarball, run:
+# `go mod vendor && cd .. && tar -caf ${P}-vendor.tar.xz ${P}/vendor`
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="doc +sass test"
+
+BDEPEND="
+   >=dev-lang/go-1.18
+   test? (
+   dev-python/docutils
+   dev-ruby/asciidoctor
+   virtual/pandoc
+   )
+"
+RDEPEND="
+   >=media-libs/libwebp-1.2.3-r1:=
+   sass? ( dev-libs/libsass:= )
+"
+DEPEND="${RDEPEND}"
+
+RESTRICT="!test? ( test )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.96.0-unbundle-libwebp-and-libsass.patch
+   "${FILESDIR}"/${PN}-0.115.2-skip-some-tests.patch
+)
+
+src_configure() {
+   export CGO_ENABLED=1
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export MY_BUILD_FLAGS="$(usev sass "-tags extended")"
+
+   default
+}
+
+src_prepare() {
+   # wants to run command that require network access
+   rm testscripts/commands/mod{,_vendor}.txt || die
+
+   default
+}
+
+src_compile() {
+   mkdir -pv bin || die
+   ego build -ldflags "-X 
github.com/gohugoio/hugo/common/hugo.vendorInfo=gentoo:${PVR}" \
+   ${MY_BUILD_FLAGS} -o "${S}/bin/hugo"
+
+   bin/hugo gen man --dir man || die
+
+   mkdir -pv completions || die
+   bin/hugo completion bash > completions/hugo || die
+   bin/hugo completion fish > completions/hugo.fish || die
+   bin/hugo completion zsh > completions/_hugo || die
+
+   if use doc ; then
+   bin/hugo gen doc --dir doc || die
+   fi
+}
+
+src_test() {
+   ego test "./..." ${MY_BUILD_FLAGS}
+}
+
+src_install() {
+   dobin bin/*
+   doman man/*
+
+   dobashcomp completions/${PN}
+
+   insinto /usr/share/fish/vendor_completions.d
+   doins completions/${PN}.fish
+
+   in

[gentoo-commits] repo/gentoo:master commit in: www-apps/hugo/files/, www-apps/hugo/

2023-07-23 Thread Viorel Munteanu
commit: fb065376fd2d00089cbd01c670876bff6904cc86
Author: tastytea  tastytea  de>
AuthorDate: Sun Jul 23 15:40:34 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Mon Jul 24 06:39:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb065376

www-apps/hugo: drop 0.111.3

Signed-off-by: tastytea  tastytea.de>
Closes: https://github.com/gentoo/gentoo/pull/31897
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/hugo/Manifest |  2 -
 .../hugo/files/hugo-0.110.0-skip-some-tests.patch  | 78 --
 www-apps/hugo/files/hugo-0.99.1-test-timeout.patch | 25 --
 www-apps/hugo/hugo-0.111.3.ebuild  | 92 --
 4 files changed, 197 deletions(-)

diff --git a/www-apps/hugo/Manifest b/www-apps/hugo/Manifest
index d70be6e6c098..d3e4594b58cd 100644
--- a/www-apps/hugo/Manifest
+++ b/www-apps/hugo/Manifest
@@ -1,5 +1,3 @@
-DIST hugo-0.111.3-vendor.tar.xz 5812152 BLAKE2B 
c3daccdd3e6841df3a45c4fb7c82cf5ffba0a9267881733898c54814fbc0707f0cb110604de1a0604d986bc8668347b71eb9b845217a6c1a5764a776282caea3
 SHA512 
ba08add570db8d8f92a31474252470f3b6440884c9d595a8bd128a0c8f9ce066553e28531c331ddc51e8f665acb555ec8f31525ceda94c5542be229b80b1a274
-DIST hugo-0.111.3.tar.gz 29191902 BLAKE2B 
a5c4bf3f53579b7870e5a0bed247feff016d3a06c0683949ecada5083db07ee2108c712b41b1f15edd42f0a77d5649657d3fe76d8704a8a7668911a56b045e3b
 SHA512 
fd9fa9138cf714572d50328abc332edcdaaa3d45440914705d0d2119fd2a062c8df59732d9f5c23f540076e0c5a4104ac1d332f8633d93ab1479f82dd5ecce39
 DIST hugo-0.115.2-vendor.tar.xz 6196068 BLAKE2B 
0d98ed1f3553c5eb28ceb66751c36d4b0e6bb5838a37166d1c006e4a05a888bfd850250a77c1786293bc34bad2f731052782e42b0d8c1e6cc158c076d46945d4
 SHA512 
e1eb88cd8fbb01bb86c265e3416bf236cb6b049467218f5ff66e2702f4304eca4ab43edbfbb4d3972d636d4dcf0fd04375fd4ebce2a40b78c1a3de1f27e08049
 DIST hugo-0.115.2.tar.gz 28547893 BLAKE2B 
18496be5d24be6b0b34ff88806b6621cb361f61641efd67ed11fd413379107aad029b241a7b8730ad016c1eb1469b29feee7af33fbf0b94bb0f2fbe2a209c1bb
 SHA512 
4c35d5d6699de1e675fa0c1dfca0f2436ac3ab7a0c164e7662400fb7b81b16ed23a6961e297f262273c18ef2eaa551b813c7d99a8634d0687e78343b23f275f6
 DIST hugo-0.115.4-vendor.tar.xz 6193628 BLAKE2B 
427dc6c66a726ff944b0c782b443a6ae3d3ec1b916127db33ebb6789dc1a8271daf00a3bf47f4fbd4f18fc01648b632c5ad9978237d4a11aac0c30406626c107
 SHA512 
57d3a421eec9909995453aad032f7775722e6ea72c344a31337c62c0aa7b4b669cf5ba5229e3f6819845eed03712e9972328c13c14f93bee0b97a5392b49779b

diff --git a/www-apps/hugo/files/hugo-0.110.0-skip-some-tests.patch 
b/www-apps/hugo/files/hugo-0.110.0-skip-some-tests.patch
deleted file mode 100644
index 3ed70afb80e7..
--- a/www-apps/hugo/files/hugo-0.110.0-skip-some-tests.patch
+++ /dev/null
@@ -1,78 +0,0 @@
-From d2adde5cff8cca3feb630336e706fcb60bfffa7d Mon Sep 17 00:00:00 2001
-From: tastytea 
-Date: Wed, 11 Jan 2023 19:30:15 +0100
-Subject: [PATCH] skip some tests
-
-reasons:
-  - needs to be in a git repo
-  - needs special test dependencies
-  - requires network access

- hugolib/page_test.go| 1 +
- modules/client_test.go  | 4 
- resources/resource_factories/create/integration_test.go | 1 +
- 3 files changed, 6 insertions(+)
-
-diff --git a/hugolib/page_test.go b/hugolib/page_test.go
-index 1d9e3e34..e1b3920a 100644
 a/hugolib/page_test.go
-+++ b/hugolib/page_test.go
-@@ -995,6 +995,7 @@ func TestPageWithDate(t *testing.T) {
- }
- 
- func TestPageWithLastmodFromGitInfo(t *testing.T) {
-+  t.Skip("We are not in a git repo")
-   if htesting.IsCI() {
-   // TODO(bep) figure out why this fails on GitHub actions.
-   t.Skip("Skip GitInfo test on CI")
-diff --git a/modules/client_test.go b/modules/client_test.go
-index 75e3c2b0..235d6ed3 100644
 a/modules/client_test.go
-+++ b/modules/client_test.go
-@@ -68,6 +68,7 @@ github.com/gohugoio/hugoTestModules1_darwin/modh2_2@v1.4.0 
github.com/gohugoio/h
-   }
- 
-   c.Run("All", func(c *qt.C) {
-+  c.Skip("Test dependencies not available")
-   client, clean := newClient(c, func(cfg *ClientConfig) {
-   cfg.ModuleConfig = DefaultModuleConfig
-   }, defaultImport)
-@@ -107,6 +108,7 @@ project 
github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
-   })
- 
-   c.Run("IgnoreVendor", func(c *qt.C) {
-+  c.Skip("Test dependencies not available")
-   client, clean := newClient(
-   c, func(cfg *ClientConfig) {
-   cfg.ModuleConfig = DefaultModuleConfig
-@@ -125,6 +127,7 @@ project 
github.com/gohugoio/hugoTestModules1_darwin/modh2_2_2@v1.3.0+vendor
-   })
- 
-   c.Run("NoVendor", func(c *qt.C) {
-+  c.Skip("Test dependencies not available")
-   mcfg := DefaultModuleConfig
-   mcfg.NoVendor = "**"
-   client

[gentoo-commits] repo/gentoo:master commit in: media-sound/ncspot/

2023-07-23 Thread Joonas Niilola
commit: 5dc74a829009e0fa999ce7f0673c146b10dbbb11
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 24 05:50:22 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc74a82

media-sound/ncspot: add 0.13.4

Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/ncspot/Manifest | 107 +++
 media-sound/ncspot/ncspot-0.13.4.ebuild | 525 
 2 files changed, 632 insertions(+)

diff --git a/media-sound/ncspot/Manifest b/media-sound/ncspot/Manifest
index 063cad793f1f..6dca29c3679b 100644
--- a/media-sound/ncspot/Manifest
+++ b/media-sound/ncspot/Manifest
@@ -1,4 +1,5 @@
 DIST addr2line-0.19.0.crate 33210 BLAKE2B 
a6b393dcddfa0f858297efb6b261d3a23f118be45a3211ee15f6c58808f241dbcf5282f4a86be579360513f23ac4035819e923f2587b7499110af42e9ac3ab88
 SHA512 
18da72e412bb89028e2ccb838192330535e45300f6fd8edc7d1d64397792a3db12418aa24a3312730c5414e2a1b1d65e6b9d5691ba234c9142b5d885523a5e94
+DIST addr2line-0.20.0.crate 39558 BLAKE2B 
1f66fcb361161599a87f874a3bf28a05614e235488d02205d4c8e207ae193280949ad957fd0eb383a49f4c1bc287569454d3c6872ed6e31c081e6fd03f8d460e
 SHA512 
f9794772a31dd01096b168b4b4ffe311d4850c69fd77dd72c1e532a94ef7b23c31cccb9033848822521510f1fcc2ad0fdd824cf7efb9ed43828dc0165165b319
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST aes-0.6.0.crate 86774 BLAKE2B 
e687f2839b53adc3ef990da8221705a462015aa0ea004a6e15dba7e7ecc008d9d13cad6222b03244dc48bd1717a442e7aa5aaab6e97bba1d3be28c1d914e464e
 SHA512 
65349285e429f9b8815743d86b3ebdececd48ce556a08b6ec5ec89bf966bc9b187a7df4fbe1f3b25172db3aab219b23f8040c1160359868e9f71d67a767c90c9
 DIST aes-ctr-0.6.0.crate 13217 BLAKE2B 
5097ce1767bf980d4181885a7a117e41d0c81d2b5e9793e7d6949d9c1cff143d300b0abaf5d0640f2195a7f7655cb5d1446de81f9702a70224310bb41060600a
 SHA512 
1f5967a82bef4f6bfe690f71a37650f727a4c9fcd96e8b005d11d47033f368bb54009054fde84353e11e100d3be4905e416852cbbe5b60e3fbdccbcae7d55733
@@ -12,11 +13,14 @@ DIST android-tzdata-0.1.1.crate 7674 BLAKE2B 
4385a4875aadaacd5284a9ca7d1bf8a7bf1
 DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
 DIST anstream-0.3.2.crate 19504 BLAKE2B 
617b846c244ea4ccd6c7835a382afe85e14c245ea56b678f57ee12e9c7bcc1c0c3db9620eb4d16bf35e17eca38968bf04420b758f482ac5594670e6292c1fbb9
 SHA512 
b896e5208a2ee6a3c98bf3bb9ac1c52792de114dfa5709dadcac6183ea19ea63230dffd3217e571354a71d69b8eafbb0189e05f8f77f50922020de54e3aeecc8
 DIST anstyle-1.0.0.crate 13972 BLAKE2B 
741704b6e338834696bc816d8a65ff933f9bff48e71d25269f04c4a24c3dbb06826d2f84f73a1dceeda99cfc5c8e3d59b3d07dbb404cc3471b86cf118d074e80
 SHA512 
5a0159b9f8a80afadff04ecbec3c1769cef712c77de8062b31323298dab9507f4a87b7c777e6335d310ec464b0982d097b5888b4b351c389b5f4419c2c87be7b
+DIST anstyle-1.0.1.crate 13977 BLAKE2B 
35be03a7de78737592528967e8ad4851436a74c7863cae9cf5cf7366d3cce9bbbd255b1a89401051f82fe8569a0ff029dcfe427c14a2e0677890453c6119d241
 SHA512 
2bf9b83ad9772c6a3ef28239cbb98bd667dc631fd1ef76ec5029825c128f6cb22756bb1548dd991e482f86eb9fd94fae5c648f91de2c0d71754b6dca4ec2362c
 DIST anstyle-parse-0.2.0.crate 24361 BLAKE2B 
f796ddf1af04c93d7ee2721731e5cd22bb941919940a9edf6b2a658a8c39e87bd801bfd989631d64e9061067f7349796c56009ec61c02d754748181cc4d91a62
 SHA512 
fbac25189a0f4c0ddf2733c8ff74bdc2dc1a35e522d0201fa48f0f45e1d5d0a42e4806178507d0bc6a2ac22978b813eae5d57f09dddc80582de524690d87147f
+DIST anstyle-parse-0.2.1.crate 24802 BLAKE2B 
6304a56c6a9fbaf1bb4d1d177b2315684345dc9d71c35836f9544145364f8d6eb56e25c03076690c594ab7db5914501acb569f6c136952e59c93179ced527fb2
 SHA512 
5c8fc7d88ffc3a6e78340ffe0f3c2d72e865512030ade4509de9c673eba955c536bb1873dac11f6ba11cc8367fb30c67451ed65d19f81507c9e917c702bfd176
 DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
 DIST anstyle-wincon-1.0.1.crate 11718 BLAKE2B 
2500845a23edfb47ecd156424a89789c713a7c367c3fef98d26e4e7b2acb3c6433d39a1c2a59813a98266b0993d4b750e9b6b68b7ced7ec5a04a8b13bad174e7
 SHA512 
00c380fc0198c49776c40aeef419be2fd2d6809bd2e5d86457f1658c6f4b2e83ebe8feee95855c3bbedd4200a917f582bd41b0ee0cf5d7d1d5017228885a58e6
 DIST async-broadcast-0.5.1.crate 20134 BLAKE2B 
a45a7ff0b05eaab687f0912b2fdd0c3d9379402d5ccb8269568fbf77e235b42

[gentoo-commits] repo/gentoo:master commit in: net-misc/ipsvd/files/, net-misc/ipsvd/

2023-07-23 Thread Joonas Niilola
commit: aca2c88b0a70994950dc3d94093777d02e0383d3
Author: Brahmajit Das  gmail  com>
AuthorDate: Sun Jul 16 09:43:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca2c88b

net-misc/ipsvd: Fix incompatible function pointer types

Removing conditions for usage of sigsetmask and other such functions and
using alternative functions.

Bug: https://bugs.gentoo.org/897946
Signed-off-by: Brahmajit Das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31614
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/ipsvd-1.0.0-fix-musl-clang-16.patch  | 139 +
 net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild   |  44 +++
 2 files changed, 183 insertions(+)

diff --git a/net-misc/ipsvd/files/ipsvd-1.0.0-fix-musl-clang-16.patch 
b/net-misc/ipsvd/files/ipsvd-1.0.0-fix-musl-clang-16.patch
new file mode 100644
index ..922369ca48c5
--- /dev/null
+++ b/net-misc/ipsvd/files/ipsvd-1.0.0-fix-musl-clang-16.patch
@@ -0,0 +1,139 @@
+Bug: https://bugs.gentoo.org/897946
+Don't use sig_unblock and other such functions, they are deprecated.
+--- a/src/cdb_make.c
 b/src/cdb_make.c
+@@ -15,7 +15,7 @@ int cdb_make_start(struct cdb_make *c,int fd)
+   c->numentries = 0;
+   c->fd = fd;
+   c->pos = sizeof c->final;
+-  buffer_init(&c->b,write,fd,c->bspace,sizeof c->bspace);
++  buffer_init(&c->b,(void *)write,fd,c->bspace,sizeof c->bspace);
+   return seek_set(fd,c->pos);
+ }
+ 
+--- a/src/pathexec_run.c
 b/src/pathexec_run.c
+@@ -1,5 +1,6 @@
+ /* Public domain. */
+ 
++#include 
+ #include "error.h"
+ #include "stralloc.h"
+ #include "str.h"
+--- a/src/prot.c
 b/src/prot.c
+@@ -1,5 +1,7 @@
+ /* Public domain. */
+ 
++#include 
++#include 
+ #include "hasshsgr.h"
+ #include "prot.h"
+ 
+--- a/src/seek_set.c
 b/src/seek_set.c
+@@ -1,6 +1,7 @@
+ /* Public domain. */
+ 
+ #include 
++#include 
+ #include "seek.h"
+ 
+ #define SET 0 /* sigh */
+--- a/src/sig_block.c
 b/src/sig_block.c
+@@ -6,35 +6,23 @@
+ 
+ void sig_block(int sig)
+ {
+-#ifdef HASSIGPROCMASK
+   sigset_t ss;
+   sigemptyset(&ss);
+   sigaddset(&ss,sig);
+   sigprocmask(SIG_BLOCK,&ss,(sigset_t *) 0);
+-#else
+-  sigblock(1 << (sig - 1));
+-#endif
+ }
+ 
+ void sig_unblock(int sig)
+ {
+-#ifdef HASSIGPROCMASK
+   sigset_t ss;
+   sigemptyset(&ss);
+   sigaddset(&ss,sig);
+   sigprocmask(SIG_UNBLOCK,&ss,(sigset_t *) 0);
+-#else
+-  sigsetmask(sigsetmask(~0) & ~(1 << (sig - 1)));
+-#endif
+ }
+ 
+ void sig_blocknone(void)
+ {
+-#ifdef HASSIGPROCMASK
+   sigset_t ss;
+   sigemptyset(&ss);
+   sigprocmask(SIG_SETMASK,&ss,(sigset_t *) 0);
+-#else
+-  sigsetmask(0);
+-#endif
+ }
+--- a/src/sig_pause.c
 b/src/sig_pause.c
+@@ -6,11 +6,7 @@
+ 
+ void sig_pause(void)
+ {
+-#ifdef HASSIGPROCMASK
+   sigset_t ss;
+   sigemptyset(&ss);
+   sigsuspend(&ss);
+-#else
+-  sigpause(0);
+-#endif
+ }
+Binary files a/src/sig_pause.o and b/src/sig_pause.o differ
+--- a/src/udpsvd.c
 b/src/udpsvd.c
+@@ -268,7 +268,7 @@ int main(int argc, const char **argv, const char *const 
*envp) {
+ if (user) {
+   bufnum[fmt_ulong(bufnum, ugid.uid)] =0;
+   out(", uid "); out(bufnum);
+-  bufnum[fmt_ulong(bufnum, ugid.gid)] =0;
++  bufnum[fmt_ulong(bufnum, (unsigned long) ugid.gid)] =0;
+   out(", gid "); out(bufnum);
+ }
+ flush(", starting.\n");
+--- a/src/chkshsgr.c
 b/src/chkshsgr.c
+@@ -1,5 +1,7 @@
+ /* Public domain. */
+ 
++#define _GNU_SOURCE
++#include 
+ #include 
+ 
+ int main()
+--- a/src/tcpsvd.c
 b/src/tcpsvd.c
+@@ -1,6 +1,8 @@
+ #include 
+ #include 
+ #include 
++#define _GNU_SOURCE
++#include 
+ #include 
+ #include "dns.h"
+ #include "socket.h"
+--- a/src/udpsvd.c
 b/src/udpsvd.c
+@@ -1,7 +1,9 @@
+ #include 
+ #include 
+ #include 
++#define _GNU_SOURCE
+ #include 
++#include 
+ #include "dns.h"
+ #include "socket.h"
+ #include "ip4.h"

diff --git a/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild 
b/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
new file mode 100644
index ..2a42d9425129
--- /dev/null
+++ b/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="ipsvd is a set of internet protocol service daemons for Unix"
+HOMEPAGE="http://smarden.org/ipsvd/";
+SRC_URI="http://smarden.org/ipsvd/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/net/${P}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-parallel-make.diff
+   "${FILESDIR}"/${PN}-1.0.0-fix-musl-clang-16.patch
+)
+
+src_configure() {
+   cd "${S}"/src
+
+   echo "$(tc-getCC) ${CFLAGS}"  > conf-cc
+   echo "$(tc-getCC) ${LDFLAGS}" > conf-ld
+}
+
+src_compile() {
+   cd "${S}"/src || die
+   emake
+}
+
+src_install() {
+   dobin src/{tcpsvd,udpsvd,ipsvd-cdb}
+   dodoc package/{CHANG

[gentoo-commits] repo/gentoo:master commit in: media-sound/ncspot/

2023-07-23 Thread Joonas Niilola
commit: c31d9c716bb862136c55fad5dc3ab09f11ed6200
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 24 05:50:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31d9c71

media-sound/ncspot: drop 0.13.3

Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/ncspot/ncspot-0.13.3.ebuild | 527 
 1 file changed, 527 deletions(-)

diff --git a/media-sound/ncspot/ncspot-0.13.3.ebuild 
b/media-sound/ncspot/ncspot-0.13.3.ebuild
deleted file mode 100644
index 79c4556cd729..
--- a/media-sound/ncspot/ncspot-0.13.3.ebuild
+++ /dev/null
@@ -1,527 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Autogenerated by pycargoebuild 0.6
-
-EAPI=8
-
-CRATES="
-   addr2line-0.19.0
-   adler-1.0.2
-   aes-0.6.0
-   aes-ctr-0.6.0
-   aes-soft-0.6.4
-   aesni-0.10.0
-   ahash-0.8.3
-   aho-corasick-1.0.2
-   alsa-0.6.0
-   alsa-sys-0.3.1
-   android-tzdata-0.1.1
-   android_system_properties-0.1.5
-   anstream-0.3.2
-   anstyle-1.0.0
-   anstyle-parse-0.2.0
-   anstyle-query-1.0.0
-   anstyle-wincon-1.0.1
-   async-broadcast-0.5.1
-   async-channel-1.8.0
-   async-executor-1.5.1
-   async-fs-1.6.0
-   async-io-1.13.0
-   async-lock-2.7.0
-   async-process-1.7.0
-   async-recursion-1.0.4
-   async-task-4.4.0
-   async-trait-0.1.68
-   atomic-waker-1.1.1
-   autocfg-1.1.0
-   backtrace-0.3.67
-   base64-0.13.1
-   base64-0.20.0
-   base64-0.21.2
-   bindgen-0.64.0
-   bitflags-1.3.2
-   block-0.1.6
-   block-buffer-0.10.4
-   block-buffer-0.9.0
-   blocking-1.3.1
-   bumpalo-3.13.0
-   bytecount-0.6.3
-   byteorder-1.4.3
-   bytes-1.4.0
-   cc-1.0.79
-   cesu8-1.1.0
-   cexpr-0.6.0
-   cfg-if-1.0.0
-   chrono-0.4.26
-   cipher-0.2.5
-   clang-sys-1.6.1
-   clap-4.3.3
-   clap_builder-4.3.3
-   clap_complete-4.3.1
-   clap_lex-0.5.0
-   clap_mangen-0.2.12
-   clipboard-0.5.0
-   clipboard-win-2.2.0
-   colorchoice-1.0.0
-   combine-4.6.6
-   concurrent-queue-2.2.0
-   cookie-0.16.2
-   cookie_store-0.19.0
-   core-foundation-0.9.3
-   core-foundation-sys-0.8.4
-   coreaudio-rs-0.10.0
-   coreaudio-sys-0.2.12
-   cpal-0.13.5
-   cpufeatures-0.2.7
-   crossbeam-channel-0.5.8
-   crossbeam-utils-0.8.15
-   crypto-common-0.1.6
-   crypto-mac-0.11.1
-   ctr-0.6.0
-   cursive-0.20.0
-   cursive_buffered_backend-0.6.1
-   cursive_core-0.3.7
-   darling-0.13.4
-   darling-0.20.1
-   darling_core-0.13.4
-   darling_core-0.20.1
-   darling_macro-0.13.4
-   darling_macro-0.20.1
-   derivative-2.2.0
-   derive-new-0.5.9
-   digest-0.10.7
-   digest-0.9.0
-   dirs-next-1.0.2
-   dirs-next-2.0.0
-   dirs-sys-next-0.1.2
-   downcast-rs-1.2.0
-   encoding_rs-0.8.32
-   enum-map-2.5.0
-   enum-map-derive-0.11.0
-   enum_dispatch-0.3.11
-   enumflags2-0.7.7
-   enumflags2_derive-0.7.7
-   enumset-1.1.2
-   enumset_derive-0.8.1
-   errno-0.3.1
-   errno-dragonfly-0.1.2
-   event-listener-2.5.3
-   fastrand-1.9.0
-   fern-0.6.2
-   fixedbitset-0.4.2
-   fnv-1.0.7
-   foreign-types-0.3.2
-   foreign-types-shared-0.1.1
-   form_urlencoded-1.2.0
-   futures-0.3.28
-   futures-channel-0.3.28
-   futures-core-0.3.28
-   futures-executor-0.3.28
-   futures-io-0.3.28
-   futures-lite-1.13.0
-   futures-macro-0.3.28
-   futures-sink-0.3.28
-   futures-task-0.3.28
-   futures-util-0.3.28
-   generic-array-0.14.7
-   getrandom-0.2.10
-   gimli-0.27.2
-   glob-0.3.1
-   h2-0.3.19
-   half-1.8.2
-   hashbrown-0.12.3
-   headers-0.3.8
-   headers-core-0.2.0
-   heck-0.3.3
-   heck-0.4.1
-   hermit-abi-0.2.6
-   hermit-abi-0.3.1
-   hex-0.4.3
-   hmac-0.11.0
-   http-0.2.9
-   http-body-0.4.5
-   httparse-1.8.0
-   httpdate-1.0.2
-   hyper-0.14.26
-   hyper-proxy-0.9.1
-   hyper-tls-0.5.0
-   iana-time-zone-0.1.57
-   iana-time-zone-haiku-0.1.2
-   ident_case-1.0.1
-   idna-0.3.0
-   idna-0.4.0
-   indexmap-1.9.3
-   instant-0.1.12
-   io-lifetimes-1.0.11
-   ioctl-rs-0.2.0
-   ipnet-2.7.2
-   is-terminal-0.4.7
-   itoa-1.0.6
-   jni-0.19.0
-   jni-sys-0.3.0
-   jobserver-0.1.26
-   js-sys-0.3.63
-   lazy_static-1.4.0
-   lazycell-1.3.0
-   lewton-0.10.2
-   libc-0.2.146
-   libloading-0.7.4
-   libm-0.2.7
-   libpulse-binding-2.27.1
-   libpulse-simple-binding-2.27.1
-   libpulse-simple-

[gentoo-commits] repo/gentoo:master commit in: net-misc/ipsvd/

2023-07-23 Thread Joonas Niilola
commit: 1cd84a882e044350b32bb85372205c93f7ec6555
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 24 06:29:32 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd84a88

net-misc/ipsvd: fix dohtml with EAPI-8

Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild 
b/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
index 2a42d9425129..98fa43160f9f 100644
--- a/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
+++ b/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
@@ -39,6 +39,6 @@ src_install() {
doman man/ipsvd-instruct.5 man/ipsvd.7 man/udpsvd.8 \
man/tcpsvd.8 man/ipsvd-cdb.8
 
-   insinto html
-   dohtml doc/*.html
+   local HTML_DOCS=( doc/ )
+   einstalldocs
 }



[gentoo-commits] repo/gentoo:master commit in: net-misc/ipsvd/

2023-07-23 Thread Joonas Niilola
commit: b0793ccff04ca22d79cddd44d033ffe35db81afe
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 24 06:30:35 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0793ccf

net-misc/ipsvd: update DESCRIPTION

Signed-off-by: Joonas Niilola  gentoo.org>

 net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild 
b/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
index 98fa43160f9f..342c393df9da 100644
--- a/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
+++ b/net-misc/ipsvd/ipsvd-1.0.0-r3.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=8
 
-inherit toolchain-funcs flag-o-matic
+inherit toolchain-funcs
 
-DESCRIPTION="ipsvd is a set of internet protocol service daemons for Unix"
+DESCRIPTION="Set of internet protocol service daemons for Unix"
 HOMEPAGE="http://smarden.org/ipsvd/";
 SRC_URI="http://smarden.org/ipsvd/${P}.tar.gz";
 



[gentoo-commits] repo/gentoo:master commit in: media-sound/ncspot/

2023-07-23 Thread Joonas Niilola
commit: ce8be256ec8a60b5a54f296ce445dafad84d2c23
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 24 05:16:39 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8be256

media-sound/ncspot: stabilize 0.13.3-r1 for amd64

Signed-off-by: Joonas Niilola  gentoo.org>

 media-sound/ncspot/ncspot-0.13.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ncspot/ncspot-0.13.3-r1.ebuild 
b/media-sound/ncspot/ncspot-0.13.3-r1.ebuild
index 2b351a5ec524..cc9f30d9b3e4 100644
--- a/media-sound/ncspot/ncspot-0.13.3-r1.ebuild
+++ b/media-sound/ncspot/ncspot-0.13.3-r1.ebuild
@@ -456,7 +456,7 @@ LICENSE="BSD-2"
 # Dependent crate licenses
 LICENSE+=" Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 IUSE="clipboard cover mpris ncurses +notify pulseaudio"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/gtkdiskfree/, app-admin/gtkdiskfree/files/

2023-07-23 Thread Joonas Niilola
commit: 26595685e8adf66589c45923d3cee362b19a5876
Author: Brahmajit Das  gmail  com>
AuthorDate: Thu Jun 29 19:10:43 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26595685

app-admin/gtkdiskfree: Fix call to undeclared function setlocale

Closes: https://bugs.gentoo.org/894204
Signed-off-by: Brahmajit Das  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31671
Signed-off-by: Joonas Niilola  gentoo.org>

 .../files/gtkdiskfree-2.0.4-musl-setlocale.patch   | 11 +++
 .../gtkdiskfree-2.0.4_p20200224-r1.ebuild  | 37 ++
 2 files changed, 48 insertions(+)

diff --git a/app-admin/gtkdiskfree/files/gtkdiskfree-2.0.4-musl-setlocale.patch 
b/app-admin/gtkdiskfree/files/gtkdiskfree-2.0.4-musl-setlocale.patch
new file mode 100644
index ..9542324599e2
--- /dev/null
+++ b/app-admin/gtkdiskfree/files/gtkdiskfree-2.0.4-musl-setlocale.patch
@@ -0,0 +1,11 @@
+Bug: https://bugs.gentoo.org/894204
+--- a/src/main.c
 b/src/main.c
+@@ -17,6 +17,7 @@
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+   USA */
++#include 
+ 
+ #include "configure.h"
+ #include "interface.h"

diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild 
b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
new file mode 100644
index ..5c81578f7566
--- /dev/null
+++ b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Graphical tool to show free disk space like df"
+HOMEPAGE="https://gitlab.com/mazes_80/gtkdiskfree";
+COMMIT="bdda379b9109a226a37801505a19da91494144a6"
+SRC_URI="https://gitlab.com/mazes_80/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz";
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk2"
+
+DEPEND="
+   dev-libs/glib
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf
+   gtk2? ( x11-libs/gtk+:2 )
+   !gtk2? ( x11-libs/gtk+:3 )"
+RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext
+   virtual/pkgconfig"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.0.4-musl-setlocale.patch
+)
+
+src_configure() {
+   if use gtk2 ; then
+   econf $(use_with gtk2)
+   else
+   econf --enable-old-color-selector
+   fi
+}



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

2023-07-23 Thread Joonas Niilola
commit: a79dc70f5d45d5bcb2bee87f3d28d8b52483d62e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 24 06:23:15 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 24 06:30:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79dc70f

app-admin/gtkdiskfree: add missing xorg-proto dep

Signed-off-by: Joonas Niilola  gentoo.org>

 app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild 
b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
index 5c81578f7566..b54e8e131939 100644
--- a/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
+++ b/app-admin/gtkdiskfree/gtkdiskfree-2.0.4_p20200224-r1.ebuild
@@ -14,13 +14,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gtk2"
 
-DEPEND="
+RDEPEND="
dev-libs/glib
x11-libs/cairo
x11-libs/gdk-pixbuf
gtk2? ( x11-libs/gtk+:2 )
!gtk2? ( x11-libs/gtk+:3 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
 BDEPEND="sys-devel/gettext
virtual/pkgconfig"
 



[gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/, www-client/qutebrowser/files/

2023-07-23 Thread Ionen Wolkens
commit: 4572075395f82d95930d4162686f62a256c70888
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Jul 24 04:17:48 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Jul 24 04:25:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45720753

www-client/qutebrowser: fix tests with python-3.11.4

No consequence on runtime, just tests issues. Already fixed
in live nearly two months ago. Doesn't hurt to backport so
can have a working reference when major qutebrowser-3.0.0
releases.

Closes: https://bugs.gentoo.org/910742
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../qutebrowser-2.5.4-tests-python-3.11.4.patch| 102 +
 www-client/qutebrowser/qutebrowser-2.5.4-r1.ebuild |   4 +
 2 files changed, 106 insertions(+)

diff --git 
a/www-client/qutebrowser/files/qutebrowser-2.5.4-tests-python-3.11.4.patch 
b/www-client/qutebrowser/files/qutebrowser-2.5.4-tests-python-3.11.4.patch
new file mode 100644
index ..909bd3acfab7
--- /dev/null
+++ b/www-client/qutebrowser/files/qutebrowser-2.5.4-tests-python-3.11.4.patch
@@ -0,0 +1,102 @@
+Backports for tests broken by python-3.11.4.
+https://bugs.gentoo.org/910742
+
+IPv6 tests are notably related to https://bugs.gentoo.org/909747
+
+https://github.com/qutebrowser/qutebrowser/commit/e1d0b3c543fc470a0459a18be3dee5a151ed79ed
+https://github.com/qutebrowser/qutebrowser/commit/5d890f14d093689e53fcbdec3d739daf04a8aae4
+...was for 3.12 but change was backported to 3.11.4 which led to:
+https://github.com/qutebrowser/qutebrowser/commit/8b058389b7db591fb52b99fe9f7afbacfeabd901
+--- a/tests/unit/config/test_configfiles.py
 b/tests/unit/config/test_configfiles.py
+@@ -1102,7 +1102,14 @@
+ error = excinfo.value.errors[0]
+-assert isinstance(error.exception, ValueError)
+-assert error.text == "Error while compiling"
++
++if sys.version_info >= (3, 11, 4):
++assert isinstance(error.exception, SyntaxError)
++assert error.text == "Unhandled exception"
++assert error.traceback is not None  # tested in more detail by 
test below
++else:
++assert isinstance(error.exception, ValueError)
++assert error.text == "Error while compiling"
++assert error.traceback is None
++
+ exception_text = 'source code string cannot contain null bytes'
+ assert str(error.exception) == exception_text
+-assert error.traceback is None
+ 
+--- a/tests/unit/utils/test_urlmatch.py
 b/tests/unit/utils/test_urlmatch.py
+@@ -42,2 +42,8 @@
+ 
++_INVALID_IP_MESSAGE = (
++r'Invalid IPv6 address; source was ".*"; host = ""|'
++r"'.*' does not appear to be an IPv4 or IPv6 address"  # Python 3.11.4+
++)
++
++
+ @pytest.mark.parametrize('pattern, error', [
+@@ -62,3 +68,7 @@
+ ## TEST(ExtensionURLPatternTest, IPv6Patterns)
+-pytest.param("http://[]:/*";, "Pattern without host", id='host-ipv6'),
++pytest.param(
++"http://[]:/*";,
++"Pattern without host|'' does not appear to be an IPv4 or IPv6 
address",
++id='host-ipv6',
++),
+ 
+@@ -89,3 +99,6 @@
+ "http://[[2607:f8b0:4005:805::200e]/*";,
+-r"""Expected '\]' to match '\[' in hostname; source was 
"\[2607:f8b0:4005:805::200e"; host = ",
++(
++r'''Expected '\]' to match '\[' in hostname; source was 
"\[2607:f8b0:4005:805::200e"; host = ""|'''
++r"'\[2607:f8b0:4005:805::200e' does not appear to be an IPv4 or 
IPv6 address"
++),
+ id='host-ipv6-two-open',
+@@ -95,3 +108,3 @@
+ "http://[2607:f8b0:4005:805:200e]/*";,
+-'Invalid IPv6 address; source was "2607:f8b0:4005:805:200e"; host = 
""',
++_INVALID_IP_MESSAGE,
+ id='host-ipv6-colons',
+@@ -101,3 +114,3 @@
+ "http://[2607:f8b0:4005:805:200e:12:bogus]/*";,
+-'Invalid IPv6 address; source was "2607:f8b0:4005:805:200e:12:bogus"; 
host = ""',
++_INVALID_IP_MESSAGE,
+ id='host-ipv6-non-hex',
+@@ -155,3 +168,3 @@
+ "http://[fc2e::bb88::edac]";,
+-'Invalid IPv6 address; source was "fc2e::bb88::edac"; host = ""',
++_INVALID_IP_MESSAGE,
+ id='ipv6-double-double',
+@@ -160,3 +173,3 @@
+ "http://[fc2e:0e35:bb88::edac:fc2e:0e35:bb88:edac]";,
+-'Invalid IPv6 address; source was 
"fc2e:0e35:bb88::edac:fc2e:0e35:bb88:edac"; host = ""',
++_INVALID_IP_MESSAGE,
+ id='ipv6-long-double',
+@@ -165,3 +178,3 @@
+ "http://[fc2e:0e35:bb88:af:edac:fc2e:0e35:bb88:edac]";,
+-'Invalid IPv6 address; source was 
"fc2e:0e35:bb88:af:edac:fc2e:0e35:bb88:edac"; host = ""',
++_INVALID_IP_MESSAGE,
+ id='ipv6-long',
+@@ -170,3 +183,3 @@
+ "http://[127.0.0.1:fc2e::bb88:edac]";,
+-r'Invalid IPv6 address; source was "127\.0\.0\.1:fc2e::bb88:edac',
++_INVALID_IP_MESSAGE,
+ id='ipv6-ipv4',
+@@ -176,3 +189,3 @@
+ "http://[fc2e:b

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

2023-07-23 Thread Sam James
commit: 2d782a83ccb6ed2652d6ca328ef5a82c9029323e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:16:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:16:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d782a83

dev-perl/IO-AIO: Stabilize 4.800.0 amd64, #910884

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

 dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild 
b/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild
index ff4bb7830e2f..94c640ebafef 100644
--- a/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild
+++ b/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Asynchronous Input/Output"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~riscv x86"
 
 RDEPEND="
dev-perl/common-sense



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Astro-FITS-Header/

2023-07-23 Thread Sam James
commit: 730f26f3aa92992748542ebe65b47fe7f33a528e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730f26f3

dev-perl/Astro-FITS-Header: Stabilize 3.90.0 ppc, #910905

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

 dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild 
b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
index a0297cb4126c..6ed3a1c0b6c6 100644
--- a/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
+++ b/dev-perl/Astro-FITS-Header/Astro-FITS-Header-3.90.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Interface to FITS headers"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~hppa ~mips ppc x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
>=dev-perl/Module-Build-0.300.0



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

2023-07-23 Thread Sam James
commit: 6d51bf4cb4c0d50d1ffb97197157378e1f8f6634
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:16:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:16:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d51bf4c

dev-perl/Test-LWP-UserAgent: Stabilize 0.36.0 ppc64, #910929

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

 dev-perl/Test-LWP-UserAgent/Test-LWP-UserAgent-0.36.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-LWP-UserAgent/Test-LWP-UserAgent-0.36.0.ebuild 
b/dev-perl/Test-LWP-UserAgent/Test-LWP-UserAgent-0.36.0.ebuild
index 02c5b0c10366..60399e1d1abd 100644
--- a/dev-perl/Test-LWP-UserAgent/Test-LWP-UserAgent-0.36.0.ebuild
+++ b/dev-perl/Test-LWP-UserAgent/Test-LWP-UserAgent-0.36.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="A LWP::UserAgent suitable for simulating and testing network 
calls"
 
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ppc64 ~riscv x86"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 9b8f1b3c3c7e0d0d3ac176922e446d85439e9df3
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8f1b3c

dev-perl/Tie-Cycle: Stabilize 1.227.0 amd64, #910878

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

 dev-perl/Tie-Cycle/Tie-Cycle-1.227.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tie-Cycle/Tie-Cycle-1.227.0.ebuild 
b/dev-perl/Tie-Cycle/Tie-Cycle-1.227.0.ebuild
index 3113b92577a6..d7dc6b768554 100644
--- a/dev-perl/Tie-Cycle/Tie-Cycle-1.227.0.ebuild
+++ b/dev-perl/Tie-Cycle/Tie-Cycle-1.227.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Cycle through a list of values via a scalar"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 230ccae704337f243e356f7f5896ecf13c3c2c5e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230ccae7

dev-perl/Proc-ProcessTable: Stabilize 0.635.0 ppc64, #910890

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

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

diff --git a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild 
b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild
index 6708b498a927..95ab9bd5e1b0 100644
--- a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild
+++ b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.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 ~riscv sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv sparc 
x86"
 IUSE="examples"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: fea81ec884f2dcb9ec8a3f81143cc6a0f9ea9d21
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea81ec8

dev-perl/Text-Levenshtein: Stabilize 0.150.0 amd64, #910873

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

 dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild 
b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild
index 506a6de10fbd..70a6b8ad04b9 100644
--- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild
+++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An implementation of the Levenshtein edit distance"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 475a556257fc27c2cc81e92a184e3731b6adfbda
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475a5562

dev-perl/Test-Most: Stabilize 0.380.0 amd64, #910872

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

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

diff --git a/dev-perl/Test-Most/Test-Most-0.380.0.ebuild 
b/dev-perl/Test-Most/Test-Most-0.380.0.ebuild
index 5b7a2dc79ae5..fc0aae9f6870 100644
--- a/dev-perl/Test-Most/Test-Most-0.380.0.ebuild
+++ b/dev-perl/Test-Most/Test-Most-0.380.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Most commonly needed test functions and features"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
>=dev-perl/Exception-Class-1.140.0



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

2023-07-23 Thread Sam James
commit: fb5570fe1f05ec92ba3378cb1ffd520e6a26e18b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb5570fe

dev-perl/Config-INI: Stabilize 0.29.0 amd64, #910882

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

 dev-perl/Config-INI/Config-INI-0.29.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-INI/Config-INI-0.29.0.ebuild 
b/dev-perl/Config-INI/Config-INI-0.29.0.ebuild
index 1a4f8884b9e0..fc3dfbff34ac 100644
--- a/dev-perl/Config-INI/Config-INI-0.29.0.ebuild
+++ b/dev-perl/Config-INI/Config-INI-0.29.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Simple .ini-file format"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 2721b9c2c49a69642e994caac7392bacdecb11b8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2721b9c2

dev-perl/Path-Tiny: Stabilize 0.144.0 amd64, #910864

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

 dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild 
b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
index 96258c445840..1377e2b71e02 100644
--- a/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
+++ b/dev-perl/Path-Tiny/Path-Tiny-0.144.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="File path utility"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="minimal"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 147fee134f1ed5e2ab4539cad6c74a274d41afe4
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147fee13

dev-perl/Crypt-X509: Stabilize 0.550.0 amd64, #910862

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

 dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild 
b/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild
index 9c8887784c3c..bb6cccd44cae 100644
--- a/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild
+++ b/dev-perl/Crypt-X509/Crypt-X509-0.550.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Parse a X.509 certificate"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="amd64 ~riscv"
 
 RDEPEND="
>=dev-perl/Convert-ASN1-0.190.0



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

2023-07-23 Thread Sam James
commit: 0a16a083ef40ff05a4600ad676be46af4959c764
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:52 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a16a083

dev-perl/Test2-Suite: Stabilize 0.0.155 amd64, #910871

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

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

diff --git a/dev-perl/Test2-Suite/Test2-Suite-0.0.155.ebuild 
b/dev-perl/Test2-Suite/Test2-Suite-0.0.155.ebuild
index e7f3106e80ff..9847b004a1b6 100644
--- a/dev-perl/Test2-Suite/Test2-Suite-0.0.155.ebuild
+++ b/dev-perl/Test2-Suite/Test2-Suite-0.0.155.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 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 # Module-Pluggable is just suggested now
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 0ba11b3fd99f11e685c1886a29c3433d3d06cf21
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba11b3f

dev-perl/String-RewritePrefix: Stabilize 0.9.0 amd64, #910868

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

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

diff --git a/dev-perl/String-RewritePrefix/String-RewritePrefix-0.9.0.ebuild 
b/dev-perl/String-RewritePrefix/String-RewritePrefix-0.9.0.ebuild
index b0702789f0bd..20e8a98942c1 100644
--- a/dev-perl/String-RewritePrefix/String-RewritePrefix-0.9.0.ebuild
+++ b/dev-perl/String-RewritePrefix/String-RewritePrefix-0.9.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Rewrite strings based on a set of known prefixes"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
virtual/perl-Carp



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-EndOfScope/

2023-07-23 Thread Sam James
commit: 1a7d36553cd9a498ba995100aa3dc0209c2f2554
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:15:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:15:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a7d3655

dev-perl/B-Hooks-EndOfScope: Stabilize 0.260.0 sparc, #910854

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

 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild 
b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild
index 6d21831310e4..e034effe93eb 100644
--- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild
+++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Execute code after a scope finished compilation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-perl/Module-Implementation-0.50.0



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

2023-07-23 Thread Sam James
commit: 4b9d906c5cbeb562053f40b025a27cab46361a61
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9d906c

dev-perl/App-pwhich: Stabilize 1.170.0 amd64, #910933

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

 dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild 
b/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
index 2fe5397bdb5a..152bdf243ed6 100644
--- a/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
+++ b/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Perl-only 'which'"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
>=dev-perl/File-Which-1.140.0



[gentoo-commits] repo/gentoo:master commit in: sys-firmware/intel-microcode/

2023-07-23 Thread Sam James
commit: ef6d52664f0625911c1dfd55c10249e34ab32dc8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6d5266

sys-firmware/intel-microcode: Stabilize 20230613_p20230520 x86, #911021

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

 sys-firmware/intel-microcode/intel-microcode-20230613_p20230520.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-firmware/intel-microcode/intel-microcode-20230613_p20230520.ebuild 
b/sys-firmware/intel-microcode/intel-microcode-20230613_p20230520.ebuild
index 8f5ab874339b..75b180e6208e 100644
--- a/sys-firmware/intel-microcode/intel-microcode-20230613_p20230520.ebuild
+++ b/sys-firmware/intel-microcode/intel-microcode-20230613_p20230520.ebuild
@@ -43,7 +43,7 @@ S="${WORKDIR}"
 
 LICENSE="intel-ucode"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 IUSE="hostonly initramfs +split-ucode vanilla"
 REQUIRED_USE="|| ( initramfs split-ucode )"
 RESTRICT="binchecks strip"



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

2023-07-23 Thread Sam James
commit: 134743e3a29fd65afc29a9ddc01ab6aaed17f931
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134743e3

dev-perl/Alien-Build: Stabilize 2.800.0 ppc, #910910

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

 dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild
index 8528413154eb..6d6956a429d0 100644
--- a/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild
+++ b/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Build external dependencies for use in CPAN"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 IUSE="minimal zip"
 
 # No, pkgconfig is not suspect, it actually uses it at runtime, and this module



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

2023-07-23 Thread Sam James
commit: aacafd24dfce35a2ebef85b8b7192ddfff179db1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aacafd24

dev-perl/String-Util: Stabilize 1.340.0 amd64, #910921

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

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

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



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

2023-07-23 Thread Sam James
commit: e3a2f7b8c1264d92add04924f8545bcc8ae9e5a7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a2f7b8

dev-perl/HTTP-Daemon: Stabilize 6.160.0 amd64, #910913

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

 dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild 
b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
index 09f63c901f97..6fcb6bb27054 100644
--- a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
+++ b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for simple HTTP servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
!

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

2023-07-23 Thread Sam James
commit: b37c1f38660bf2f2b80065f2d538796ba68863d5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37c1f38

dev-perl/Net-HTTP: Stabilize 6.230.0 amd64, #910876

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

 dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild 
b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
index 1fe59d024d26..bc1b88aa16f3 100644
--- a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
+++ b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Low-level HTTP connection (client)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2023-07-23 Thread Sam James
commit: 809116c15062c4031976c970ed5069da5f5540b5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809116c1

dev-perl/Test-Inter: Stabilize 1.100.0 ppc64, #910917

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

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

diff --git a/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild 
b/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild
index f37fc647663f..ec3df5d93787 100644
--- a/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild
+++ b/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Framework for more readable interactive test scripts"
 
 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 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 BDEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.300.0"
 RDEPEND="virtual/perl-IO"



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

2023-07-23 Thread Sam James
commit: 485f2f151fae50de03658c1d8880a99941d13059
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=485f2f15

dev-perl/DBD-Pg: Stabilize 3.16.3 x86, #910883

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

 dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild 
b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
index 61cdd9feaf34..820c860cb960 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="PostgreSQL database driver for the DBI module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
virtual/perl-version



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

2023-07-23 Thread Sam James
commit: 2b6a15409b079cce6ed8c344163464f0c8843c47
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6a1540

dev-perl/Proc-ProcessTable: Stabilize 0.635.0 amd64, #910890

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

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

diff --git a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild 
b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild
index d2c984bfd950..6708b498a927 100644
--- a/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.0.ebuild
+++ b/dev-perl/Proc-ProcessTable/Proc-ProcessTable-0.635.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 ~riscv sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv sparc 
x86"
 IUSE="examples"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 480c1a83c323c17eb2265dd7fa926ce7a6b6f7ee
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480c1a83

dev-perl/Perl-Tidy: Stabilize 20230309.0.0 ppc, #910895

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

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

diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild 
b/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild
index 0dc121d74965..48842a3cbb64 100644
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild
+++ b/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://perltidy.sourceforge.net/ 
https://metacpan.org/release/Perl-Ti
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"
 



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

2023-07-23 Thread Sam James
commit: 29003a8bde3c0d43c3ed957a3e03d280fa889765
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29003a8b

dev-perl/Sub-Exporter-ForMethods: Stabilize 0.100.55 amd64, #910875

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

 .../Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.55.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.55.ebuild 
b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.55.ebuild
index 52d3bdb13296..3dcd4dbb209f 100644
--- a/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.55.ebuild
+++ b/dev-perl/Sub-Exporter-ForMethods/Sub-Exporter-ForMethods-0.100.55.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Helper routines for using Sub::Exporter to build methods"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
virtual/perl-Scalar-List-Utils



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

2023-07-23 Thread Sam James
commit: a945365b01819447b5ac07a5d84284cf36d14ab0
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a945365b

dev-perl/DynaLoader-Functions: Stabilize 0.4.0 amd64, #910887

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

 dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.4.0.ebuild 
b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.4.0.ebuild
index 65bab66e1840..b72ce4f4d402 100644
--- a/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.4.0.ebuild
+++ b/dev-perl/DynaLoader-Functions/DynaLoader-Functions-0.4.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Deconstructed Dynamic C Library Loading"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 3a98ea01298c93007133b7305a66cee67334b79f
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a98ea01

dev-perl/DBD-Pg: Stabilize 3.16.3 arm64, #910883

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

 dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild 
b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
index cd10cf25be78..61cdd9feaf34 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="PostgreSQL database driver for the DBI module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
virtual/perl-version



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

2023-07-23 Thread Sam James
commit: d7878aac1db903bca051b6e3203a2ab124f035de
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7878aac

dev-perl/Net-Netmask: Stabilize 2.0.200 x86, #910874

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

 dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild
index a21fd28ec462..2aeda207d3ab 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv x86"
 IUSE="minimal"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 38a10a9631e22f82daf63f4204ed49c0c7036929
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a10a96

dev-perl/Date-ICal: Stabilize 2.682.0 amd64, #910879

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

 dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild 
b/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild
index 135b1dc8ca87..306d8da34df6 100644
--- a/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild
+++ b/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="ICal format date base module for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-perl/Date-Leapyear-1.30.0



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

2023-07-23 Thread Sam James
commit: c45beedad2779c8dc1479ffe74265ca9dec0938b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45beeda

dev-perl/Net-HTTP: Stabilize 6.230.0 arm64, #910876

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

 dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild 
b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
index 30ae5c723f78..1fe59d024d26 100644
--- a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
+++ b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Low-level HTTP connection (client)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Build-Tiny/

2023-07-23 Thread Sam James
commit: 7d5e3e4005760fa8968794b98c1586be82679578
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5e3e40

dev-perl/Module-Build-Tiny: Stabilize 0.46.0 sparc, #910869

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

 dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild 
b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild
index b5edb5b99b6c..6d33400fc873 100644
--- a/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild
+++ b/dev-perl/Module-Build-Tiny/Module-Build-Tiny-0.46.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Tiny replacement for Module::Build"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-CPAN-Meta



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

2023-07-23 Thread Sam James
commit: a29286738e63b952e401310f72a567116afb6513
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2928673

dev-perl/Text-Levenshtein: Stabilize 0.150.0 sparc, #910873

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

 dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild 
b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild
index 5d19744c5aa9..506a6de10fbd 100644
--- a/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild
+++ b/dev-perl/Text-Levenshtein/Text-Levenshtein-0.150.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="An implementation of the Levenshtein edit distance"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: fecb6b1fe3197f895cd2ff185a60cb0677d09764
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fecb6b1f

dev-perl/MooseX-SetOnce: Stabilize 0.203.0 amd64, #910867

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

 dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild 
b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild
index 5bdef74753b0..f272392c88e8 100644
--- a/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild
+++ b/dev-perl/MooseX-SetOnce/MooseX-SetOnce-0.203.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Write-once, read-many attributes for Moose"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-perl/Moose-0.900.0



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

2023-07-23 Thread Sam James
commit: 7f3d25e6be36f3543f2786ff8a50b40293a6956d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3d25e6

dev-perl/Net-Netmask: Stabilize 2.0.200 arm64, #910874

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

 dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild
index 31eb08aab2f2..a21fd28ec462 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.200.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~x86"
 IUSE="minimal"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 7b24af250173ec4d2a03d707156949cc731c0906
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b24af25

dev-perl/JSON: Stabilize 4.100.0 amd64, #910863

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

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

diff --git a/dev-perl/JSON/JSON-4.100.0.ebuild 
b/dev-perl/JSON/JSON-4.100.0.ebuild
index e85cd0b6f90f..53cd842ef7db 100644
--- a/dev-perl/JSON/JSON-4.100.0.ebuild
+++ b/dev-perl/JSON/JSON-4.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="JSON (JavaScript Object Notation) encoder/decoder"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="test +xs"
 RESTRICT="!test? ( test )"
 



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

2023-07-23 Thread Sam James
commit: fbf8b28f12299204c06748d838ea1092ca4179b5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf8b28f

dev-perl/Tk-TableMatrix: Stabilize 1.290.0 sparc, #910866

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

 dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild 
b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
index 6186e5834481..215e648b6376 100644
--- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
+++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Create and manipulate tables in Perl + Tk"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~riscv sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-perl/Tk-800.22.0



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

2023-07-23 Thread Sam James
commit: 2926cc7b588a6327f39408866e8a4255b2b2dc3e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2926cc7b

dev-perl/Tk-TableMatrix: Stabilize 1.290.0 x86, #910866

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

 dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild 
b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
index f9a6b79f30b6..0d105ea975c4 100644
--- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
+++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Create and manipulate tables in Perl + Tk"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~riscv sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-perl/Tk-800.22.0



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

2023-07-23 Thread Sam James
commit: 7ad8a197740c42d0d54577ce82bae875e3312e22
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad8a197

dev-perl/Tk-TableMatrix: Stabilize 1.290.0 amd64, #910866

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

 dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild 
b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
index 215e648b6376..f9a6b79f30b6 100644
--- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
+++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Create and manipulate tables in Perl + Tk"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~riscv sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ~riscv sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-perl/Tk-800.22.0



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

2023-07-23 Thread Sam James
commit: c04fa96baff72eb97d1e6769eabf65f5e4974775
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:14:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04fa96b

dev-perl/Tk-TableMatrix: Stabilize 1.290.0 arm, #910866

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

 dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild 
b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
index ac316c7e5770..6186e5834481 100644
--- a/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
+++ b/dev-perl/Tk-TableMatrix/Tk-TableMatrix-1.290.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Create and manipulate tables in Perl + Tk"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~ppc ~riscv ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-perl/Tk-800.22.0



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

2023-07-23 Thread Sam James
commit: 0f9da80ee162c769d5f941b1c90ba750bf42073d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9da80e

dev-perl/Module-Signature: Stabilize 0.880.0 amd64, #910919

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

 dev-perl/Module-Signature/Module-Signature-0.880.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Signature/Module-Signature-0.880.0.ebuild 
b/dev-perl/Module-Signature/Module-Signature-0.880.0.ebuild
index 562d242d2c60..e8067ab9456c 100644
--- a/dev-perl/Module-Signature/Module-Signature-0.880.0.ebuild
+++ b/dev-perl/Module-Signature/Module-Signature-0.880.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Module signature file manipulation"
 
 LICENSE="CC0-1.0 || ( Artistic GPL-2+ )"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
app-crypt/gnupg



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

2023-07-23 Thread Sam James
commit: ff429e2d68377548dca6bd29103d9dbfcf6b134a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff429e2d

dev-perl/Package-DeprecationManager: Stabilize 0.180.0 amd64, #910926

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

 .../Package-DeprecationManager-0.180.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
index 0bbe30609837..27f4adb1d184 100644
--- 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
+++ 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage deprecation warnings for your 
distribution"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: acd639b4448c0ef0e02ae7bae4be9379456d5f0d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd639b4

dev-perl/Image-Info: Stabilize 1.430.0 amd64, #910928

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

 dev-perl/Image-Info/Image-Info-1.430.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Image-Info/Image-Info-1.430.0.ebuild 
b/dev-perl/Image-Info/Image-Info-1.430.0.ebuild
index 0c816b7d7ada..3714751cefa7 100644
--- a/dev-perl/Image-Info/Image-Info-1.430.0.ebuild
+++ b/dev-perl/Image-Info/Image-Info-1.430.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="The Perl Image-Info Module"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
 IUSE=""
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: 9bdadc8a52e0098c6ff0dc23fe8626949e328d59
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdadc8a

dev-perl/Test-DiagINC: Stabilize 0.10.0 amd64, #910920

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

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

diff --git a/dev-perl/Test-DiagINC/Test-DiagINC-0.10.0.ebuild 
b/dev-perl/Test-DiagINC/Test-DiagINC-0.10.0.ebuild
index 29773b85229f..526b9cc0a29e 100644
--- a/dev-perl/Test-DiagINC/Test-DiagINC-0.10.0.ebuild
+++ b/dev-perl/Test-DiagINC/Test-DiagINC-0.10.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="List modules and versions loaded if tests fail"
 
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 RDEPEND="
virtual/perl-File-Spec



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

2023-07-23 Thread Sam James
commit: cc500c12bc746b13c63e369a2b2e3fa77d1637c1
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc500c12

dev-perl/Test-Inter: Stabilize 1.100.0 amd64, #910917

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

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

diff --git a/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild 
b/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild
index 0f5fd77ada1d..f37fc647663f 100644
--- a/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild
+++ b/dev-perl/Test-Inter/Test-Inter-1.100.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Framework for more readable interactive test scripts"
 
 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 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 BDEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.300.0"
 RDEPEND="virtual/perl-IO"



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

2023-07-23 Thread Sam James
commit: 2d5f1c9d3805f0551bf56a6a5675fb1434cba304
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5f1c9d

dev-perl/Package-DeprecationManager: Stabilize 0.180.0 ppc64, #910926

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

 .../Package-DeprecationManager-0.180.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
index 27f4adb1d184..424f30b7dade 100644
--- 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
+++ 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage deprecation warnings for your 
distribution"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: b9418505b957099329c0d3cb2042b9cf0db650ed
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9418505

dev-perl/File-Map: Stabilize 0.710.0 amd64, #910932

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

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

diff --git a/dev-perl/File-Map/File-Map-0.710.0.ebuild 
b/dev-perl/File-Map/File-Map-0.710.0.ebuild
index 86bea21091f4..42def3ab1402 100644
--- a/dev-perl/File-Map/File-Map-0.710.0.ebuild
+++ b/dev-perl/File-Map/File-Map-0.710.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Memory mapping made simple and safe"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~ppc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-perl/Sub-Exporter-Progressive-0.1.5



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

2023-07-23 Thread Sam James
commit: 9387db6b4dd156f8b0f2d3f06144b1aed47c5f6e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9387db6b

dev-perl/Params-Validate: Stabilize 1.310.0 ppc64, #910914

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

 dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild 
b/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild
index b5ae622fa6af..23b7fc4b9123 100644
--- a/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild
+++ b/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Flexible system for validation of 
method/function call parameters"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 609b7a96296166248c60359b4e0bf5f9a4d12b74
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=609b7a96

dev-perl/Params-Validate: Stabilize 1.310.0 amd64, #910914

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

 dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild 
b/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild
index 2a4d4c7d168f..b5ae622fa6af 100644
--- a/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild
+++ b/dev-perl/Params-Validate/Params-Validate-1.310.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Flexible system for validation of 
method/function call parameters"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 925fd2614da78c712a4048e6e31aca5bdea2ab70
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925fd261

dev-perl/Date-Manip: Stabilize 6.920.0 amd64, #910908

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

 dev-perl/Date-Manip/Date-Manip-6.920.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-Manip/Date-Manip-6.920.0.ebuild 
b/dev-perl/Date-Manip/Date-Manip-6.920.0.ebuild
index bf5438ebab0f..41c63d80a0e3 100644
--- a/dev-perl/Date-Manip/Date-Manip-6.920.0.ebuild
+++ b/dev-perl/Date-Manip/Date-Manip-6.920.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl date manipulation 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 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 44e6904ef5fe814a5df194b16c31f69fdd0a0e83
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e6904e

dev-perl/App-perlbrew: Stabilize 0.970.0 amd64, #910906

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

 dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild 
b/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild
index 528a351d28c8..b01abd0350cc 100644
--- a/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild
+++ b/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION='Manage perl installations in your $HOME'
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-7.220.0



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

2023-07-23 Thread Sam James
commit: da153224a5ab79d47d9022d641a7a632d4295099
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da153224

dev-perl/Config-Any: Stabilize 0.330.0 amd64, #910912

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

 dev-perl/Config-Any/Config-Any-0.330.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-Any/Config-Any-0.330.0.ebuild 
b/dev-perl/Config-Any/Config-Any-0.330.0.ebuild
index 7931b4570c8c..3e073700542e 100644
--- a/dev-perl/Config-Any/Config-Any-0.330.0.ebuild
+++ b/dev-perl/Config-Any/Config-Any-0.330.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Load configuration from different file formats, transparently"
 
 SLOT="0"
-KEYWORDS="~amd64 arm ~ppc x86"
+KEYWORDS="amd64 arm ~ppc x86"
 IUSE="+conf +ini +json +xml +yaml"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: f5e4a3d8cf7375a925aa289c860d186321be6d2a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5e4a3d8

dev-perl/HTTP-Daemon: Stabilize 6.160.0 ppc, #910913

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

 dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild 
b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
index bddf6d4ba47c..09f63c901f97 100644
--- a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
+++ b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for simple HTTP servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
!

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

2023-07-23 Thread Sam James
commit: 3a58d3c2ca74e258b7c5021f8476e3f553776018
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a58d3c2

dev-perl/POE: Stabilize 1.370.0 amd64, #910903

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

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

diff --git a/dev-perl/POE/POE-1.370.0.ebuild b/dev-perl/POE/POE-1.370.0.ebuild
index 26dffb64e5c0..59f9d644597a 100644
--- a/dev-perl/POE/POE-1.370.0.ebuild
+++ b/dev-perl/POE/POE-1.370.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Framework for creating multitasking programs in Perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="ipv6 libwww ncurses tk"
 
 RDEPEND="



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

2023-07-23 Thread Sam James
commit: fae77091b613c518a546ce06a5c3e7d568a3b16a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae77091

dev-perl/Alien-Build: Stabilize 2.800.0 ppc64, #910910

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

 dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild 
b/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild
index 941d39d25e46..8528413154eb 100644
--- a/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild
+++ b/dev-perl/Alien-Build/Alien-Build-2.800.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Build external dependencies for use in CPAN"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 IUSE="minimal zip"
 
 # No, pkgconfig is not suspect, it actually uses it at runtime, and this module



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

2023-07-23 Thread Sam James
commit: 0268bbef060eac1dd7cdb097ed27f13da0fe4c4a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0268bbef

dev-perl/Sub-Install: Stabilize 0.929.0 ppc64, #910897

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

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

diff --git a/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild 
b/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild
index f2820be01203..4304cacec04a 100644
--- a/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild
+++ b/dev-perl/Sub-Install/Sub-Install-0.929.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Install subroutines into packages easily"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 0079bdf3fdc5bbc46a0d8c713e52a02d191026f2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0079bdf3

dev-perl/JSON-MaybeXS: Stabilize 1.4.5 amd64, #910901

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

 dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild 
b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
index eb685f91423a..87772ae36126 100644
--- a/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
+++ b/dev-perl/JSON-MaybeXS/JSON-MaybeXS-1.4.5.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 IUSE="+xs"
 
 # needs Scalar-Util



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

2023-07-23 Thread Sam James
commit: ac96f3373c07400a39256a3242e582843f7148a2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac96f337

dev-perl/Devel-CheckOS: Stabilize 1.960.0 x86, #910880

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

 dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild 
b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
index 2b8da3e79e35..4e917ca6edba 100644
--- a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
+++ b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check what OS we're running on"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
 
 RDEPEND="
>=dev-perl/File-Find-Rule-0.280.0



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

2023-07-23 Thread Sam James
commit: 059aad2fcdf50dfb04c26dc857aaab32c7bd445b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=059aad2f

dev-perl/DBD-Pg: Stabilize 3.16.3 arm, #910883

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

 dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild 
b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
index 5dd79748ace3..cd10cf25be78 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="PostgreSQL database driver for the DBI module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
virtual/perl-version



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

2023-07-23 Thread Sam James
commit: 5fee1d4b8b623c1cb59e3560d63a00139ce62dfe
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fee1d4b

dev-perl/Perl-Tidy: Stabilize 20230309.0.0 amd64, #910895

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

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

diff --git a/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild 
b/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild
index 6a94aa95380e..0dc121d74965 100644
--- a/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild
+++ b/dev-perl/Perl-Tidy/Perl-Tidy-20230309.0.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://perltidy.sourceforge.net/ 
https://metacpan.org/release/Perl-Ti
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 BDEPEND="virtual/perl-ExtUtils-MakeMaker"
 



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

2023-07-23 Thread Sam James
commit: 278eed6ef0b1b10ff3b4c7a4fd502ac694b5d93f
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278eed6e

dev-perl/Config-Tiny: Stabilize 2.290.0 ppc64, #910886

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

 dev-perl/Config-Tiny/Config-Tiny-2.290.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.290.0.ebuild 
b/dev-perl/Config-Tiny/Config-Tiny-2.290.0.ebuild
index 5b100c18646e..04f5d9410d93 100644
--- a/dev-perl/Config-Tiny/Config-Tiny-2.290.0.ebuild
+++ b/dev-perl/Config-Tiny/Config-Tiny-2.290.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Read/Write .ini style files with as little code as possible"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
>=virtual/perl-File-Spec-3.300.0



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

2023-07-23 Thread Sam James
commit: a1f78b4948279e133c939a9690713e5e91390c37
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1f78b49

dev-perl/Sub-Exporter: Stabilize 0.989.0 amd64, #910896

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

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

diff --git a/dev-perl/Sub-Exporter/Sub-Exporter-0.989.0.ebuild 
b/dev-perl/Sub-Exporter/Sub-Exporter-0.989.0.ebuild
index 0fd1d31655a3..1724352f6b0f 100644
--- a/dev-perl/Sub-Exporter/Sub-Exporter-0.989.0.ebuild
+++ b/dev-perl/Sub-Exporter/Sub-Exporter-0.989.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Sophisticated exporter for custom-built routines"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: b568d36434c3951fdefe6fc6114e1e5b4f4abc9d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b568d364

dev-perl/Test-Compile: Stabilize 3.2.2 amd64, #910894

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

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

diff --git a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild 
b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
index db83df94f126..95fda976f0e6 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.2.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"
 
 RDEPEND="
>=virtual/perl-Exporter-5.680.0



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

2023-07-23 Thread Sam James
commit: 54c6fcc612ed0883632055e5f91787c7f7071dfd
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c6fcc6

dev-perl/Date-ICal: Stabilize 2.682.0 x86, #910879

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

 dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild 
b/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild
index 3ccc04417f0b..135b1dc8ca87 100644
--- a/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild
+++ b/dev-perl/Date-ICal/Date-ICal-2.682.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="ICal format date base module for Perl"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-perl/Date-Leapyear-1.30.0



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

2023-07-23 Thread Sam James
commit: 4c70521df2d476e6b9164378fa6ab521956b6c70
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:10:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c70521d

dev-perl/Config-MVP: Stabilize 2.200.13 amd64, #910885

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

 dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild 
b/dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild
index 3259b7c81c5d..ca6b0868894e 100644
--- a/dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild
+++ b/dev-perl/Config-MVP/Config-MVP-2.200.13.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Multivalue-property package-oriented configuration"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal"
 
 # r: Module::Pluggable::Object -> Module-Pluggable



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

2023-07-23 Thread Benda XU
commit: 3e9e7845cb0eb03ec057e43e9e3cf66e966cbadb
Author: Benda Xu  gentoo  org>
AuthorDate: Mon Jul 24 04:05:40 2023 +
Commit: Benda XU  gentoo  org>
CommitDate: Mon Jul 24 04:08:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e9e7845

app-misc/neofetch: keyword 7.1.0-r1 for ~arm64-macos

Signed-off-by: Benda Xu  gentoo.org>

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

diff --git a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild 
b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
index 99eed34b3db4..95a45676825c 100644
--- a/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
+++ b/app-misc/neofetch/neofetch-7.1.0-r1.ebuild
@@ -7,7 +7,7 @@ inherit optfeature prefix
 
 if [[ ${PV} != ** ]]; then
SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz";
-   KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~x64-macos"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~arm64-macos ~x64-macos"
 else
inherit git-r3
EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git";



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

2023-07-23 Thread Sam James
commit: dd80707f53f88bbc9c6dec6b5b09a070c0b1f63a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd80707f

dev-perl/App-pwhich: Stabilize 1.170.0 ppc64, #910933

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

 dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild 
b/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
index cbb0c5a0f40a..2fe5397bdb5a 100644
--- a/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
+++ b/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Perl-only 'which'"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
>=dev-perl/File-Which-1.140.0



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

2023-07-23 Thread Sam James
commit: 8a4ce91f6513e7ddda57ffce5ec1536e36c61a6e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4ce91f

dev-perl/HTTP-Daemon: Stabilize 6.160.0 ppc64, #910913

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

 dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild 
b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
index 31e2c56e2228..bddf6d4ba47c 100644
--- a/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
+++ b/dev-perl/HTTP-Daemon/HTTP-Daemon-6.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for simple HTTP servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
!

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

2023-07-23 Thread Sam James
commit: 1e46f840daaddbed98ca0f8a8463d80ac15c8010
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e46f840

dev-perl/Role-HasMessage: Stabilize 0.7.0 amd64, #910915

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

 dev-perl/Role-HasMessage/Role-HasMessage-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Role-HasMessage/Role-HasMessage-0.7.0.ebuild 
b/dev-perl/Role-HasMessage/Role-HasMessage-0.7.0.ebuild
index caf7f83e7c37..ea44b22019be 100644
--- a/dev-perl/Role-HasMessage/Role-HasMessage-0.7.0.ebuild
+++ b/dev-perl/Role-HasMessage/Role-HasMessage-0.7.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Thing with a message method"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-perl/Moose



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

2023-07-23 Thread Sam James
commit: de12bb1ef0766f82d59bd4320c5fde1c79fc7c60
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de12bb1e

dev-perl/Exporter-Tiny: Stabilize 1.6.2 x86, #910857

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

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

diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild 
b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild
index 112ce40356b4..8c41b25012eb 100644
--- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild
+++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An exporter with the features of Sub::Exporter but only core 
dependencies"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.170.0



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

2023-07-23 Thread Sam James
commit: cc9763761de7dd2ccb8fabdbcd56bc82e21bad96
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc976376

dev-perl/Sereal-Decoder: Stabilize 5.4.0 x86, #910852

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

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

diff --git a/dev-perl/Sereal-Decoder/Sereal-Decoder-5.4.0.ebuild 
b/dev-perl/Sereal-Decoder/Sereal-Decoder-5.4.0.ebuild
index 141e1197da9c..49976dc9e70d 100644
--- a/dev-perl/Sereal-Decoder/Sereal-Decoder-5.4.0.ebuild
+++ b/dev-perl/Sereal-Decoder/Sereal-Decoder-5.4.0.ebuild
@@ -10,7 +10,7 @@ inherit edo perl-module toolchain-funcs
 DESCRIPTION="Fast, compact, powerful binary deserialization"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
virtual/perl-XSLoader



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

2023-07-23 Thread Sam James
commit: 530c748df96210f8f29b1749d3d1523a72d17aad
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530c748d

dev-perl/Devel-CheckOS: Stabilize 1.960.0 sparc, #910880

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

 dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild 
b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
index a331ebd2c353..2b8da3e79e35 100644
--- a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
+++ b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check what OS we're running on"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
 
 RDEPEND="
>=dev-perl/File-Find-Rule-0.280.0



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

2023-07-23 Thread Sam James
commit: ae9d53f9590116243ac43013e7f8edcd371eff1c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9d53f9

dev-perl/DBD-Pg: Stabilize 3.16.3 sparc, #910883

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

 dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild 
b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
index c6feda542e73..5dd79748ace3 100644
--- a/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
+++ b/dev-perl/DBD-Pg/DBD-Pg-3.16.3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="PostgreSQL database driver for the DBI module"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-version



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

2023-07-23 Thread Sam James
commit: e4d82ebaa662bfd2c41c2b29d41e2bc98aefee5e
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:03:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:03:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d82eba

dev-perl/Net-HTTP: Stabilize 6.230.0 arm, #910876

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

 dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild 
b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
index 2a22ee088524..f1e5740a22c5 100644
--- a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
+++ b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Low-level HTTP connection (client)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2023-07-23 Thread Sam James
commit: 783e98c5b0dc14e83f83f6aae5ace0a4877194cf
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783e98c5

dev-perl/String-Truncate: Stabilize 1.100.603 amd64, #910892

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

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

diff --git a/dev-perl/String-Truncate/String-Truncate-1.100.603.ebuild 
b/dev-perl/String-Truncate/String-Truncate-1.100.603.ebuild
index e384c009d90c..17b704bfdb70 100644
--- a/dev-perl/String-Truncate/String-Truncate-1.100.603.ebuild
+++ b/dev-perl/String-Truncate/String-Truncate-1.100.603.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module for when strings are too long to be displayed in..."
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 66b54bb468f16961fd987d6ea93df647195a5e05
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b54bb4

dev-perl/Log-Dispatchouli: Stabilize 3.5.0 amd64, #910888

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

 dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild 
b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
index 1a581c6de567..f1cf4f76353e 100644
--- a/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
+++ b/dev-perl/Log-Dispatchouli/Log-Dispatchouli-3.5.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Simple wrapper around Log::Dispatch"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="minimal"
 
 # r: Log::Dispatch::File -> Log-Dispatch



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

2023-07-23 Thread Sam James
commit: 98d6b3605cb844b4ca5806fef53de97913b9c17c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d6b360

dev-perl/PDF-Builder: Stabilize 3.25.0 amd64, #910898

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

 dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild 
b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
index 0c8c54cd3872..d910c06b7bc9 100644
--- a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF 
files"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-perl/Font-TTF-1.40.0



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

2023-07-23 Thread Sam James
commit: d038a491b4789976346924c451d1878fff827210
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d038a491

dev-perl/Text-BibTeX: Stabilize 0.890.0 x86, #910916

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

 dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild 
b/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild
index def55aecc6cf..d8e943e8b971 100644
--- a/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild
+++ b/dev-perl/Text-BibTeX/Text-BibTeX-0.890.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="A Perl library for reading, parsing, and processing BibTeX files"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
 
 RDEPEND="
!dev-libs/btparse



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

2023-07-23 Thread Sam James
commit: 65bb5924e7d782baf5ea8152754ff94a2d4b1884
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bb5924

dev-perl/Package-DeprecationManager: Stabilize 0.180.0 x86, #910926

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

 .../Package-DeprecationManager-0.180.0.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
index 06ebc9c64ba4..0bbe30609837 100644
--- 
a/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
+++ 
b/dev-perl/Package-DeprecationManager/Package-DeprecationManager-0.180.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage deprecation warnings for your 
distribution"
 
 LICENSE="Artistic-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: a175f11b03aef61079b31f926a50ea3347e9c09d
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a175f11b

dev-perl/Exporter-Tiny: Stabilize 1.6.2 arm, #910857

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

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

diff --git a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild 
b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild
index 64cfedbcf725..112ce40356b4 100644
--- a/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild
+++ b/dev-perl/Exporter-Tiny/Exporter-Tiny-1.6.2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="An exporter with the features of Sub::Exporter but only core 
dependencies"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.170.0



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

2023-07-23 Thread Sam James
commit: e11d7d7de2236bf1a1c116b4857fadc112a53cd7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11d7d7d

dev-perl/IO-AIO: Stabilize 4.800.0 x86, #910884

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

 dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild 
b/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild
index d82cea53f0f1..ff4bb7830e2f 100644
--- a/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild
+++ b/dev-perl/IO-AIO/IO-AIO-4.800.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Asynchronous Input/Output"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~riscv x86"
 
 RDEPEND="
dev-perl/common-sense



[gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Meta-Check/

2023-07-23 Thread Sam James
commit: fa45bfd62e7ca074a48ddeccae946759ad33250a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa45bfd6

dev-perl/CPAN-Meta-Check: Stabilize 0.17.0 arm64, #910855

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

 dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.17.0.ebuild 
b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.17.0.ebuild
index d912b0dc0cd4..9f50d099b758 100644
--- a/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.17.0.ebuild
+++ b/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.17.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Verify requirements in a CPAN::Meta object"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
>=virtual/perl-CPAN-Meta-2.132.830



[gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-EndOfScope/

2023-07-23 Thread Sam James
commit: 243f1e833cf28168ddef363c9c346274c67be4cb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:02:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:02:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243f1e83

dev-perl/B-Hooks-EndOfScope: Stabilize 0.260.0 x86, #910854

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

 dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild 
b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild
index 43145fbf84e6..5fe6e341cf62 100644
--- a/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild
+++ b/dev-perl/B-Hooks-EndOfScope/B-Hooks-EndOfScope-0.260.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Execute code after a scope finished compilation"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 
 RDEPEND="
>=dev-perl/Module-Implementation-0.50.0



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

2023-07-23 Thread Sam James
commit: 47ce0defd72886025bee6f012514af5a46ccdb76
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ce0def

dev-perl/String-Util: Stabilize 1.340.0 ppc, #910921

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

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

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



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

2023-07-23 Thread Sam James
commit: 4efe4ee7ddb17dddcf534d2fbccfa99d1e15e1e2
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efe4ee7

dev-perl/Sub-Exporter: Stabilize 0.989.0 x86, #910896

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

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

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



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

2023-07-23 Thread Sam James
commit: ef382b097d04d8338de83153f161fae467077e03
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef382b09

dev-perl/Variable-Magic: Stabilize 0.630.0 x86, #910922

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

 dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild 
b/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild
index bf5047971769..adb8098e3297 100644
--- a/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild
+++ b/dev-perl/Variable-Magic/Variable-Magic-0.630.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Associate user-defined magic to variables from Perl"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
virtual/perl-Carp



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

2023-07-23 Thread Sam James
commit: 2356a89856cdfe759a7ceadae8d56b70807528b4
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2356a898

dev-perl/App-perlbrew: Stabilize 0.970.0 x86, #910906

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

 dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild 
b/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild
index 50480498c31f..528a351d28c8 100644
--- a/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild
+++ b/dev-perl/App-perlbrew/App-perlbrew-0.970.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION='Manage perl installations in your $HOME'
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-7.220.0



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

2023-07-23 Thread Sam James
commit: 3a12409ba8d12e41ad36187b45b87739967b0b65
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a12409b

dev-perl/App-pwhich: Stabilize 1.170.0 x86, #910933

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

 dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild 
b/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
index b5a45d013df2..cbb0c5a0f40a 100644
--- a/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
+++ b/dev-perl/App-pwhich/App-pwhich-1.170.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Perl-only 'which'"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 
 RDEPEND="
>=dev-perl/File-Which-1.140.0



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Base-ModuleBuild/

2023-07-23 Thread Sam James
commit: 63027b036905a3442a9fb45a9e38c75ac0c1959b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63027b03

dev-perl/Alien-Base-ModuleBuild: Stabilize 1.170.0 ppc64, #910907

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

 dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.170.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.170.0.ebuild 
b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.170.0.ebuild
index 99ca645ec8c7..fbd7eb4a3862 100644
--- a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.170.0.ebuild
+++ b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.170.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="A Module::Build subclass for building Alien:: modules and their 
libraries"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2023-07-23 Thread Sam James
commit: 14aa70f76762417005cdca386639cc182b60dfcb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aa70f7

dev-util/dwdiff: Keyword 2.1.3 arm64, #910743

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

 dev-util/dwdiff/dwdiff-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
index 973e44885e76..51adb419f8cc 100644
--- a/dev-util/dwdiff/dwdiff-2.1.3.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2";
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
 IUSE="nls"
 
 RDEPEND="



  1   2   3   4   5   >