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

2021-05-14 Thread Hans de Graaff
commit: 7ab66b58f66cf6f2e9c2b53ea0916e70ed1f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 15 05:30:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 15 05:30:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab66b58

dev-ruby/nokogiri: add 1.11.4

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

 dev-ruby/nokogiri/Manifest   |   1 +
 dev-ruby/nokogiri/nokogiri-1.11.4.ebuild | 105 +++
 2 files changed, 106 insertions(+)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 43a84f05e3e..64bff33f6b7 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,3 +1,4 @@
 DIST nokogiri-1.11.1-git.tgz 5835648 BLAKE2B 
e8c84fe72063ac3d764ea71fe469a8f7d0499487e523563e0ab737e69e06279b112c666aa254e0075740b27690ba96162a5c6e39f125b58360fbb5720104935d
 SHA512 
47974f05b6788f2e04ef9ed7d0fc33790cdadbd258408e0242a14521cc996b6d42878b5bba3334b4bde2970dbadda0cde93a00e30fcddd100401186a90617502
 DIST nokogiri-1.11.2-git.tgz 5838718 BLAKE2B 
2310ce25699e1afa507e4428fc2d698018cc2e07590f85a9f97954c583b02122f2356e87537b3b5d11459373582fb3dc367a4d7969dc871e86065b739becc80f
 SHA512 
9d155647fd400ad34c05c0b0e7c3d459eea07c68cbe829b5021e5040c034d7032c0e8878121d54d3b3d1233dbe8a1c0c195d6189a84aac30e68657b82b4f1eaa
 DIST nokogiri-1.11.3-git.tgz 5868894 BLAKE2B 
3140c875535f3ceb7e13b27c4905c7caeae09acc8319a8649066469936fccba311a25a4923fdd5042d8af69144d606fd58f8b22a6d1fe3030ca30f4316d91448
 SHA512 
7a0d2197f1dcc67adcae7219891cc59cfdb3234e5a7b843686b1dd7d02bbcc57a2b7589ea880f856ee630a0335053bada02b99ac2d994d785baba266f994e20c
+DIST nokogiri-1.11.4-git.tgz 5867481 BLAKE2B 
d9b0df4d6301a510824f8f31bd51e0f3beaf3cf7d3685a703782ae5fab0667b6276c0ccea20032252efc6c2dd6515577fcb21942f5d27a65815bc48f8af91137
 SHA512 
ca4bf385b06416f5a5b7f8fd742739181cccf93b42590c7d2d4f666846fd3a25d45c16717ae50bacd85e25644efe8584e195df7174450b8a59f2c6ef47624354

diff --git a/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild
new file mode 100644
index 000..a12fe2fd24d
--- /dev/null
+++ b/dev-ruby/nokogiri/nokogiri-1.11.4.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md SECURITY.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="ext"
+
+RUBY_FAKEGEM_GEMSPEC="nokogiri.gemspec"
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/nokogiri/extconf.rb)
+
+inherit ruby-fakegem multilib
+
+DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
+HOMEPAGE="https://www.nokogiri.org/;
+LICENSE="MIT"
+SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+SLOT="0"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+   >=dev-libs/libxml2-2.9.12:=
+   >=dev-libs/libxslt-1.1.34
+   virtual/libiconv"
+DEPEND="${DEPEND}
+   >=dev-libs/libxml2-2.9.12
+   >=dev-libs/libxslt-1.1.34
+   virtual/libiconv"
+
+ruby_add_rdepend ">=dev-ruby/racc-1.4:0"
+
+ruby_add_bdepend "
+   >=dev-ruby/pkg-config-1.1.7
+   >=dev-ruby/rexical-1.0.7
+   dev-ruby/rdoc
+   test? ( dev-ruby/minitest )"
+
+all_ruby_prepare() {
+   sed -i \
+   -e '/tasks\/cross_compile/s:^:#:' \
+   -e '/:test.*prerequisites/s:^:#:' \
+   -e '/license/ s:^:#:' \
+   Rakefile || die
+   # Remove the cross compilation options since they interfere with
+   # native building.
+   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
+   sed -i -e '/cross_config_options/d' Rakefile || die
+
+   sed -e '/simplecov/,/^end/ s:^:#:' \
+   -e '/reporters/I s:^:#:' \
+   -i test/helper.rb || die
+
+   sed -i -e '/mini_portile2/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   # Account for fix making it upstream into our libxml2 system version
+   sed -i -e '116 s/using_packaged/using_system/ ; 131 s/if/if false and 
/' test/html/test_comments.rb || die
+}
+
+each_ruby_configure() {
+   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
+   ${RUBY} -Cext/${PN} extconf.rb \
+   --with-zlib-include="${EPREFIX}"/usr/include \
+   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
+   --with-iconv-include="${EPREFIX}"/usr/include \
+   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
+   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
+   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
+   --with-xslt-dir="${EPREFIX}"/usr \
+   --with-iconvlib=iconv \
+   || die "extconf.rb 

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

2021-05-14 Thread Hans de Graaff
commit: 41fc16989e202e8b85dadf3e83599ee82e269881
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 15 05:31:16 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 15 05:31:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fc1698

dev-ruby/nokogiri: cleanup

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

 dev-ruby/nokogiri/Manifest  |   2 -
 dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild | 102 
 dev-ruby/nokogiri/nokogiri-1.11.2.ebuild| 102 
 dev-ruby/nokogiri/nokogiri-1.11.3.ebuild| 102 
 4 files changed, 308 deletions(-)

diff --git a/dev-ruby/nokogiri/Manifest b/dev-ruby/nokogiri/Manifest
index 64bff33f6b7..dad09ff0fd3 100644
--- a/dev-ruby/nokogiri/Manifest
+++ b/dev-ruby/nokogiri/Manifest
@@ -1,4 +1,2 @@
 DIST nokogiri-1.11.1-git.tgz 5835648 BLAKE2B 
e8c84fe72063ac3d764ea71fe469a8f7d0499487e523563e0ab737e69e06279b112c666aa254e0075740b27690ba96162a5c6e39f125b58360fbb5720104935d
 SHA512 
47974f05b6788f2e04ef9ed7d0fc33790cdadbd258408e0242a14521cc996b6d42878b5bba3334b4bde2970dbadda0cde93a00e30fcddd100401186a90617502
-DIST nokogiri-1.11.2-git.tgz 5838718 BLAKE2B 
2310ce25699e1afa507e4428fc2d698018cc2e07590f85a9f97954c583b02122f2356e87537b3b5d11459373582fb3dc367a4d7969dc871e86065b739becc80f
 SHA512 
9d155647fd400ad34c05c0b0e7c3d459eea07c68cbe829b5021e5040c034d7032c0e8878121d54d3b3d1233dbe8a1c0c195d6189a84aac30e68657b82b4f1eaa
-DIST nokogiri-1.11.3-git.tgz 5868894 BLAKE2B 
3140c875535f3ceb7e13b27c4905c7caeae09acc8319a8649066469936fccba311a25a4923fdd5042d8af69144d606fd58f8b22a6d1fe3030ca30f4316d91448
 SHA512 
7a0d2197f1dcc67adcae7219891cc59cfdb3234e5a7b843686b1dd7d02bbcc57a2b7589ea880f856ee630a0335053bada02b99ac2d994d785baba266f994e20c
 DIST nokogiri-1.11.4-git.tgz 5867481 BLAKE2B 
d9b0df4d6301a510824f8f31bd51e0f3beaf3cf7d3685a703782ae5fab0667b6276c0ccea20032252efc6c2dd6515577fcb21942f5d27a65815bc48f8af91137
 SHA512 
ca4bf385b06416f5a5b7f8fd742739181cccf93b42590c7d2d4f666846fd3a25d45c16717ae50bacd85e25644efe8584e195df7174450b8a59f2c6ef47624354

diff --git a/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild 
b/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild
deleted file mode 100644
index 5929953673f..000
--- a/dev-ruby/nokogiri/nokogiri-1.11.1-r2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md ROADMAP.md STANDARD_RESPONSES.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="ext"
-
-RUBY_FAKEGEM_GEMSPEC="nokogiri.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/nokogiri/extconf.rb)
-
-inherit ruby-fakegem multilib
-
-DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser"
-HOMEPAGE="https://www.nokogiri.org/;
-LICENSE="MIT"
-SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> 
${P}-git.tgz"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-RDEPEND="${RDEPEND}
-   >=dev-libs/libxml2-2.9.10:=
-   >=dev-libs/libxslt-1.1.34
-   virtual/libiconv"
-DEPEND="${DEPEND}
-   >=dev-libs/libxml2-2.9.10
-   >=dev-libs/libxslt-1.1.34
-   virtual/libiconv"
-
-ruby_add_rdepend ">=dev-ruby/racc-1.4:0"
-
-ruby_add_bdepend "
-   >=dev-ruby/pkg-config-1.1.7
-   >=dev-ruby/rexical-1.0.7
-   dev-ruby/rdoc
-   test? ( dev-ruby/minitest )"
-
-all_ruby_prepare() {
-   sed -i \
-   -e '/tasks\/cross_compile/s:^:#:' \
-   -e '/:test.*prerequisites/s:^:#:' \
-   -e '/license/ s:^:#:' \
-   Rakefile || die
-   # Remove the cross compilation options since they interfere with
-   # native building.
-   sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
-   sed -i -e '/cross_config_options/d' Rakefile || die
-
-   sed -e '/simplecov/,/^end/ s:^:#:' \
-   -e '/reporters/I s:^:#:' \
-   -i test/helper.rb || die
-
-   sed -i -e '/mini_portile2/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_configure() {
-   NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
-   ${RUBY} -Cext/${PN} extconf.rb \
-   --with-zlib-include="${EPREFIX}"/usr/include \
-   --with-zlib-lib="${EPREFIX}"/$(get_libdir) \
-   --with-iconv-include="${EPREFIX}"/usr/include \
-   --with-iconv-lib="${EPREFIX}"/$(get_libdir) \
-   --with-xml2-include="${EPREFIX}"/usr/include/libxml2 \
-   --with-xml2-lib="${EPREFIX}"/usr/$(get_libdir) \
-   --with-xslt-dir="${EPREFIX}"/usr \
-   --with-iconvlib=iconv \
-   || die "extconf.rb failed"
-}
-

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

2021-05-14 Thread Hans de Graaff
commit: 9da47d8aa08613b51cb69a894df3a008503f49d6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sat May 15 05:06:16 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sat May 15 05:06:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da47d8a

dev-ruby/execjs: add 2.8.1

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

 dev-ruby/execjs/Manifest|  1 +
 dev-ruby/execjs/execjs-2.8.1.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-ruby/execjs/Manifest b/dev-ruby/execjs/Manifest
index ec2daeff249..08e129ee164 100644
--- a/dev-ruby/execjs/Manifest
+++ b/dev-ruby/execjs/Manifest
@@ -1,2 +1,3 @@
 DIST execjs-2.7.0.tar.gz 425361 BLAKE2B 
8dd3bb5557a6993667abfa6c424cbea6377c1ea7b3928b9b60a6ba084f1df8a109d10d1a616c9d302e1b98a2031ece9e710d7dd933791cbfb3eaa48e45b9a595
 SHA512 
9627f466e8a363404c940b29227d08a8ad067b53383989a3d8f4f902e8c050c0e81facdbdafbb660c41f7c8dc2fbdd3bd357ca708e612af4d223b5412c6c1fb7
 DIST execjs-2.8.0.tar.gz 425756 BLAKE2B 
dcf5943a4244597da4c25ebfbd5b80eeaecce622d51b3515bf26ec34f63ae92ec4ab96200dbe79b30370914de94fd8cb2e7205df640fd6e572f021d163c0c26d
 SHA512 
3c1b8f5666a18b00e9e09e2206f87fded26482b032405acc093e9d8da20873a620392eccdecea4c68e6d46b958d2ae18a6658faf90a7090b3e704fa7db3e0595
+DIST execjs-2.8.1.tar.gz 425838 BLAKE2B 
e81c2cfb803e3ffcfb9fbde3ce907147e577f81563500dd74a6a6aa560f13a0318246530a4e54c7139f86c8fe76fe79c9a2961c3b0d685e65c5e7d9d395ba82d
 SHA512 
ec808d3feccf1cfa2500f4ce17a497a31e5886cdd7482c56fdc0cc952aa8967ca50f09c33eb83545713e04aa73fbb8a201459cdb72647e8f8c291f8846f3f230

diff --git a/dev-ruby/execjs/execjs-2.8.1.ebuild 
b/dev-ruby/execjs/execjs-2.8.1.ebuild
new file mode 100644
index 000..c90bb5a0f85
--- /dev/null
+++ b/dev-ruby/execjs/execjs-2.8.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+inherit ruby-fakegem
+
+DESCRIPTION="ExecJS lets you run JavaScript code from Ruby"
+HOMEPAGE="https://github.com/rails/execjs;
+SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+
+IUSE="test"
+
+# execjs supports various javascript runtimes. They are listed in order
+# as per the documentation. For now only include the ones already in the
+# tree.
+
+RDEPEND+=" || ( dev-ruby/duktape-rb net-libs/nodejs )"
+
+all_ruby_prepare() {
+   sed -i -e "/bundler/d" Rakefile || die
+   # Avoid test requiring network connectivity. We could potentially
+   # substitute dev-ruby/coffee-script-source for this.
+   sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die
+}



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

2021-05-14 Thread Sam James
commit: a850cfd8129cce50b242576658f77a4b906d8ed3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:53:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:53:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a850cfd8

net-misc/curl: Stabilize 7.76.1 x86, #779535

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

 net-misc/curl/curl-7.76.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.76.1.ebuild b/net-misc/curl/curl-7.76.1.ebuild
index 0f316818ff6..ccca9041f59 100644
--- a/net-misc/curl/curl-7.76.1.ebuild
+++ b/net-misc/curl/curl-7.76.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz;
 
 LICENSE="curl"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap ipv6 
kerberos ldap mbedtls metalink nss +openssl +pop3 +progress-meter rtmp samba 
+smtp ssh ssl sslv3 static-libs test telnet +tftp threads winssl zstd"
 IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"



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

2021-05-14 Thread Sam James
commit: a2e77b2fd88ea459b131d84c68c8367727fc7464
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:53:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:53:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e77b2f

sys-devel/gcc-config: Stabilize 2.4 arm64, #779796

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

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

diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild 
b/sys-devel/gcc-config/gcc-config-2.4.ebuild
index e748c101f83..2a704b191de 100644
--- a/sys-devel/gcc-config/gcc-config-2.4.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="Utility to manage compilers"



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

2021-05-14 Thread Sam James
commit: 29ff1e9cd24490fbd6836f575c820633c0872552
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:44:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:44:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ff1e9c

dev-perl/Apache-SizeLimit: Keyword 0.970.0-r2 ppc64, #729784

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

 dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild 
b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
index 7c9e5fe0299..70c3be7cfff 100644
--- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
+++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Graceful exit for large children"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 LICENSE="Apache-2.0"
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2021-05-14 Thread Sam James
commit: 34c53367f08edc48351b6a61374fac2bc3efe79c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:44:33 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:44:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c53367

dev-perl/Perl-Critic: Keyword 1.140.0 ppc64, #789090

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

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

diff --git a/dev-perl/Perl-Critic/Perl-Critic-1.140.0.ebuild 
b/dev-perl/Perl-Critic/Perl-Critic-1.140.0.ebuild
index 20d5e5156b7..0be484697e7 100644
--- a/dev-perl/Perl-Critic/Perl-Critic-1.140.0.ebuild
+++ b/dev-perl/Perl-Critic/Perl-Critic-1.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module elisp-common
 DESCRIPTION="Critique Perl source code for best-practices"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 IUSE="test minimal examples emacs"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 50876bfefd3b9d99ef6006f30cf1ae73d0a29cc8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:44:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:44:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50876bfe

dev-perl/PPIx-QuoteLike: Keyword 0.17.0 ppc64, #789090

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

 dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild 
b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
index 67cfea14f4f..f299808b59f 100644
--- a/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
+++ b/dev-perl/PPIx-QuoteLike/PPIx-QuoteLike-0.17.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Parse Perl string literals and string-literal-like things"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~ppc64"
 IUSE="test examples"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: dc03e929c5a79d55eca31a437e8fe935a56aaa60
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:44:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:44:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc03e929

dev-perl/Linux-Smaps: Keyword 0.140.0 ppc64, #729784

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

 dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild 
b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
index e6f3b1d451b..9ee74b16942 100644
--- a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
+++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module linux-info
 DESCRIPTION="Perl interface to /proc/PID/smaps"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-screensaver/

2021-05-14 Thread Sam James
commit: 73e4d1d2302759cfe27c0d3666a58bd11b31b667
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:41:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:41:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e4d1d2

xfce-extra/xfce4-screensaver: Stabilize 4.16.0 arm, #771639

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

 xfce-extra/xfce4-screensaver/xfce4-screensaver-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-screensaver/xfce4-screensaver-4.16.0.ebuild 
b/xfce-extra/xfce4-screensaver/xfce4-screensaver-4.16.0.ebuild
index 07ca8f6aa10..f731fc70b96 100644
--- a/xfce-extra/xfce4-screensaver/xfce4-screensaver-4.16.0.ebuild
+++ b/xfce-extra/xfce4-screensaver/xfce4-screensaver-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ppc ~ppc64 x86"
 IUSE="elogind +locking opengl pam systemd"
 
 # Xrandr: optional but automagic



[gentoo-commits] repo/gentoo:master commit in: sys-libs/ldb/

2021-05-14 Thread Sam James
commit: ac2c021a9ff668659ea3b6da26d47ec9366dcbd3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:41:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:41:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2c021a

sys-libs/ldb: Stabilize 2.2.1 arm, #778026

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

 sys-libs/ldb/ldb-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/ldb/ldb-2.2.1.ebuild b/sys-libs/ldb/ldb-2.2.1.ebuild
index aff0fa594d4..b7d54bad49a 100644
--- a/sys-libs/ldb/ldb-2.2.1.ebuild
+++ b/sys-libs/ldb/ldb-2.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://samba.org/ftp/pub/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0/${PV}"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 IUSE="doc +ldap +lmdb python test"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/

2021-05-14 Thread Sam James
commit: e7e578a58e749f3c99df90ec334d67b785b65bac
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e578a5

dev-libs/librdkafka: Stabilize 1.6.1 arm, #768675

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

 dev-libs/librdkafka/librdkafka-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librdkafka/librdkafka-1.6.1.ebuild 
b/dev-libs/librdkafka/librdkafka-1.6.1.ebuild
index bdf581a534a..ec837b5e061 100644
--- a/dev-libs/librdkafka/librdkafka-1.6.1.ebuild
+++ b/dev-libs/librdkafka/librdkafka-1.6.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: sys-libs/talloc/

2021-05-14 Thread Sam James
commit: 47808c1b683634ed08a988b401cdfbffda50564a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:41:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47808c1b

sys-libs/talloc: Stabilize 2.3.2 arm, #778026

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

 sys-libs/talloc/talloc-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/talloc/talloc-2.3.2.ebuild 
b/sys-libs/talloc/talloc-2.3.2.ebuild
index 964c2ba76e3..10815f521ee 100644
--- a/sys-libs/talloc/talloc-2.3.2.ebuild
+++ b/sys-libs/talloc/talloc-2.3.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.samba.org/ftp/${PN}/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3+ LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x64-solaris"
 IUSE="compat +python"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/

2021-05-14 Thread Sam James
commit: cb3eb5840b6aa829d26eed79157b2810a734b867
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3eb584

dev-libs/libfastjson: Stabilize 0.99.9 arm, #768675

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

 dev-libs/libfastjson/libfastjson-0.99.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfastjson/libfastjson-0.99.9.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.9.ebuild
index 6f78364ff0a..e398fef4b3d 100644
--- a/dev-libs/libfastjson/libfastjson-0.99.9.ebuild
+++ b/dev-libs/libfastjson/libfastjson-0.99.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.rsyslog.com/tag/libfastjson/;
 SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0/4.3.0"
-KEYWORDS="amd64 ~arm arm64 ~hppa sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa sparc x86"
 IUSE="static-libs"
 
 DEPEND=">=sys-devel/autoconf-archive-2015.02.04"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/

2021-05-14 Thread Sam James
commit: 3f5717d38c4665c1f0758e1c11a30f9d5a1c56e0
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5717d3

app-text/qpdf: Stabilize 10.3.1 arm, #772794

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

 app-text/qpdf/qpdf-10.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdf/qpdf-10.3.1.ebuild b/app-text/qpdf/qpdf-10.3.1.ebuild
index 220747430a5..e6c1b177248 100644
--- a/app-text/qpdf/qpdf-10.3.1.ebuild
+++ b/app-text/qpdf/qpdf-10.3.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
 LICENSE="|| ( Apache-2.0 Artistic-2 )"
 # subslot = libqpdf soname version
 SLOT="0/28"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris"
 IUSE="doc examples ssl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/

2021-05-14 Thread Sam James
commit: 023ae70ff19616f7ec974dae9acf33d49fba4cf7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023ae70f

media-libs/libsdl2: Stabilize 2.0.14-r1 arm, #766204

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

 media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild 
b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
index 80f626e5bab..b011f9439fa 100644
--- a/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
+++ b/media-libs/libsdl2/libsdl2-2.0.14-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.libsdl.org/release/${MY_P}.tar.gz;
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
 
 IUSE="alsa aqua cpu_flags_ppc_altivec cpu_flags_x86_3dnow cpu_flags_x86_mmx 
cpu_flags_x86_sse cpu_flags_x86_sse2 custom-cflags dbus fcitx4 gles2 haptic 
ibus jack +joystick kms libsamplerate nas opengl oss pulseaudio +sound 
static-libs +threads udev +video video_cards_vc4 vulkan wayland X xinerama 
xscreensaver"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: net-libs/socket_wrapper/

2021-05-14 Thread Sam James
commit: 76f114107f2a49c2a42d49a750f4216ffc3c80f6
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:41:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:41:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76f11410

net-libs/socket_wrapper: Stabilize 1.3.2 arm, #778026

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

 net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild 
b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
index 4f4d6f64aca..e18db2f76ca 100644
--- a/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
+++ b/net-libs/socket_wrapper/socket_wrapper-1.3.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2021-05-14 Thread Sam James
commit: a94c848b88bce81691674b6aa590fa6d3863bff5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94c848b

app-admin/rsyslog: Stabilize 8.2102.0 arm, #768675

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

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

diff --git a/app-admin/rsyslog/rsyslog-8.2102.0.ebuild 
b/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
index 02784fa9908..ad9f687b81c 100644
--- a/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.2102.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
 
inherit git-r3
 else
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa x86"
+   KEYWORDS="amd64 arm ~arm64 ~hppa x86"
 
SRC_URI="
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: net-fs/samba/

2021-05-14 Thread Sam James
commit: 56674d61d75d552552db5a1fccdf4294832cb6c1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:41:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:41:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56674d61

net-fs/samba: Stabilize 4.13.7 arm, #778026

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

 net-fs/samba/samba-4.13.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-fs/samba/samba-4.13.7.ebuild b/net-fs/samba/samba-4.13.7.ebuild
index 53e9b01ddef..876198e005f 100644
--- a/net-fs/samba/samba-4.13.7.ebuild
+++ b/net-fs/samba/samba-4.13.7.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} = *_rc* ]]; then
SRC_URI="mirror://samba/rc/${MY_P}.tar.gz"
 else
SRC_URI="mirror://samba/stable/${MY_P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 fi
 S="${WORKDIR}/${MY_P}"
 



[gentoo-commits] repo/gentoo:master commit in: net-dns/resolv_wrapper/

2021-05-14 Thread Sam James
commit: 4d0640316efe0121f8c412d73f9d030a71cee857
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:41:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:41:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d064031

net-dns/resolv_wrapper: Stabilize 1.1.7 arm, #778026

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

 net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild 
b/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild
index 66b6420a90e..6262733b26d 100644
--- a/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild
+++ b/net-dns/resolv_wrapper/resolv_wrapper-1.1.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://ftp.samba.org/pub/cwrap/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 356d29c1d532490c03c2b60031be0c7f848b7bc3
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356d29c1

dev-perl/Crypt-OpenSSL-Random: Stabilize 0.150.0 arm, #789507

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

 dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
index dcebd623fd0..a518a39a9b1 100644
--- a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="OpenSSL pseudo-random number generator access"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-libs/openssl:0=



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

2021-05-14 Thread Sam James
commit: 9613286b579dd615f1754eaec5ee608ba23a6b4b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9613286b

sys-devel/gcc-config: Stabilize 2.4 arm, #779796

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

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

diff --git a/sys-devel/gcc-config/gcc-config-2.4.ebuild 
b/sys-devel/gcc-config/gcc-config-2.4.ebuild
index 786a945b65f..e748c101f83 100644
--- a/sys-devel/gcc-config/gcc-config-2.4.ebuild
+++ b/sys-devel/gcc-config/gcc-config-2.4.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 fi
 
 DESCRIPTION="Utility to manage compilers"



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnsmasq/

2021-05-14 Thread Sam James
commit: b14272fd7805738e2f5f3de4f1ea95ab3b73d3e7
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14272fd

net-dns/dnsmasq: Stabilize 2.85 arm, #782130

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

 net-dns/dnsmasq/dnsmasq-2.85.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/dnsmasq/dnsmasq-2.85.ebuild 
b/net-dns/dnsmasq/dnsmasq-2.85.ebuild
index abb97e531e1..d1c269b7660 100644
--- a/net-dns/dnsmasq/dnsmasq-2.85.ebuild
+++ b/net-dns/dnsmasq/dnsmasq-2.85.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.thekelleys.org.uk/dnsmasq/${P}.tar.xz;
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 IUSE="auth-dns conntrack dbus +dhcp dhcp-tools dnssec +dumpfile id idn libidn2"
 IUSE+=" +inotify ipv6 lua nettlehash nls script selinux static tftp"



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

2021-05-14 Thread Sam James
commit: cd4b37c04876b4bba7db60489a6e9125fe1adc08
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4b37c0

net-misc/curl: Stabilize 7.76.1 arm, #779535

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

 net-misc/curl/curl-7.76.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.76.1.ebuild b/net-misc/curl/curl-7.76.1.ebuild
index a160c73bbf4..0f316818ff6 100644
--- a/net-misc/curl/curl-7.76.1.ebuild
+++ b/net-misc/curl/curl-7.76.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://curl.haxx.se/download/${P}.tar.xz;
 
 LICENSE="curl"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="adns alt-svc brotli +ftp gnutls gopher hsts +http2 idn +imap ipv6 
kerberos ldap mbedtls metalink nss +openssl +pop3 +progress-meter rtmp samba 
+smtp ssh ssl sslv3 static-libs test telnet +tftp threads winssl zstd"
 IUSE+=" curl_ssl_gnutls curl_ssl_mbedtls curl_ssl_nss +curl_ssl_openssl 
curl_ssl_winssl"
 IUSE+=" nghttp3 quiche"



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2021-05-14 Thread Sam James
commit: fed2e40c62f56f60b0d13098713beceeeace003c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:40:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:40:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed2e40c

app-doc/doxygen: Stabilize 1.9.1 arm, #768921

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

 app-doc/doxygen/doxygen-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/doxygen/doxygen-1.9.1.ebuild 
b/app-doc/doxygen/doxygen-1.9.1.ebuild
index 7a882ba9a77..b39f2b495b8 100644
--- a/app-doc/doxygen/doxygen-1.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"



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

2021-05-14 Thread Sam James
commit: 2fa048a22c04d1fb3854a82f23efb7978dd998e8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:37:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:37:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa048a2

net-analyzer/tcpdump: Stabilize 4.99.0 arm64, #767916

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

 net-analyzer/tcpdump/tcpdump-4.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
index 7e66b5384bc..99b6d4b9e93 100644
--- a/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.99.0.ebuild
@@ -21,7 +21,7 @@ else
SRC_URI="https://www.tcpdump.org/release/${P}.tar.gz -> 
${P}-upstream.tar.gz"
SRC_URI+=" verify-sig? ( 
https://www.tcpdump.org/release/${P}.tar.gz.sig -> ${P}-upstream.tar.gz.sig )"
 
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/librdkafka/

2021-05-14 Thread Sam James
commit: 549fbd1dd7c4766e6aa54b8786de49f850202219
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:36:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:36:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549fbd1d

dev-libs/librdkafka: Stabilize 1.6.1 arm64, #768675

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

 dev-libs/librdkafka/librdkafka-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/librdkafka/librdkafka-1.6.1.ebuild 
b/dev-libs/librdkafka/librdkafka-1.6.1.ebuild
index 34c76012da4..bdf581a534a 100644
--- a/dev-libs/librdkafka/librdkafka-1.6.1.ebuild
+++ b/dev-libs/librdkafka/librdkafka-1.6.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == "" ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/edenhill/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 fi
 
 LICENSE="BSD-2"



[gentoo-commits] repo/gentoo:master commit in: app-text/qpdf/

2021-05-14 Thread Sam James
commit: 012b7af312ffbe02ce73150ed2761c1f27d36f1c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:37:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:37:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012b7af3

app-text/qpdf: Stabilize 10.3.1 arm64, #772794

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

 app-text/qpdf/qpdf-10.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/qpdf/qpdf-10.3.1.ebuild b/app-text/qpdf/qpdf-10.3.1.ebuild
index b8b0a14e8ab..220747430a5 100644
--- a/app-text/qpdf/qpdf-10.3.1.ebuild
+++ b/app-text/qpdf/qpdf-10.3.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
 LICENSE="|| ( Apache-2.0 Artistic-2 )"
 # subslot = libqpdf soname version
 SLOT="0/28"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~sparc-solaris"
 IUSE="doc examples ssl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-doc/doxygen/

2021-05-14 Thread Sam James
commit: ffe8c61937651c68245932b85e6650c374066175
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:36:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:36:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe8c619

app-doc/doxygen: Stabilize 1.9.1 arm64, #768921

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

 app-doc/doxygen/doxygen-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/doxygen/doxygen-1.9.1.ebuild 
b/app-doc/doxygen/doxygen-1.9.1.ebuild
index a7dd1e476d3..7a882ba9a77 100644
--- a/app-doc/doxygen/doxygen-1.9.1.ebuild
+++ b/app-doc/doxygen/doxygen-1.9.1.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = ** ]]; then
EGIT_REPO_URI="https://github.com/doxygen/doxygen.git;
 else
SRC_URI="http://doxygen.nl/files/${P}.src.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+   KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 fi
 
 DESCRIPTION="Documentation system for most programming languages"



[gentoo-commits] repo/gentoo:master commit in: dev-libs/libfastjson/

2021-05-14 Thread Sam James
commit: f8a57e062552b5cec2d9110da537d2f9897cb97b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:36:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:36:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a57e06

dev-libs/libfastjson: Stabilize 0.99.9 arm64, #768675

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

 dev-libs/libfastjson/libfastjson-0.99.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/libfastjson/libfastjson-0.99.9.ebuild 
b/dev-libs/libfastjson/libfastjson-0.99.9.ebuild
index 5f1435d24f4..6f78364ff0a 100644
--- a/dev-libs/libfastjson/libfastjson-0.99.9.ebuild
+++ b/dev-libs/libfastjson/libfastjson-0.99.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.rsyslog.com/tag/libfastjson/;
 SRC_URI="http://download.rsyslog.com/${PN}/${P}.tar.gz;
 LICENSE="MIT"
 SLOT="0/4.3.0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa sparc x86"
 IUSE="static-libs"
 
 DEPEND=">=sys-devel/autoconf-archive-2015.02.04"



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

2021-05-14 Thread Sam James
commit: 252621cc1cad8186f7172814bcc56d7a6d174176
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:36:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:36:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252621cc

dev-perl/Crypt-OpenSSL-Random: Stabilize 0.150.0 arm64, #789507

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

 dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild 
b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
index 11bb8181a86..dcebd623fd0 100644
--- a/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-Random/Crypt-OpenSSL-Random-0.150.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="OpenSSL pseudo-random number generator access"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-libs/openssl:0=



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

2021-05-14 Thread Sam James
commit: 248d703829e62d4d41216785464c7068f44458f1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:36:46 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:36:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=248d7038

dev-perl/Crypt-OpenSSL-RSA: Stabilize 0.310.0 arm64, #789510

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

 dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild 
b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
index 03aa40ca3ee..036929f1645 100644
--- a/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
+++ b/dev-perl/Crypt-OpenSSL-RSA/Crypt-OpenSSL-RSA-0.310.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="RSA encoding and decoding using the OpenSSL libraries"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 04c936a70bac7cd70a33cc0f93be11ce06c50dcc
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:35:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:35:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c936a7

dev-perl/Data-ObjectDriver: Stabilize 0.200.0 x86, #790278

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

 dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild 
b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
index 812a9b48569..1ed1fc010f9 100644
--- a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
+++ b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple, transparent data interface, with caching"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 6ac30354791f4d17f533d738076f286472fa82c8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:29:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:29:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac30354

dev-perl/Linux-Smaps: Keyword 0.140.0 ppc, #729784

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

 dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild 
b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
index 1159e06e102..e6f3b1d451b 100644
--- a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
+++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module linux-info
 DESCRIPTION="Perl interface to /proc/PID/smaps"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



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

2021-05-14 Thread Sam James
commit: 3eedc0e4c1c1f9f1122a6278c7f72329491009bd
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:29:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:29:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eedc0e4

dev-perl/Apache-SizeLimit: Keyword 0.970.0-r2 ppc, #729784

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

 dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild 
b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
index 1a1db149aca..7c9e5fe0299 100644
--- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
+++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Graceful exit for large children"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 LICENSE="Apache-2.0"
 IUSE="test"
 RESTRICT="!test? ( test )"



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

2021-05-14 Thread Sam James
commit: c879851c59a5b9a99bdaf4da683ef0c101ae53f6
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c879851c

dev-perl/Net-Netmask: Keyword 2.0.100 arm, #789978

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

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

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
index aa1f3eb46bc..eadbbd53e0d 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 31e5b6951ba0fb5c1788d14def90c7524f467787
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e5b695

dev-perl/Test-UseAllModules: Keyword 0.170.0-r1 arm, #789978

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

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

diff --git a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild 
b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
index 5f28a72f101..693dbfc2d01 100644
--- a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
+++ b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="do use_ok() for all the MANIFESTed modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/uvicorn/

2021-05-14 Thread Sam James
commit: c2b8eaf6c0374fabdd0a72eaa1a032aff915168a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b8eaf6

dev-python/uvicorn: Keyword 0.13.4 arm, #790152

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

 dev-python/uvicorn/uvicorn-0.13.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uvicorn/uvicorn-0.13.4.ebuild 
b/dev-python/uvicorn/uvicorn-0.13.4.ebuild
index 7a1525ebc04..8fd32c364f8 100644
--- a/dev-python/uvicorn/uvicorn-0.13.4.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.13.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
=dev-python/click-7*[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/wsproto/

2021-05-14 Thread Sam James
commit: 0cf2270f1fb03bbab06cf1228471e69675b63b2a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf2270f

dev-python/wsproto: Keyword 1.0.0 arm, #790152

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

 dev-python/wsproto/wsproto-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild 
b/dev-python/wsproto/wsproto-1.0.0.ebuild
index 096ee40c39a..fe7d8a40218 100644
--- a/dev-python/wsproto/wsproto-1.0.0.ebuild
+++ b/dev-python/wsproto/wsproto-1.0.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 RDEPEND=">=dev-python/h11-0.9[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpretty/

2021-05-14 Thread Sam James
commit: e0b5131e8bdd04cc4a02e1aeb8612c853b02b2c4
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:28 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b5131e

dev-python/httpretty: Keyword 1.1.1 arm, #790152

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

 dev-python/httpretty/httpretty-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpretty/httpretty-1.1.1.ebuild 
b/dev-python/httpretty/httpretty-1.1.1.ebuild
index e6dc85c88f5..c8cf696bc7f 100644
--- a/dev-python/httpretty/httpretty-1.1.1.ebuild
+++ b/dev-python/httpretty/httpretty-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
dev-python/urllib3[${PYTHON_USEDEP}]"



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

2021-05-14 Thread Sam James
commit: 985aabb54a7ea2f9f39b74b375278bca10bb0070
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=985aabb5

dev-perl/Apache-SizeLimit: Keyword 0.970.0-r2 arm, #729784

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

 dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild 
b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
index 1c85a20d4b5..1a1db149aca 100644
--- a/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
+++ b/dev-perl/Apache-SizeLimit/Apache-SizeLimit-0.970.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Graceful exit for large children"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="Apache-2.0"
 IUSE="test"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/

2021-05-14 Thread Sam James
commit: f01fc08d52b579466cc8d8af8791d945c1055901
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:27 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f01fc08d

dev-python/httpx: Keyword 0.18.1 arm, #790152

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

 dev-python/httpx/httpx-0.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpx/httpx-0.18.1.ebuild 
b/dev-python/httpx/httpx-0.18.1.ebuild
index bae43e74d89..aa9abaadec0 100644
--- a/dev-python/httpx/httpx-0.18.1.ebuild
+++ b/dev-python/httpx/httpx-0.18.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/h11/

2021-05-14 Thread Sam James
commit: 3b87c921eadfce457c5948fb9dfa41dd8ded296e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b87c921

dev-python/h11: Keyword 0.12.0 arm, #790152

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

 dev-python/h11/h11-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/h11/h11-0.12.0.ebuild b/dev-python/h11/h11-0.12.0.ebuild
index 4e7e11c637b..25c4d00fff2 100644
--- a/dev-python/h11/h11-0.12.0.ebuild
+++ b/dev-python/h11/h11-0.12.0.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 
 distutils_enable_tests pytest



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

2021-05-14 Thread Sam James
commit: 1d30747d07880a108cbe2bcc7fed01422b9b7ec8
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d30747d

dev-perl/Linux-Smaps: Keyword 0.140.0 arm, #729784

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

 dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild 
b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
index 088a9f9580a..1159e06e102 100644
--- a/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
+++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.140.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module linux-info
 DESCRIPTION="Perl interface to /proc/PID/smaps"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 
 BDEPEND="
virtual/perl-ExtUtils-MakeMaker



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpcore/

2021-05-14 Thread Sam James
commit: a5065d3f9682e9cbb35ad65385a7117633c6f6c0
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5065d3f

dev-python/httpcore: Keyword 0.13.3 arm, #790152

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

 dev-python/httpcore/httpcore-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpcore/httpcore-0.13.3.ebuild 
b/dev-python/httpcore/httpcore-0.13.3.ebuild
index ef1bc81f4f2..807614e5d52 100644
--- a/dev-python/httpcore/httpcore-0.13.3.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/sniffio/

2021-05-14 Thread Sam James
commit: ee963fe7e62057de9d1261539984fc4d24e12104
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee963fe7

dev-python/sniffio: Keyword 1.2.0 arm, #790152

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index d1a5aabddfd..c46c34f3b0f 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/

2021-05-14 Thread Sam James
commit: 560fd6d2e97fc824699c490d2c70737cd7f2e391
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:21:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:21:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560fd6d2

net-libs/libyang: Keyword 1.0.225 arm64, #766411

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

 net-libs/libyang/libyang-1.0.225.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libyang/libyang-1.0.225.ebuild 
b/net-libs/libyang/libyang-1.0.225.ebuild
index d56736baef1..463140a483d 100644
--- a/net-libs/libyang/libyang-1.0.225.ebuild
+++ b/net-libs/libyang/libyang-1.0.225.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc test"
 
 RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"



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

2021-05-14 Thread Sam James
commit: 3820d22265c15770cf5c885b6bbce2f4e8a8f594
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:21:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:21:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3820d222

net-misc/frr: Keyword 7.5.1-r2 arm64, #766411

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

 net-misc/frr/frr-7.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/frr/frr-7.5.1-r2.ebuild b/net-misc/frr/frr-7.5.1-r2.ebuild
index 9e16c18b16d..5b7e3d01473 100644
--- a/net-misc/frr/frr-7.5.1-r2.ebuild
+++ b/net-misc/frr/frr-7.5.1-r2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/frr-${P}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="doc fpm grpc ipv6 kernel_linux nhrp ospfapi pam rpki snmp systemd test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/rtrlib/

2021-05-14 Thread Sam James
commit: ffcaafa4c73064cb6c0beb8418753b8be0ff391f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:21:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:21:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcaafa4

net-libs/rtrlib: Keyword 0.7.0 arm64, #766411

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

 net-libs/rtrlib/rtrlib-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/rtrlib/rtrlib-0.7.0.ebuild 
b/net-libs/rtrlib/rtrlib-0.7.0.ebuild
index dfb7e34b6aa..494f58bcc64 100644
--- a/net-libs/rtrlib/rtrlib-0.7.0.ebuild
+++ b/net-libs/rtrlib/rtrlib-0.7.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/rtrlib/rtrlib/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 IUSE="doc ssh"
 



[gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/

2021-05-14 Thread Sam James
commit: ba083d467babe95449f90e35a861162ae03b0742
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:21:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:21:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba083d46

net-libs/grpc: Keyword 1.37.1-r1 arm64, #766411

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

 net-libs/grpc/grpc-1.37.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/grpc/grpc-1.37.1-r1.ebuild 
b/net-libs/grpc/grpc-1.37.1-r1.ebuild
index 167a3087587..cf129dc2a38 100644
--- a/net-libs/grpc/grpc-1.37.1-r1.ebuild
+++ b/net-libs/grpc/grpc-1.37.1-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 # format is 0/${CORE_SOVERSION//./}.${CPP_SOVERSION//./} , check top level 
CMakeLists.txt
 SLOT="0/15.137"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="doc examples test"
 
 # look for submodule versions in third_party dir



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/

2021-05-14 Thread Sam James
commit: 7e6ed2156b01cd00b89951796dee5cad88c710f1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:21:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:21:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6ed215

dev-cpp/abseil-cpp: Keyword 20200225.2-r1 arm64, #766411

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

 dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
index cd83b6c48f5..421632ddb7a 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20200225.2-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 DEPEND=""



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

2021-05-14 Thread Sam James
commit: ba65da410fa90fabbc5799781868ae145903dcc5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:21:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:21:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba65da41

dev-util/clippy: Keyword 7.5.1 arm64, #766411

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

 dev-util/clippy/clippy-7.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/clippy/clippy-7.5.1.ebuild 
b/dev-util/clippy/clippy-7.5.1.ebuild
index 15c963de4fd..3ac21b92837 100644
--- a/dev-util/clippy/clippy-7.5.1.ebuild
+++ b/dev-util/clippy/clippy-7.5.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/FRRouting/frr/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"



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

2021-05-14 Thread Sam James
commit: feb97fd153ddcc51f67863213b33108e03dd9256
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:14:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:14:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb97fd1

dev-perl/Net-Netmask: Keyword 2.0.100 ppc, #789978

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

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

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
index 10927fe15df..aa1f3eb46bc 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: e4fc859d7d34b32373133e7ce72986010e359883
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:14:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4fc859d

dev-perl/Test-UseAllModules: Keyword 0.170.0-r1 ppc, #789978

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

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

diff --git a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild 
b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
index 332dc0a1efb..5f28a72f101 100644
--- a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
+++ b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="do use_ok() for all the MANIFESTed modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-ffmpegdirect/

2021-05-14 Thread Sam James
commit: fd770f4be317a3feb2e2d611880150f5d00e99de
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:08:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:08:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd770f4b

media-plugins/kodi-inputstream-ffmpegdirect: Keyword 1.21.3 arm64, #786897

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

 .../kodi-inputstream-ffmpegdirect-1.21.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
index cd932215b4d..4ea51e4a109 100644
--- 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
+++ 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-1.21.3.ebuild
@@ -17,7 +17,7 @@ case ${PV} in
inherit git-r3
;;
 *)
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~arm64"
CODENAME="Matrix"

SRC_URI="https://github.com/xbmc/inputstream.ffmpegdirect/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
S="${WORKDIR}/inputstream.ffmpegdirect-${PV}-${CODENAME}"



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

2021-05-14 Thread Sam James
commit: 4f06d7ed2e8740e67cf848d8e4e968b9cc86b287
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:06:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:06:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f06d7ed

dev-perl/Net-Netmask: Keyword 2.0.100 ppc64, #789978

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

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

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
index 916f47c71e0..10927fe15df 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc64 ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 1f23dcc3345553a824e6e950b240b9485cee838b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:06:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:06:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f23dcc3

dev-perl/Test-UseAllModules: Keyword 0.170.0-r1 ppc64, #789978

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

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

diff --git a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild 
b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
index 182125e6c60..332dc0a1efb 100644
--- a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
+++ b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="do use_ok() for all the MANIFESTed modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyu2f/

2021-05-14 Thread Sam James
commit: 62c9035a9c902ddbc0a9c1178e3e64ff8d5eeb54
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:06:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:06:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c9035a

dev-python/pyu2f: Keyword 0.1.4-r1 arm64, #783141

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

 dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild 
b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
index a0dfbb4c11a..8316ef93d07 100644
--- a/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
+++ b/dev-python/pyu2f/pyu2f-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth/

2021-05-14 Thread Sam James
commit: 8b62d6cee328d1fa0b2fe3d167cd573c68707c50
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:06:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:06:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b62d6ce

dev-python/google-auth: Keyword 1.30.0 arm64, #783141

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

 dev-python/google-auth/google-auth-1.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/google-auth/google-auth-1.30.0.ebuild 
b/dev-python/google-auth/google-auth-1.30.0.ebuild
index 5b5858f61e1..4c3742ac5a3 100644
--- a/dev-python/google-auth/google-auth-1.30.0.ebuild
+++ b/dev-python/google-auth/google-auth-1.30.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 RDEPEND="
dev-python/namespace-google[${PYTHON_USEDEP}]



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

2021-05-14 Thread Sam James
commit: 349df9554b164b0564f1137c21486459d68faa38
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:01:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:01:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349df955

dev-perl/Data-Compare: Stabilize 1.270.0-r1 x86, #790179

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

 dev-perl/Data-Compare/Data-Compare-1.270.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Data-Compare/Data-Compare-1.270.0-r1.ebuild 
b/dev-perl/Data-Compare/Data-Compare-1.270.0-r1.ebuild
index 72ebfb24685..bcb80131830 100644
--- a/dev-perl/Data-Compare/Data-Compare-1.270.0-r1.ebuild
+++ b/dev-perl/Data-Compare/Data-Compare-1.270.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Compare perl data structures"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/

2021-05-14 Thread Sam James
commit: 6505fb9633cd5d79a5a933ea273d4464797f6c93
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:01:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:01:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6505fb96

media-video/pitivi: Stabilize 0.999-r4 x86, #790242

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

 media-video/pitivi/pitivi-0.999-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pitivi/pitivi-0.999-r4.ebuild 
b/media-video/pitivi/pitivi-0.999-r4.ebuild
index 9f2f50347fa..7347dd1ee0a 100644
--- a/media-video/pitivi/pitivi-0.999-r4.ebuild
+++ b/media-video/pitivi/pitivi-0.999-r4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.pitivi.org;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 IUSE="v4l test"
 RESTRICT="!test? ( test )"



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

2021-05-14 Thread Sam James
commit: 6763b3e79a25248ddd1342d582429559d41dde25
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:01:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:01:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6763b3e7

app-admin/gentoo-rsync-mirror: Stabilize 1.0-r6 x86, #790059

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

 app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild 
b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild
index 992082238b2..3382be49c72 100644
--- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild
+++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r6.ebuild
@@ -8,7 +8,7 @@ 
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Infrastructure/Rsync;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
 
 S="${WORKDIR}"
 



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/glusterfs/

2021-05-14 Thread Sam James
commit: 73e4b389ca5d19ed400760ccbd359663c9cc967d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:01:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:01:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73e4b389

sys-cluster/glusterfs: Stabilize 8.4 x86, #790227

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

 sys-cluster/glusterfs/glusterfs-8.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/glusterfs/glusterfs-8.4.ebuild 
b/sys-cluster/glusterfs/glusterfs-8.4.ebuild
index 9dfbdfeaea8..eb0826d3213 100644
--- a/sys-cluster/glusterfs/glusterfs-8.4.ebuild
+++ b/sys-cluster/glusterfs/glusterfs-8.4.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} )
 inherit autotools elisp-common python-single-r1 systemd
 
 SRC_URI="https://download.gluster.org/pub/gluster/${PN}/$(ver_cut 
1)/${PV}/${P}.tar.gz"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
 
 DESCRIPTION="GlusterFS is a powerful network/cluster filesystem"
 HOMEPAGE="https://www.gluster.org/ https://github.com/gluster/glusterfs/;



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

2021-05-14 Thread Sam James
commit: b8d90ce6d1987963da5ef4a8bfbde28cb02b3397
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8d90ce6

dev-ml/uuidm: Stabilize 0.9.7 amd64, #783582

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

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

diff --git a/dev-ml/uuidm/uuidm-0.9.7.ebuild b/dev-ml/uuidm/uuidm-0.9.7.ebuild
index fc6afa28dc9..7302465d409 100644
--- a/dev-ml/uuidm/uuidm-0.9.7.ebuild
+++ b/dev-ml/uuidm/uuidm-0.9.7.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dbuenzli/uuidm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="



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

2021-05-14 Thread Sam James
commit: 01f8bd77e5fc47b4b9dc125336f88bcb90e42c55
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f8bd77

dev-ml/astring: Stabilize 0.8.5 amd64, #783582

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

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

diff --git a/dev-ml/astring/astring-0.8.5.ebuild 
b/dev-ml/astring/astring-0.8.5.ebuild
index 73866cc6120..5f0bb4eb6ed 100644
--- a/dev-ml/astring/astring-0.8.5.ebuild
+++ b/dev-ml/astring/astring-0.8.5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://erratique.ch/software/astring/releases/${P}.tbz;
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 
 OCAML_DEP=">=dev-lang/ocaml-4.05.0:="
 BDEPEND="



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

2021-05-14 Thread Sam James
commit: 0ea9bf891689d577b77c507558ef1e59fe0f6b7a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea9bf89

dev-ml/mirage-clock: Stabilize 3.1.0 amd64, #783582

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

 dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild 
b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
index e0f7e5c6f52..b197f01b317 100644
--- a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
+++ b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/mirage/mirage-clock/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 BDEPEND="dev-ml/dune-configurator"



[gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/

2021-05-14 Thread Sam James
commit: 4f8afc96e3acf04b1e5737beb33109c8594c4429
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8afc96

media-video/pitivi: Stabilize 0.999-r4 amd64, #790242

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

 media-video/pitivi/pitivi-0.999-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/pitivi/pitivi-0.999-r4.ebuild 
b/media-video/pitivi/pitivi-0.999-r4.ebuild
index 3a300ddf373..9f2f50347fa 100644
--- a/media-video/pitivi/pitivi-0.999-r4.ebuild
+++ b/media-video/pitivi/pitivi-0.999-r4.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.pitivi.org;
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 IUSE="v4l test"
 RESTRICT="!test? ( test )"



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

2021-05-14 Thread Sam James
commit: 396d92cc1cafdba8fe5f842b1739b5691436f97b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=396d92cc

dev-ml/async_kernel: Stabilize 0.14.0 amd64, #783582

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

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

diff --git a/dev-ml/async_kernel/async_kernel-0.14.0.ebuild 
b/dev-ml/async_kernel/async_kernel-0.14.0.ebuild
index 85e8c100d70..2c5e1dbb81a 100644
--- a/dev-ml/async_kernel/async_kernel-0.14.0.ebuild
+++ b/dev-ml/async_kernel/async_kernel-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-14 Thread Sam James
commit: e3dcd98cc6030eab8b4094f33f9f6e773f419b85
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dcd98c

dev-ml/opam-file-format: Stabilize 2.1.2 amd64, #783582

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

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

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



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

2021-05-14 Thread Sam James
commit: ce397228f06e989c10f856fc4c3726f8a71f66a1
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce397228

dev-ml/alcotest: Stabilize 1.2.3-r3 amd64, #783582

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

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

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



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

2021-05-14 Thread Sam James
commit: 43e6fd5ff63786e962f9da9f0a168e43d676c69d
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e6fd5f

dev-perl/Data-ObjectDriver: Stabilize 0.200.0 amd64, #790278

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

 dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild 
b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
index 556b7d1b386..812a9b48569 100644
--- a/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
+++ b/dev-perl/Data-ObjectDriver/Data-ObjectDriver-0.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Simple, transparent data interface, with caching"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 4667fee7e5d18fd535b73a5bcf36c3ed9a41ab76
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4667fee7

dev-ml/duration: Stabilize 0.1.3 amd64, #783582

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

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

diff --git a/dev-ml/duration/duration-0.1.3.ebuild 
b/dev-ml/duration/duration-0.1.3.ebuild
index 26d3f3bd34f..b14a0af8c39 100644
--- a/dev-ml/duration/duration-0.1.3.ebuild
+++ b/dev-ml/duration/duration-0.1.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/hannesm/duration/archive/${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: ea9e90d8a7342755f45cc47feb248c9560afbb7b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9e90d8

dev-ml/async_unix: Stabilize 0.14.0 amd64, #783582

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

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

diff --git a/dev-ml/async_unix/async_unix-0.14.0.ebuild 
b/dev-ml/async_unix/async_unix-0.14.0.ebuild
index 54baa5fdc8a..0d5b7fdda24 100644
--- a/dev-ml/async_unix/async_unix-0.14.0.ebuild
+++ b/dev-ml/async_unix/async_unix-0.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="+ocamlopt"
 
 RDEPEND="



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

2021-05-14 Thread Sam James
commit: ed6c5d510bc2ef52e89b9d9c4f5d67a0edbd56cf
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6c5d51

dev-ml/mtime: Stabilize 1.1.0 amd64, #783582

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

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

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



[gentoo-commits] repo/gentoo:master commit in: net-mail/vpopmail/

2021-05-14 Thread Sam James
commit: ff6be200b66cf3d2f51c38b817af6f78f2180170
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff6be200

net-mail/vpopmail: Stabilize 5.4.33-r7 amd64, #790080

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

 net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild 
b/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
index 4db6ff48010..9f21d3f86b8 100644
--- a/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.33-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86"
 IUSE="clearpasswd ipalias maildrop mysql postgres spamassassin"
 REQUIRED_USE="mysql? ( !postgres )"
 



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

2021-05-14 Thread Sam James
commit: a1c03a20a9c6b9c5542d76f034f2b50f84c01691
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1c03a20

dev-ml/logs: Stabilize 0.7.0 amd64, #783582

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

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

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



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

2021-05-14 Thread Sam James
commit: fca04a1714ef402c1814b221eb3954a58529b653
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:00:39 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:00:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca04a17

dev-ml/fmt: Stabilize 0.8.9-r1 amd64, #783582

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

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

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



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome/

2021-05-14 Thread Sam James
commit: 72039341cc2c40f4e83e26a570fdd2a77151ecf5
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72039341

gnome-base/gnome: Keyword 40.0 ppc64, #787269

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

 gnome-base/gnome/gnome-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome/gnome-40.0.ebuild 
b/gnome-base/gnome/gnome-40.0.ebuild
index 5aaa2695cee..8f2ee6a0416 100644
--- a/gnome-base/gnome/gnome-40.0.ebuild
+++ b/gnome-base/gnome/gnome-40.0.ebuild
@@ -11,7 +11,7 @@ SLOT="2.0" # Cannot be installed at the same time as gnome-2
 
 # when unmasking for an arch
 # double check none of the deps are still masked !
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 IUSE="accessibility +bluetooth +classic cups +extras"
 



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-shell/

2021-05-14 Thread Sam James
commit: 4edc9854849056d6d5eb2c1b5b1ae0d425b45b3e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4edc9854

gnome-base/gnome-shell: Keyword 40.0 ppc64, #787269

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

 gnome-base/gnome-shell/gnome-shell-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-shell/gnome-shell-40.0.ebuild 
b/gnome-base/gnome-shell/gnome-shell-40.0.ebuild
index de692c18159..1fc9453b482 100644
--- a/gnome-base/gnome-shell/gnome-shell-40.0.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-40.0.ebuild
@@ -15,7 +15,7 @@ IUSE="+bluetooth +browser-extension elogind gtk-doc +ibus 
+networkmanager system
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
?? ( elogind systemd )"
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 # libXfixes-5.0 needed for pointer barriers and #include 

 # FIXME:



[gentoo-commits] repo/gentoo:master commit in: dev-python/typogrify/

2021-05-14 Thread Sam James
commit: 68b3d5b61107b92228cccdaa85e38a903ee8a31f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b3d5b6

dev-python/typogrify: Keyword 2.0.7 ppc64, #787269

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

 dev-python/typogrify/typogrify-2.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/typogrify/typogrify-2.0.7.ebuild 
b/dev-python/typogrify/typogrify-2.0.7.ebuild
index 70198f78b6e..92942e7386a 100644
--- a/dev-python/typogrify/typogrify-2.0.7.ebuild
+++ b/dev-python/typogrify/typogrify-2.0.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/

2021-05-14 Thread Sam James
commit: ac44d9a59aae71daaff4bf1b9e644c36221b2527
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac44d9a5

x11-libs/pango: Keyword 1.48.4-r1 ppc64, #787269

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

 x11-libs/pango/pango-1.48.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/pango/pango-1.48.4-r1.ebuild 
b/x11-libs/pango/pango-1.48.4-r1.ebuild
index 280ffa4c218..bf1740044e4 100644
--- a/x11-libs/pango/pango-1.48.4-r1.ebuild
+++ b/x11-libs/pango/pango-1.48.4-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/pango/$(ver_cut 1-2)/${P}.tar.xz
 
 LICENSE="LGPL-2+ FTL"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # X USE flag is simply a stub until all revdeps have been adjusted to use X(+)
 IUSE="gtk-doc +introspection sysprof test +X"



[gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-light/

2021-05-14 Thread Sam James
commit: 75d55fd02a628783ae362f855f0bae41a9a98891
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d55fd0

gnome-base/gnome-light: Keyword 40.0 ppc64, #787269

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

 gnome-base/gnome-light/gnome-light-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-base/gnome-light/gnome-light-40.0.ebuild 
b/gnome-base/gnome-light/gnome-light-40.0.ebuild
index b421955d0ca..62b434ecb70 100644
--- a/gnome-base/gnome-light/gnome-light-40.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-40.0.ebuild
@@ -11,7 +11,7 @@ LICENSE="metapackage"
 SLOT="2.0"
 IUSE="cups +gnome-shell"
 
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
 
 # XXX: Note to developers:
 # This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of



[gentoo-commits] repo/gentoo:master commit in: gui-libs/gtk/

2021-05-14 Thread Sam James
commit: d890da05f11ed0b3b92550b43629c831d64c4655
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d890da05

gui-libs/gtk: Keyword 4.2.1 ppc64, #787269

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

 gui-libs/gtk/gtk-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-libs/gtk/gtk-4.2.1.ebuild b/gui-libs/gtk/gtk-4.2.1.ebuild
index 1c39b4eafeb..8376849026c 100644
--- a/gui-libs/gtk/gtk-4.2.1.ebuild
+++ b/gui-libs/gtk/gtk-4.2.1.ebuild
@@ -17,7 +17,7 @@ REQUIRED_USE="
xinerama? ( X )
 "
 
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 COMMON_DEPEND="
>=dev-libs/fribidi-0.19.7



[gentoo-commits] repo/gentoo:master commit in: dev-libs/weston/

2021-05-14 Thread Sam James
commit: ff557de6d985ff685c82826790affbd2c13aee9b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff557de6

dev-libs/weston: Keyword 9.0.0 ppc64, #787269

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

 dev-libs/weston/weston-9.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/weston/weston-9.0.0.ebuild 
b/dev-libs/weston/weston-9.0.0.ebuild
index ff6a7c80323..0cd0e4d86e4 100644
--- a/dev-libs/weston/weston-9.0.0.ebuild
+++ b/dev-libs/weston/weston-9.0.0.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = ** ]]; then
SRC_URI="${SRC_PATCHES}"
 else
SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz;
-   KEYWORDS="amd64 arm ~arm64 x86"
+   KEYWORDS="amd64 arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="MIT CC-BY-SA-3.0"



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

2021-05-14 Thread Sam James
commit: d6e29e4decac7a5927f0b8c2102d0755da010113
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e29e4d

dev-util/gi-docgen: Keyword 2021.5 ppc64, #787269

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

 dev-util/gi-docgen/gi-docgen-2021.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gi-docgen/gi-docgen-2021.5.ebuild 
b/dev-util/gi-docgen/gi-docgen-2021.5.ebuild
index 6517d40e5a7..003594b9de7 100644
--- a/dev-util/gi-docgen/gi-docgen-2021.5.ebuild
+++ b/dev-util/gi-docgen/gi-docgen-2021.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 GPL-3+ ) CC0-1.0 OFL-1.1 MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/smartypants/

2021-05-14 Thread Sam James
commit: a3723aae1d4f572c6c0ec2ef01f55abaa72c5791
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:59:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:59:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3723aae

dev-python/smartypants: Keyword 2.0.1 ppc64, #787269

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

 dev-python/smartypants/smartypants-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/smartypants/smartypants-2.0.1.ebuild 
b/dev-python/smartypants/smartypants-2.0.1.ebuild
index 2eddcc4e2b3..0f2af7693b6 100644
--- a/dev-python/smartypants/smartypants-2.0.1.ebuild
+++ b/dev-python/smartypants/smartypants-2.0.1.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = * ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
S="${WORKDIR}/${MY_P}"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/uvicorn/

2021-05-14 Thread Sam James
commit: d33fff794d6dc394d5370eea31a7984bc196efc4
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:52 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d33fff79

dev-python/uvicorn: Keyword 0.13.4 arm64, #790152

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

 dev-python/uvicorn/uvicorn-0.13.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/uvicorn/uvicorn-0.13.4.ebuild 
b/dev-python/uvicorn/uvicorn-0.13.4.ebuild
index afae4f63302..7a1525ebc04 100644
--- a/dev-python/uvicorn/uvicorn-0.13.4.ebuild
+++ b/dev-python/uvicorn/uvicorn-0.13.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
=dev-python/click-7*[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpretty/

2021-05-14 Thread Sam James
commit: 7959c17b018e71af00346c00061fb32703b7b8ad
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7959c17b

dev-python/httpretty: Keyword 1.1.1 arm64, #790152

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

 dev-python/httpretty/httpretty-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpretty/httpretty-1.1.1.ebuild 
b/dev-python/httpretty/httpretty-1.1.1.ebuild
index d72945106de..e6dc85c88f5 100644
--- a/dev-python/httpretty/httpretty-1.1.1.ebuild
+++ b/dev-python/httpretty/httpretty-1.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/urllib3[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/sniffio/

2021-05-14 Thread Sam James
commit: 2e1d3f18c7532a651d74618a3153ed1b3713178f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1d3f18

dev-python/sniffio: Keyword 1.2.0 arm64, #790152

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index ea9fbac068c..d1a5aabddfd 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/httpcore/

2021-05-14 Thread Sam James
commit: 9cf8de3cb2f6a392a99b0cbf6b7d85f49dc0ca3c
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf8de3c

dev-python/httpcore: Keyword 0.13.3 arm64, #790152

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

 dev-python/httpcore/httpcore-0.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpcore/httpcore-0.13.3.ebuild 
b/dev-python/httpcore/httpcore-0.13.3.ebuild
index c4b2dfe05a9..ef1bc81f4f2 100644
--- a/dev-python/httpcore/httpcore-0.13.3.ebuild
+++ b/dev-python/httpcore/httpcore-0.13.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="


[gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/

2021-05-14 Thread Sam James
commit: 2e63ed35adff478d1032a3efaf11f26af032e65f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e63ed35

dev-python/httpx: Keyword 0.18.1 arm64, #790152

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

 dev-python/httpx/httpx-0.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/httpx/httpx-0.18.1.ebuild 
b/dev-python/httpx/httpx-0.18.1.ebuild
index 3dec4d445fb..bae43e74d89 100644
--- a/dev-python/httpx/httpx-0.18.1.ebuild
+++ b/dev-python/httpx/httpx-0.18.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/encode/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
dev-python/certifi[${PYTHON_USEDEP}]



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

2021-05-14 Thread Sam James
commit: 7790fac20cc31fe8b71a0df281d96724dbc2ff2b
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7790fac2

dev-perl/Net-Netmask: Keyword 2.0.100 arm64, #789978

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

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

diff --git a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild 
b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
index 2b1a6f88864..916f47c71e0 100644
--- a/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
+++ b/dev-perl/Net-Netmask/Net-Netmask-2.0.100.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Parse, manipulate and lookup IP network blocks"
 
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
+KEYWORDS="~amd64 ~arm64 ~mips ~x86"
 IUSE="minimal test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 806ad0bbb9aeb3795eab5ba12af69c819b41f48f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:54:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:54:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806ad0bb

dev-perl/Crypt-PBKDF2: Keyword 0.161.520 arm64, #788778

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

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

diff --git a/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild 
b/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
index 33a6cdf9f25..d0753dc6d29 100644
--- a/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
+++ b/dev-perl/Crypt-PBKDF2/Crypt-PBKDF2-0.161.520.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="The PBKDF2 password hashing algorithm"
 
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~sparc"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: b70db0ded7c702a1405eba6e6459a48a45ff2ae4
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:54:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:54:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70db0de

dev-perl/bareword-filehandles: Keyword 0.7.0-r1 arm64, #788778

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

 dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild 
b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
index 403d993c1c6..f89d5cf697f 100644
--- a/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
+++ b/dev-perl/bareword-filehandles/bareword-filehandles-0.7.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Disables bareword filehandles"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/junitparams/

2021-05-14 Thread Sam James
commit: e1a0345f9682cc759127c3fa34a82eb3b91c7749
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1a0345f

dev-java/junitparams: Keyword 1.1.1 arm64, #788721

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

 dev-java/junitparams/junitparams-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/junitparams/junitparams-1.1.1.ebuild 
b/dev-java/junitparams/junitparams-1.1.1.ebuild
index 447018f31e5..fdc7ef0929d 100644
--- a/dev-java/junitparams/junitparams-1.1.1.ebuild
+++ b/dev-java/junitparams/junitparams-1.1.1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/Pragmatists/JUnitParams/archive/refs/tags/JUnitParam
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 # Common dependencies
 # POM: pom.xml



[gentoo-commits] repo/gentoo:master commit in: dev-java/assertj-core/

2021-05-14 Thread Sam James
commit: d5297ca03d7506f87a5cb12e58bbc6df4fd2d0ef
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5297ca0

dev-java/assertj-core: Keyword 2.3.0 arm64, #788721

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

 dev-java/assertj-core/assertj-core-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/assertj-core/assertj-core-2.3.0.ebuild 
b/dev-java/assertj-core/assertj-core-2.3.0.ebuild
index 994e879012f..72ee4018306 100644
--- a/dev-java/assertj-core/assertj-core-2.3.0.ebuild
+++ b/dev-java/assertj-core/assertj-core-2.3.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Java library that provides a fluent interface 
for writing assertion
 HOMEPAGE="http://joel-costigliola.github.io/assertj/;
 SRC_URI="https://github.com/joel-costigliola/${PN}/archive/${P}.tar.gz;
 LICENSE="Apache-2.0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 SLOT="2"
 
 CDEPEND="dev-java/cglib:3



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

2021-05-14 Thread Sam James
commit: a5ba405eab59ca63bb69257dad560eb6463f5a2e
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:54:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:54:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ba405e

dev-perl/Crypt-CBC: Keyword 3.30.0 arm64, #788778

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

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

diff --git a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild 
b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
index db5f457ffe1..2c1a5d19b6e 100644
--- a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
+++ b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64"
+KEYWORDS="~amd64 ~arm64 ~ia64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: cca1e4b0883961242f8c399c620b6aed3521f99a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:54:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:54:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca1e4b0

dev-perl/Type-Tiny-XS: Keyword 0.12.0 arm64, #788778

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

 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild 
b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
index 707f39db4fb..7cb03bc9aa6 100644
--- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
+++ b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type 
constraints"
 
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~riscv ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: dc192634b4298c4efc7cfb614aeaece66794ac6f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc192634

dev-ml/ocaml-base64: Keyword 3.5.0 arm64, #788406

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

 dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild 
b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
index 44996f98fa8..892a8cb668f 100644
--- a/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
+++ b/dev-ml/ocaml-base64/ocaml-base64-3.5.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mirage/ocaml-base64/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="ISC"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 



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

2021-05-14 Thread Sam James
commit: 75c270de195a9d662481681ee5fbe1f304f19090
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:03 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c270de

dev-perl/Test-UseAllModules: Keyword 0.170.0-r1 arm64, #789978

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

 dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild 
b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
index d4a84bef4d6..182125e6c60 100644
--- a/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
+++ b/dev-perl/Test-UseAllModules/Test-UseAllModules-0.170.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="do use_ok() for all the MANIFESTed modules"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE=""
 
 RDEPEND="



  1   2   3   4   5   >