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

2020-10-25 Thread Georgy Yakovlev
commit: ce42660e3b4a5cb1582c75263aac13f99fc062ca
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Oct 26 04:54:45 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct 26 04:54:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce42660e

sys-cluster/minikube: unbreak tree, switch dep to kubectl

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-cluster/minikube/minikube-1.10.1.ebuild | 2 +-
 sys-cluster/minikube/minikube-1.11.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-cluster/minikube/minikube-1.10.1.ebuild 
b/sys-cluster/minikube/minikube-1.10.1.ebuild
index 22a2e711700..daf41959da2 100644
--- a/sys-cluster/minikube/minikube-1.10.1.ebuild
+++ b/sys-cluster/minikube/minikube-1.10.1.ebuild
@@ -1200,7 +1200,7 @@ IUSE="hardened libvirt"
 
 COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
 DEPEND="${COMMON_DEPEND}"
-RDEPEND=">=sys-cluster/kubernetes-1.17.3[kubectl]
+RDEPEND=">=sys-cluster/kubectl-1.17.3
${COMMON_DEPEND}"
 BDEPEND="dev-go/go-bindata"
 

diff --git a/sys-cluster/minikube/minikube-1.11.0.ebuild 
b/sys-cluster/minikube/minikube-1.11.0.ebuild
index 1047a2cfcd3..a94483a617a 100644
--- a/sys-cluster/minikube/minikube-1.11.0.ebuild
+++ b/sys-cluster/minikube/minikube-1.11.0.ebuild
@@ -1201,7 +1201,7 @@ IUSE="hardened libvirt"
 
 COMMON_DEPEND="libvirt? ( app-emulation/libvirt:=[qemu] )"
 DEPEND="${COMMON_DEPEND}"
-RDEPEND=">=sys-cluster/kubernetes-1.17.3[kubectl]
+RDEPEND=">=sys-cluster/kubectl-1.17.3
${COMMON_DEPEND}"
 BDEPEND="dev-go/go-bindata"
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/

2020-10-25 Thread Aisha Tammy
commit: 034649747860ad7293f889879441125952b26a51
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Oct 26 00:35:56 2020 +
Commit: Aisha Tammy  aisha  cc>
CommitDate: Mon Oct 26 00:35:56 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=03464974

sci-libs/pytorch: drop ffmpeg virtual

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy  aisha.cc>

 .../pytorch/{pytorch-1.4.0_p0.ebuild => pytorch-1.4.0_p0-r1.ebuild} | 2 +-
 sci-libs/pytorch/{pytorch-1.6.0.ebuild => pytorch-1.6.0-r1.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild 
b/sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild
similarity index 99%
rename from sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
rename to sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild
index 762608507..ca6a3c251 100644
--- a/sci-libs/pytorch/pytorch-1.4.0_p0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.4.0_p0-r1.ebuild
@@ -53,7 +53,7 @@ DEPEND="
atlas? ( sci-libs/atlas )
cuda? ( dev-libs/cudnn
dev-cpp/eigen[cuda] )
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? ( media-video/ffmpeg )
gflags? ( dev-cpp/gflags )
glog? ( dev-cpp/glog )
leveldb? ( dev-libs/leveldb )

diff --git a/sci-libs/pytorch/pytorch-1.6.0.ebuild 
b/sci-libs/pytorch/pytorch-1.6.0-r1.ebuild
similarity index 99%
rename from sci-libs/pytorch/pytorch-1.6.0.ebuild
rename to sci-libs/pytorch/pytorch-1.6.0-r1.ebuild
index a6f2ee62c..b81be39e6 100644
--- a/sci-libs/pytorch/pytorch-1.6.0.ebuild
+++ b/sci-libs/pytorch/pytorch-1.6.0-r1.ebuild
@@ -75,7 +75,7 @@ RDEPEND="
atlas? ( sci-libs/atlas )
cuda? ( dev-libs/cudnn
dev-cpp/eigen[cuda] )
-   ffmpeg? ( virtual/ffmpeg )
+   ffmpeg? ( media-video/ffmpeg )
gflags? ( dev-cpp/gflags )
glog? ( dev-cpp/glog )
leveldb? ( dev-libs/leveldb )



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

2020-10-25 Thread William Hubbs
commit: 5dc38ad6b2403c63b6e4b5d0fc31fd8b3c4aea36
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:51:19 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:51:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc38ad6

profiles/package.mask: mask sys-cluster/kubernetes

Bug: https://bugs.gentoo.org/741572
Signed-off-by: William Hubbs  gentoo.org>

 profiles/package.mask | 13 +
 1 file changed, 13 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3d23656367b..107f9353159 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,19 @@
 
 #--- END OF EXAMPLES ---
 
+# Wiliam Hubbs  (2020-10-26)
+# Combining kubernetes into one package breaks upgrades, so it is split
+# into separate packages. You need to upgrade and install the following
+# packages based on the needs of your cluster:
+#
+# sys-cluster/kubeadm, sys-cluster/kube-apiserver
+# sys-cluster/kube-controller-manager, sys-cluster/kubectl
+# sys-cluster/kubelet, sys-cluster/kube-proxy
+# sys-cluster/kube-scheduler
+#
+# This package is being removed in 30 days. bug #741572
+sys-cluster/kubernetes
+
 # Thomas Deutschmann  (2020-10-26)
 # Depends on net-libs/zeromq-3 which is scheduled for removal.
 # Removal in 30 days.  Bug #741454.



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

2020-10-25 Thread Georgy Yakovlev
commit: bc646c2c7045aab36289966bf1e6e77597efe25a
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Oct 26 03:26:38 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct 26 03:29:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc646c2c

dev-util/perf: fix gtk on ppc64

on behalf of ppc64 arch team

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/perf/perf-5.8.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-util/perf/perf-5.8.ebuild b/dev-util/perf/perf-5.8.ebuild
index d0b9058a60c..2395cf24d1f 100644
--- a/dev-util/perf/perf-5.8.ebuild
+++ b/dev-util/perf/perf-5.8.ebuild
@@ -215,7 +215,11 @@ src_install() {
rm -rv "${ED}"/usr/share/doc/perf-tip || die
 
if use gtk; then
-   mv "${ED}"/usr/$(get_libdir)/libperf-gtk.so \
+   local libdir
+   libdir="$(get_libdir)"
+   # on some arches it ends up in lib even on 64bit, ppc64 for 
instance.
+   [[ "${ED}"/usr/lib/libperf-gtk.so ]] && libdir="lib"
+   mv "${ED}"/usr/${libdir}/libperf-gtk.so \
"${ED}"/usr/libexec/perf-core || die
fi
 



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

2020-10-25 Thread William Hubbs
commit: bd118669ad30b15462ab41d9b01bcd6037bc90cd
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:04 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd118669

sys-cluster/kube-proxy: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.19.3.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.19.3.ebuild
index 2bf8b1a469e..ddc12b2f8a7 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.19.3.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools



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

2020-10-25 Thread William Hubbs
commit: 93bd5c56650b17c864fc1c0592717a375ed48b06
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:03 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93bd5c56

sys-cluster/kubectl: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubectl/kubectl-1.19.3.ebuild 
b/sys-cluster/kubectl/kubectl-1.19.3.ebuild
index 716d7d53396..1f18731b5eb 100644
--- a/sys-cluster/kubectl/kubectl-1.19.3.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 DEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 4c5b26c2a077764ae7b632008982bc8aeb198f4c
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:03 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b26c2

sys-cluster/kubelet: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubelet/kubelet-1.19.3.ebuild 
b/sys-cluster/kubelet/kubelet-1.19.3.ebuild
index 03f40ee62ef..e2dd171a1bb 100644
--- a/sys-cluster/kubelet/kubelet-1.19.3.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: e48aae26a434cc4ed0f8a20e89bc8d5c3ff0f078
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:02 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48aae26

sys-cluster/kube-apiserver: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.19.3.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.19.3.ebuild
index 0c60e4a0143..c7e9121eb77 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.19.3.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2020-10-25 Thread William Hubbs
commit: 39b96d6bbf68ff3232adb74b17c1239fb5db9faf
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:02 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b96d6b

sys-cluster/kube-controller-manager: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.19.3.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.3.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.3.ebuild
index 7ebd21720e5..1ebd04eb633 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.3.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



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

2020-10-25 Thread William Hubbs
commit: f9de576e69a814ffecd271d06bf095f172dc8715
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:01 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9de576e

sys-cluster/kubeadm: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubeadm/kubeadm-1.19.3.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.19.3.ebuild
index 192287ce82c..2d33afced96 100644
--- a/sys-cluster/kubeadm/kubeadm-1.19.3.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 776df5d8baa5d6c261f185912a23f4ad88e2e932
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:26:05 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:26:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776df5d8

sys-cluster/kube-scheduler: stabilize 1.19.3 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.19.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.19.3.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.19.3.ebuild
index 177edc1feff..e25a81f904c 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.19.3.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.19.3.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2020-10-25 Thread William Hubbs
commit: 3e83d086b4a23d223f2c41be3a0b6ed899338f47
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:02 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e83d086

sys-cluster/kube-controller-manager: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.18.10.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.10.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.10.ebuild
index 25099739497..a8f8cabb485 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.10.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



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

2020-10-25 Thread William Hubbs
commit: d1f23406ca2a95ba5b03c3140eb73108d70c5351
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:05 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f23406

sys-cluster/kube-scheduler: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild
index 519380fd3d8..050239c0899 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2020-10-25 Thread William Hubbs
commit: ec31d0cdf7ee1718c1d549b588f4d0c119e73d75
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:03 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec31d0cd

sys-cluster/kubectl: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubectl/kubectl-1.18.10.ebuild 
b/sys-cluster/kubectl/kubectl-1.18.10.ebuild
index 6cd5067f539..9640e72af8e 100644
--- a/sys-cluster/kubectl/kubectl-1.18.10.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 63db7b29a20918c3fba24cbf333764a522ff31d4
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:01 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63db7b29

sys-cluster/kubeadm: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubeadm/kubeadm-1.18.10.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.18.10.ebuild
index 9ab85c49102..e301e2a424d 100644
--- a/sys-cluster/kubeadm/kubeadm-1.18.10.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 5bad9351f8720a8775e53a999e754c0b1de57445
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:03 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bad9351

sys-cluster/kubelet: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubelet/kubelet-1.18.10.ebuild 
b/sys-cluster/kubelet/kubelet-1.18.10.ebuild
index 0b63052fc86..1476164f323 100644
--- a/sys-cluster/kubelet/kubelet-1.18.10.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 26067c43b414fdd194128ac37d452c549be22d0f
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:04 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26067c43

sys-cluster/kube-proxy: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.18.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.18.10.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.18.10.ebuild
index 7054c6b9a9b..5ef88fafdad 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.18.10.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools



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

2020-10-25 Thread William Hubbs
commit: dae05e367cffa02d78df18cff866582618bcd7bf
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:22:02 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:22:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae05e36

sys-cluster/kube-apiserver: stabilize 1.18.10 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.18.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.18.10.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.18.10.ebuild
index e2230b0a755..dadfa3ce121 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.18.10.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/kube-controller-manager/

2020-10-25 Thread William Hubbs
commit: 88d81aec3c8839ee589d9ec9ade49123d060f7da
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:08 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d81aec

sys-cluster/kube-controller-manager: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 .../kube-controller-manager/kube-controller-manager-1.17.13.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-cluster/kube-controller-manager/kube-controller-manager-1.17.13.ebuild 
b/sys-cluster/kube-controller-manager/kube-controller-manager-1.17.13.ebuild
index 23ada18df06..c96771b74a1 100644
--- a/sys-cluster/kube-controller-manager/kube-controller-manager-1.17.13.ebuild
+++ b/sys-cluster/kube-controller-manager/kube-controller-manager-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-controller-manager



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

2020-10-25 Thread William Hubbs
commit: c547a59fcb57c589668926cede930faf8328012d
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:09 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c547a59f

sys-cluster/kubectl: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubectl/kubectl-1.17.13.ebuild 
b/sys-cluster/kubectl/kubectl-1.17.13.ebuild
index 6cd5067f539..9640e72af8e 100644
--- a/sys-cluster/kubectl/kubectl-1.17.13.ebuild
+++ b/sys-cluster/kubectl/kubectl-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: d0d28fa22f30402797885dab1c7fb09c3821ed04
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:08 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d28fa2

sys-cluster/kube-apiserver: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-apiserver/kube-apiserver-1.17.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.17.13.ebuild 
b/sys-cluster/kube-apiserver/kube-apiserver-1.17.13.ebuild
index ec67c2c362c..ea9dfae0d2b 100644
--- a/sys-cluster/kube-apiserver/kube-apiserver-1.17.13.ebuild
+++ b/sys-cluster/kube-apiserver/kube-apiserver-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-apiserver



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

2020-10-25 Thread William Hubbs
commit: 3934db26fe39b4a474f0cfa5ab5ff13254df4e82
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:10 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3934db26

sys-cluster/kube-scheduler: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild
index 778135c2020..51dfcc87782 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2020-10-25 Thread William Hubbs
commit: 63bf003b727fd41f4793b817731f599c6fbf8478
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:07 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bf003b

sys-cluster/kubeadm: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubeadm/kubeadm-1.17.13.ebuild 
b/sys-cluster/kubeadm/kubeadm-1.17.13.ebuild
index 9ab85c49102..e301e2a424d 100644
--- a/sys-cluster/kubeadm/kubeadm-1.17.13.ebuild
+++ b/sys-cluster/kubeadm/kubeadm-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 2f356bede19dcaba7868ecf609f4630ae0e0
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:10 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f356bed

sys-cluster/kube-proxy: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-proxy/kube-proxy-1.17.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-cluster/kube-proxy/kube-proxy-1.17.13.ebuild 
b/sys-cluster/kube-proxy/kube-proxy-1.17.13.ebuild
index 7054c6b9a9b..5ef88fafdad 100644
--- a/sys-cluster/kube-proxy/kube-proxy-1.17.13.ebuild
+++ b/sys-cluster/kube-proxy/kube-proxy-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="net-firewall/conntrack-tools



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

2020-10-25 Thread William Hubbs
commit: 70e766e532cae1818040a5287e032ebeab483534
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:19:09 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:19:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e766e5

sys-cluster/kubelet: stabilize 1.17.13 on amd64

Signed-off-by: William Hubbs  gentoo.org>

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

diff --git a/sys-cluster/kubelet/kubelet-1.17.13.ebuild 
b/sys-cluster/kubelet/kubelet-1.17.13.ebuild
index 0b63052fc86..1476164f323 100644
--- a/sys-cluster/kubelet/kubelet-1.17.13.ebuild
+++ b/sys-cluster/kubelet/kubelet-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="hardened"
 
 RDEPEND="!sys-cluster/kubernetes"



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

2020-10-25 Thread William Hubbs
commit: 068cd5ce54943a2b11dbed2a1900f93eb63327a9
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Oct 26 03:09:20 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Oct 26 03:09:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068cd5ce

sys-cluster/kube-scheduler: drop arm64 keyword from 1.17.x and 1.18.x

This keyword was added only in 1.19.x where it was added to the entire
set of k8s packages.

Signed-off-by: William Hubbs  gentoo.org>

 sys-cluster/kube-scheduler/kube-scheduler-1.17.12.ebuild | 2 +-
 sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild | 2 +-
 sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild | 2 +-
 sys-cluster/kube-scheduler/kube-scheduler-1.18.9.ebuild  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.17.12.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.17.12.ebuild
index 415e490bb07..778135c2020 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.17.12.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.17.12.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild
index 415e490bb07..778135c2020 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.17.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild
index 754cc4f5a1e..519380fd3d8 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.18.10.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler

diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.18.9.ebuild 
b/sys-cluster/kube-scheduler/kube-scheduler-1.18.9.ebuild
index 754cc4f5a1e..519380fd3d8 100644
--- a/sys-cluster/kube-scheduler/kube-scheduler-1.18.9.ebuild
+++ b/sys-cluster/kube-scheduler/kube-scheduler-1.18.9.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kuber
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
 IUSE="hardened"
 
 COMMON_DEPEND="acct-group/kube-scheduler



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

2020-10-25 Thread Sam James
commit: 374730b56ddd7b377db6f60e52d06237f5cd912b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:48:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:48:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374730b5

sys-libs/ldb: Stabilize 2.1.4-r1 arm, #744361

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

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

diff --git a/sys-libs/ldb/ldb-2.1.4-r1.ebuild b/sys-libs/ldb/ldb-2.1.4-r1.ebuild
index f48fc09ac0c..4ede2755b8c 100644
--- a/sys-libs/ldb/ldb-2.1.4-r1.ebuild
+++ b/sys-libs/ldb/ldb-2.1.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.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"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: net-nds/smbldap-tools/

2020-10-25 Thread Sam James
commit: fa716865d23510ff033a3cb47c1bec9652ed480e
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:50:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:50:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa716865

net-nds/smbldap-tools: Stabilize 0.9.10-r1 arm, #742152

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

 net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild 
b/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild
index 3d1e85abc4f..4849b957c4f 100644
--- a/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild
+++ b/net-nds/smbldap-tools/smbldap-tools-0.9.10-r1.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="http://download.gna.org/smbldap-tools/sources/${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86"
 
 RDEPEND="
dev-perl/perl-ldap



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

2020-10-25 Thread Sam James
commit: c3da771985777fecdd6fbbfc52d7637590db4bbf
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:47:51 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:47:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3da7719

dev-libs/xapian: Stabilize 1.4.17 arm64, #751025

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

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

diff --git a/dev-libs/xapian/xapian-1.4.17.ebuild 
b/dev-libs/xapian/xapian-1.4.17.ebuild
index b9cd34645c2..da780028f6d 100644
--- a/dev-libs/xapian/xapian-1.4.17.ebuild
+++ b/dev-libs/xapian/xapian-1.4.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-solaris"
 IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote"
 
 DEPEND="sys-libs/zlib"



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

2020-10-25 Thread Sam James
commit: 1ad21c57c82e3ab61b0f8afee9d9fd62483c6feb
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:48:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:48:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad21c57

net-fs/samba: Stabilize 4.12.7-r1 arm, #744361

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

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

diff --git a/net-fs/samba/samba-4.12.7-r1.ebuild 
b/net-fs/samba/samba-4.12.7-r1.ebuild
index 95c1f57076e..e5372cdd2d8 100644
--- a/net-fs/samba/samba-4.12.7-r1.ebuild
+++ b/net-fs/samba/samba-4.12.7-r1.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



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

2020-10-25 Thread Sam James
commit: 182c28149ed4b1516c383a53b806bcc064ca6a31
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:48:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:48:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182c2814

dev-perl/Parse-Yapp: Stabilize 1.210.0 arm arm arm, #744361

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

 dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild 
b/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
index 839cf99bb42..5b8469c9a5f 100644
--- a/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
+++ b/dev-perl/Parse-Yapp/Parse-Yapp-1.210.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Compiles yacc-like LALR grammars to generate Perl OO parser 
modules"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="!

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

2020-10-25 Thread Sam James
commit: 7e5dc1f816af54b37152d3ea8a57ab384ddf0bd7
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:48:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:48:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5dc1f8

sys-libs/liburing: Stabilize 0.7 arm arm, #744361

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

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

diff --git a/sys-libs/liburing/liburing-0.7.ebuild 
b/sys-libs/liburing/liburing-0.7.ebuild
index 08dbded4c35..38c0b247606 100644
--- a/sys-libs/liburing/liburing-0.7.ebuild
+++ b/sys-libs/liburing/liburing-0.7.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/axboe/liburing.git;
 else
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/

2020-10-25 Thread Sam James
commit: f7174f933083e59a057dc23335be86bbf7ebf7ca
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 02:48:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:48:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7174f93

sci-mathematics/z3: Stabilize 4.8.9 arm, #751145

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

 sci-mathematics/z3/z3-4.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.8.9.ebuild 
b/sci-mathematics/z3/z3-4.8.9.ebuild
index 79679d76aac..5e000b08f0b 100644
--- a/sci-mathematics/z3/z3-4.8.9.ebuild
+++ b/sci-mathematics/z3/z3-4.8.9.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/4.8"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
+KEYWORDS="~amd64 arm arm64 ~ppc64 x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/

2020-10-25 Thread Sam James
commit: 1d0511ce29f348583327fe3aa101a5c05a77f6db
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 01:46:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 02:04:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d0511ce

profiles/arch/powerpc/ppc64/64ul/use.mask: -ocamlopt

Bug: https://bugs.gentoo.org/748576
Signed-off-by: Sam James  gentoo.org>

 profiles/arch/powerpc/ppc64/64ul/use.mask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/arch/powerpc/ppc64/64ul/use.mask 
b/profiles/arch/powerpc/ppc64/64ul/use.mask
index 9f727c02d82..01d3b7f651d 100644
--- a/profiles/arch/powerpc/ppc64/64ul/use.mask
+++ b/profiles/arch/powerpc/ppc64/64ul/use.mask
@@ -25,7 +25,6 @@ pda
 prelude
 mono
 networkmanager
-ocamlopt
 
 # not tested on ppc64
 xmms2



[gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/, dev-lang/jsonnet/files/

2020-10-25 Thread Georgy Yakovlev
commit: a7946570f909e0f1ab4b3d324be7708b0c8f6364
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Oct 26 01:15:14 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct 26 01:15:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7946570

dev-lang/jsonnet: don't de-reference symlinks

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/jsonnet/files/jsonnet-0.16.0-cp-var.patch | 31 ++
 dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild  |  4 ++-
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/dev-lang/jsonnet/files/jsonnet-0.16.0-cp-var.patch 
b/dev-lang/jsonnet/files/jsonnet-0.16.0-cp-var.patch
new file mode 100644
index 000..cbbcd5776f2
--- /dev/null
+++ b/dev-lang/jsonnet/files/jsonnet-0.16.0-cp-var.patch
@@ -0,0 +1,31 @@
+From 47dfe49281d083951aa0e420686c3f683ffd6352 Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Sun, 25 Oct 2020 18:12:05 -0700
+Subject: [PATCH] use CP var
+
+---
+ Makefile | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index ffcd666..8eb31aa 100644
+--- a/Makefile
 b/Makefile
+@@ -128,11 +128,11 @@ default: jsonnet jsonnetfmt
+ 
+ install: bins libs
+   mkdir -p $(DESTDIR)$(PREFIX)/bin
+-  cp $(BINS) $(DESTDIR)$(PREFIX)/bin/
++  $(CP) $(BINS) $(DESTDIR)$(PREFIX)/bin/
+   mkdir -p $(DESTDIR)$(PREFIX)/$(LIBDIR)
+-  cp $(LIBS) $(DESTDIR)$(PREFIX)/$(LIBDIR)/
++  $(CP) $(LIBS) $(DESTDIR)$(PREFIX)/$(LIBDIR)/
+   mkdir -p $(DESTDIR)$(PREFIX)/include
+-  cp $(INCS) $(DESTDIR)$(PREFIX)/include/
++  $(CP) $(INCS) $(DESTDIR)$(PREFIX)/include/
+ 
+ all: $(ALL)
+ 
+-- 
+2.29.1
+

diff --git a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild 
b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
index 60961d97d63..b8788c9e269 100644
--- a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
@@ -35,6 +35,7 @@ PATCHES=(
"${FILESDIR}/jsonnet-0.14.0-makefile.patch"
"${FILESDIR}/jsonnet-0.12.1-dont-call-make-from-setuppy.patch"
"${FILESDIR}/jsonnet-0.16.0-libdir.patch"
+   "${FILESDIR}/jsonnet-0.16.0-cp-var.patch"
 )
 
 distutils_enable_tests setup.py
@@ -61,7 +62,8 @@ src_test() {
 }
 
 src_install() {
-   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" LIBDIR="$(get_libdir)" 
install
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" \
+   CP="cp -d" LIBDIR="$(get_libdir)" install
use python && distutils-r1_src_install
if use doc; then
find doc -name '.gitignore' -delete || die



[gentoo-commits] repo/gentoo:master commit in: app-portage/eix/

2020-10-25 Thread Sam James
commit: 604ba1f07f6bcafe1a781a1d26686f04bc868f75
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 01:12:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 01:12:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604ba1f0

app-portage/eix: Stabilize 0.34.9 arm64, #751109

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

 app-portage/eix/eix-0.34.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/eix/eix-0.34.9.ebuild 
b/app-portage/eix/eix-0.34.9.ebuild
index 48c3ac967cc..700b4c7d179 100644
--- a/app-portage/eix/eix-0.34.9.ebuild
+++ b/app-portage/eix/eix-0.34.9.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/vaeth/eix/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug doc nls sqlite"
 
 BOTHDEPEND="nls? ( virtual/libintl )



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

2020-10-25 Thread Thomas Deutschmann
commit: ae937395cb7a7522a461ca4fd433efbf0c68a1d2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 26 01:03:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 26 01:03:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae937395

package.mask: Last rite dev-perl/ZMQ-LibZMQ3

Bug: https://bugs.gentoo.org/741454
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 255319f1d44..3d23656367b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (2020-10-26)
+# Depends on net-libs/zeromq-3 which is scheduled for removal.
+# Removal in 30 days.  Bug #741454.
+dev-perl/ZMQ-LibZMQ3
+
 # Thomas Deutschmann  (2020-10-26)
 # Depends on net-libs/zeromq-2 which is scheduled for removal.
 # Removal in 30 days.  Bug #741454.



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

2020-10-25 Thread Thomas Deutschmann
commit: 8e8ee71fe140aaeeab595ffdd3bd8c03465bb890
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Oct 26 00:55:30 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 26 00:55:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8ee71f

package.mask: Last rite dev-perl/ZMQ-LibZMQ2

Bug: https://bugs.gentoo.org/741454
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index fa168835a56..255319f1d44 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Thomas Deutschmann  (2020-10-26)
+# Depends on net-libs/zeromq-2 which is scheduled for removal.
+# Removal in 30 days.  Bug #741454.
+dev-perl/ZMQ-LibZMQ2
+
 # Sam James  (2020-10-25)
 # EAPI 4, fails to build for some time.
 # Removal in 30 days.



[gentoo-commits] repo/gentoo:master commit in: virtual/udev/

2020-10-25 Thread Sam James
commit: c48dd52876551ffa1a58aa910aabdfb2d86399c8
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:14:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:14:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48dd528

virtual/udev: Stabilize 217-r2 arm64, #751196

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

 virtual/udev/udev-217-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/udev/udev-217-r2.ebuild b/virtual/udev/udev-217-r2.ebuild
index c59d18d6c37..116f14dffc1 100644
--- a/virtual/udev/udev-217-r2.ebuild
+++ b/virtual/udev/udev-217-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DESCRIPTION="Virtual to select between different udev daemon providers"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
|| (



[gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/

2020-10-25 Thread Sam James
commit: 79873860c585f635d65cb27d1df3bc82a88ae8d2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:13:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:13:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79873860

sys-apps/sandbox: Stabilize 2.20 sparc, #751151

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

 sys-apps/sandbox/sandbox-2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sandbox/sandbox-2.20.ebuild 
b/sys-apps/sandbox/sandbox-2.20.ebuild
index 77cb51ff3f0..d5c483dcf2c 100644
--- a/sys-apps/sandbox/sandbox-2.20.ebuild
+++ b/sys-apps/sandbox/sandbox-2.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/

2020-10-25 Thread Sam James
commit: 9962a5875ff0a279882ed698ad30f95479dc5e2c
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:14:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:14:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9962a587

sci-mathematics/z3: Stabilize 4.8.9 arm64, #751145

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

 sci-mathematics/z3/z3-4.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.8.9.ebuild 
b/sci-mathematics/z3/z3-4.8.9.ebuild
index 24fe07becc3..79679d76aac 100644
--- a/sci-mathematics/z3/z3-4.8.9.ebuild
+++ b/sci-mathematics/z3/z3-4.8.9.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/4.8"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/fbida/

2020-10-25 Thread Sam James
commit: 3a2fe57a1ed983f5648addfbad8fcf04e0649813
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:15:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:15:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2fe57a

media-gfx/fbida: Stabilize 2.14-r2 arm, #734054

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

 media-gfx/fbida/fbida-2.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/fbida/fbida-2.14-r2.ebuild 
b/media-gfx/fbida/fbida-2.14-r2.ebuild
index 2b576993768..277f3f74be3 100644
--- a/media-gfx/fbida/fbida-2.14-r2.ebuild
+++ b/media-gfx/fbida/fbida-2.14-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="
 "
 LICENSE="GPL-2 IJG"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="curl fbcon ghostscript +gif lirc +png scanner +tiff X +webp"
 REQUIRED_USE="
ghostscript? ( tiff )



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/

2020-10-25 Thread Sam James
commit: fb91245ad06c01e2e2c067044de304e76a8270a6
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:11:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:11:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb91245a

sci-libs/libaec: bump to 1.0.4

Closes: https://bugs.gentoo.org/667422
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sci-libs/libaec/Manifest|  1 +
 sci-libs/libaec/libaec-1.0.4.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sci-libs/libaec/Manifest b/sci-libs/libaec/Manifest
index f34687967f9..6a3e118ddb0 100644
--- a/sci-libs/libaec/Manifest
+++ b/sci-libs/libaec/Manifest
@@ -2,3 +2,4 @@ DIST libaec-0.3.2.tar.gz 353185 BLAKE2B 
7578b35f25ecf8e3e5172f1f0fcbb84a0354cf5a
 DIST libaec-1.0.0.tar.gz 3118578 BLAKE2B 
f3b8ef52e636cd3a04710f75de6fac6d4ab97bbb9422a7753ec5acf98a9cfedf8dacfd13a610f6a5445312448e3490d43182753c8f82995b112de1ad3dd0f45a
 SHA512 
112ded6151e46a90adfe230d8298452b2e42105e0e9d40ce10ac49f1e0160a13fa7ddec22e22346f0d5defc397bbba7c12f9d58b08e024da19991108e6e8d8ba
 DIST libaec-1.0.1.tar.gz 769507 BLAKE2B 
7a5f0e3c016f6562a94013a072e33638ba6e4b4af1a607befd508e442dae750d59435b96628bc59e4b86694d5745c302a615fa00603221d642700b86519c4428
 SHA512 
e3e38298d8d1fdf86332612c4dd62cafb8fa59ec8de00ed96aabee5bfbb46fd2396fcc0ad7fa2e4f89f9a22de538e58be5017d214b42176c0450dcc7c35bfedb
 DIST libaec-1.0.2.tar.gz 767910 BLAKE2B 
4d843839b21d93a7ae0f90627217978d1d7262dff35962bb7fe7a9f62f57b5042c36278ff61ad7d7aa3ad1a7cdd1ceb75a59dcc1ab9b3d1c899c506ffe5819d3
 SHA512 
28a8839089e4b643b259cb8679b96e602a35098d1129baae6b3923767060e5deabfa33256d628a8bcbf205368cda5f2e6701078de0caccf44e0597d932a67ba2
+DIST libaec-1.0.4.tar.gz 2775768 BLAKE2B 
e083c5e268296227b5193c2192f7c52d47f8cef08823de013453ffd2c5f8c115921a79c60286e7582cbfcbb914c5e8ad4c2493e4ec89395df3be2206bc893591
 SHA512 
74d01208ad3a426d68895dbfa8a830c96618a219f27745ecfd94b248462748e772c266e7fb0d4e4f4c75f8953a97f835fb2ece67317cf9e9a7495360362d22eb

diff --git a/sci-libs/libaec/libaec-1.0.4.ebuild 
b/sci-libs/libaec/libaec-1.0.4.ebuild
new file mode 100644
index 000..905a19136f9
--- /dev/null
+++ b/sci-libs/libaec/libaec-1.0.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+MY_P="${PN}-v${PV}"
+DESCRIPTION="Adaptive Entropy Coding library"
+HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec;
+SRC_URI="https://gitlab.dkrz.de/k202009/libaec/-/archive/v${PV}/${MY_P}.tar.gz 
-> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD-2"
+SLOT="0/2"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="+szip"
+
+RDEPEND="szip? ( !sci-libs/szip )"
+
+src_install() {
+   cmake_src_install
+
+   # avoid conflict with szip (easier than to patch)
+   if ! use szip; then
+   rm "${ED}"/usr/include/szlib.h || die
+   rm "${ED}"/usr/$(get_libdir)/libsz* || die
+   rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-libs/libaec/

2020-10-25 Thread Sam James
commit: f70e85bb9777fec114d5a4a77cac2569b79870a2
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:12:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:12:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70e85bb

sci-libs/libaec: cleanup old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sci-libs/libaec/Manifest|  3 ---
 sci-libs/libaec/libaec-0.3.2.ebuild | 35 ---
 sci-libs/libaec/libaec-1.0.0.ebuild | 35 ---
 sci-libs/libaec/libaec-1.0.1.ebuild | 28 
 4 files changed, 101 deletions(-)

diff --git a/sci-libs/libaec/Manifest b/sci-libs/libaec/Manifest
index 6a3e118ddb0..084380af185 100644
--- a/sci-libs/libaec/Manifest
+++ b/sci-libs/libaec/Manifest
@@ -1,5 +1,2 @@
-DIST libaec-0.3.2.tar.gz 353185 BLAKE2B 
7578b35f25ecf8e3e5172f1f0fcbb84a0354cf5a1cb3bfb8588d63ee6872ea8ad7e220b53ea4989dfc1741417f5f10023e91d3a3db7d2ed9e7bc1f6a4eae3509
 SHA512 
c3935f7d3e2e289e66f24d5af8f8fe21aab1044adbe883708ed64eb194bf93511fe2a9dd2b1658571ebbcc502123b3a5e6dfaa1bc4a1b85eaeaedc8b43d8085e
-DIST libaec-1.0.0.tar.gz 3118578 BLAKE2B 
f3b8ef52e636cd3a04710f75de6fac6d4ab97bbb9422a7753ec5acf98a9cfedf8dacfd13a610f6a5445312448e3490d43182753c8f82995b112de1ad3dd0f45a
 SHA512 
112ded6151e46a90adfe230d8298452b2e42105e0e9d40ce10ac49f1e0160a13fa7ddec22e22346f0d5defc397bbba7c12f9d58b08e024da19991108e6e8d8ba
-DIST libaec-1.0.1.tar.gz 769507 BLAKE2B 
7a5f0e3c016f6562a94013a072e33638ba6e4b4af1a607befd508e442dae750d59435b96628bc59e4b86694d5745c302a615fa00603221d642700b86519c4428
 SHA512 
e3e38298d8d1fdf86332612c4dd62cafb8fa59ec8de00ed96aabee5bfbb46fd2396fcc0ad7fa2e4f89f9a22de538e58be5017d214b42176c0450dcc7c35bfedb
 DIST libaec-1.0.2.tar.gz 767910 BLAKE2B 
4d843839b21d93a7ae0f90627217978d1d7262dff35962bb7fe7a9f62f57b5042c36278ff61ad7d7aa3ad1a7cdd1ceb75a59dcc1ab9b3d1c899c506ffe5819d3
 SHA512 
28a8839089e4b643b259cb8679b96e602a35098d1129baae6b3923767060e5deabfa33256d628a8bcbf205368cda5f2e6701078de0caccf44e0597d932a67ba2
 DIST libaec-1.0.4.tar.gz 2775768 BLAKE2B 
e083c5e268296227b5193c2192f7c52d47f8cef08823de013453ffd2c5f8c115921a79c60286e7582cbfcbb914c5e8ad4c2493e4ec89395df3be2206bc893591
 SHA512 
74d01208ad3a426d68895dbfa8a830c96618a219f27745ecfd94b248462748e772c266e7fb0d4e4f4c75f8953a97f835fb2ece67317cf9e9a7495360362d22eb

diff --git a/sci-libs/libaec/libaec-0.3.2.ebuild 
b/sci-libs/libaec/libaec-0.3.2.ebuild
deleted file mode 100644
index a242649f4d1..000
--- a/sci-libs/libaec/libaec-0.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune
-# number that might change every version
-PID=453
-
-DESCRIPTION="Adaptive Entropy Coding library"
-HOMEPAGE="https://www.dkrz.de/redmine/projects/aec;
-SRC_URI="https://www.dkrz.de/redmine/attachments/download/${PID}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs +szip"
-
-DEPEND=""
-RDEPEND="szip? ( !sci-libs/szip )"
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   # avoid conflict with szip (easier than to patch autotools)
-   if ! use szip; then
-   rm "${ED}"/usr/include/szlib.h || die
-   rm "${ED}"/usr/$(get_libdir)/libsz* || die
-   rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
-   fi
-   use static-libs || prune_libtool_files --all
-}

diff --git a/sci-libs/libaec/libaec-1.0.0.ebuild 
b/sci-libs/libaec/libaec-1.0.0.ebuild
deleted file mode 100644
index 12418e92265..000
--- a/sci-libs/libaec/libaec-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils ltprune
-# number that might change every version
-PID="631e85bcf877c2dcaca9b2e6d6526339"
-
-DESCRIPTION="Adaptive Entropy Coding library"
-HOMEPAGE="https://gitlab.dkrz.de/k202009/libaec;
-SRC_URI="https://gitlab.dkrz.de/k202009/libaec/uploads/${PID}/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs +szip"
-
-DEPEND=""
-RDEPEND="szip? ( !sci-libs/szip )"
-
-src_configure() {
-   econf $(use_enable static-libs static)
-}
-
-src_install() {
-   default
-   # avoid conflict with szip (easier than to patch autotools)
-   if ! use szip; then
-   rm "${ED}"/usr/include/szlib.h || die
-   rm "${ED}"/usr/$(get_libdir)/libsz* || die
-   rm "${ED}"/usr/share/doc/${PF}/README.SZIP || die
-   fi
-   use static-libs || prune_libtool_files --all
-}

diff --git a/sci-libs/libaec/libaec-1.0.1.ebuild 
b/sci-libs/libaec/libaec-1.0.1.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2020-10-25 Thread Sam James
commit: 426997387afb1d4448cf8dc5824a3e7042d9e8f5
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 00:02:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 00:02:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42699738

dev-python/aws-sam-translator: Stabilize 1.27.0 ALLARCHES, #750602

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

 dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild
index 2b1a3aebd62..21f682a6715 100644
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/serverless-application-model-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/boto3-1.5[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-systemd-integration/

2020-10-25 Thread Thomas Deutschmann
commit: 8903a93cdec4524cb1deacc915b916380fd1cd21
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:50:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:51:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8903a93c

sys-apps/gentoo-systemd-integration: x86 stable (bug #733582)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild
index 2571fdf8294..9c44d3419fb 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86"
 fi
 
 inherit systemd



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2020-10-25 Thread Thomas Deutschmann
commit: 0f14aa81ca8a77a91dc739c57232c5e7ceee4809
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:50:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:51:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f14aa81

dev-python/aws-sam-translator: x86 stable (bug #750602)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild
index fa122747762..2b1a3aebd62 100644
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.27.0.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/serverless-application-model-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/boto3-1.5[${PYTHON_USEDEP}]



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

2020-10-25 Thread Sam James
commit: cba9002bec604e833139d08794cada50cc73ea37
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:47:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:47:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba9002b

dev-python/suds: Stabilize 0.8.4 ALLARCHES, #750659

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

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

diff --git a/dev-python/suds/suds-0.8.4.ebuild 
b/dev-python/suds/suds-0.8.4.ebuild
index ad0385be78d..b03d7d5372d 100644
--- a/dev-python/suds/suds-0.8.4.ebuild
+++ b/dev-python/suds/suds-0.8.4.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 # https://github.com/suds-community/suds/pull/40
 PATCHES=( "${FILESDIR}/${P}-fix-optimization.patch" )



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

2020-10-25 Thread Sam James
commit: 68167ab81450e218912ead4cef74122eb046f0f9
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:47:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68167ab8

dev-python/doit: Stabilize 0.33.1 ALLARCHES, #750611

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

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

diff --git a/dev-python/doit/doit-0.33.1.ebuild 
b/dev-python/doit/doit-0.33.1.ebuild
index e7a39484795..04395b1e545 100644
--- a/dev-python/doit/doit-0.33.1.ebuild
+++ b/dev-python/doit/doit-0.33.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



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

2020-10-25 Thread Sam James
commit: 5658ac3628f5aee9ce3fb18a6a01a4b6b7290f0a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:44:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:45:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5658ac36

sys-libs/libnih: forward stable keywords to -r4

Done with some reluctance, but this package is dead anyway.
The failures aren't a regression r3 -> r4 anyhow.

Bug: https://bugs.gentoo.org/724174
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-libs/libnih/libnih-1.0.3-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/libnih/libnih-1.0.3-r4.ebuild 
b/sys-libs/libnih/libnih-1.0.3-r4.ebuild
index 03155daef1e..9e158e5e349 100644
--- a/sys-libs/libnih/libnih-1.0.3-r4.ebuild
+++ b/sys-libs/libnih/libnih-1.0.3-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://launchpad.net/${PN}/$(ver_cut 
1-2)/${PV}/+download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="+dbus nls static-libs +threads"
 
 # The configure phase will check for valgrind headers, and the tests will use



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

2020-10-25 Thread Sam James
commit: 839db4f0e63e5e2a7912cd44ab5ad789918d1445
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:44:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:45:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839db4f0

sys-libs/libnih: cleanup old EAPI 4

Closes: https://bugs.gentoo.org/724174
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 sys-libs/libnih/libnih-1.0.3-r3.ebuild | 49 --
 1 file changed, 49 deletions(-)

diff --git a/sys-libs/libnih/libnih-1.0.3-r3.ebuild 
b/sys-libs/libnih/libnih-1.0.3-r3.ebuild
deleted file mode 100644
index 018cbe1034a..000
--- a/sys-libs/libnih/libnih-1.0.3-r3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit versionator eutils autotools toolchain-funcs multilib flag-o-matic 
usr-ldscript
-
-DESCRIPTION="Light-weight 'standard library' of C functions"
-HOMEPAGE="https://launchpad.net/libnih;
-SRC_URI="https://launchpad.net/${PN}/$(get_version_component_range 
1-2)/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="+dbus nls static-libs +threads"
-
-# The configure phase will check for valgrind headers, and the tests will use
-# that header, but only to do dynamic valgrind detection.  The tests aren't
-# run directly through valgrind, only by developers directly.  So don't bother
-# depending on valgrind here. #559830
-RDEPEND="dbus? ( dev-libs/expat >=sys-apps/dbus-1.2.16 )"
-DEPEND="${RDEPEND}
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-1.0.3-optional-dbus.patch
-   epatch "${FILESDIR}"/${PN}-1.0.3-pkg-config.patch
-   epatch "${FILESDIR}"/${PN}-1.0.3-signal-race.patch
-   eautoreconf
-}
-
-src_configure() {
-   append-lfs-flags
-   econf \
-   $(use_with dbus) \
-   $(use_enable nls) \
-   $(use_enable static-libs static) \
-   $(use_enable threads) \
-   $(use_enable threads threading)
-}
-
-src_install() {
-   default
-
-   # we need to be in / because upstart needs libnih
-   gen_usr_ldscript -a nih $(use dbus && echo nih-dbus)
-   use static-libs || rm "${ED}"/usr/$(get_libdir)/*.la
-}



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

2020-10-25 Thread Thomas Deutschmann
commit: 6468ffc6ec327fa2317ed593ed675fa1d55a7961
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:38:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6468ffc6

dev-python/pycurl: x86 stable (bug #750635)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/pycurl/pycurl-7.43.0.6.ebuild 
b/dev-python/pycurl/pycurl-7.43.0.6.ebuild
index 1e6340e171b..1f7bd3bf1de 100644
--- a/dev-python/pycurl/pycurl-7.43.0.6.ebuild
+++ b/dev-python/pycurl/pycurl-7.43.0.6.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl 
examples ssl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2020-10-25 Thread Thomas Deutschmann
commit: dd1ea539e51738c80fe27d6cfb007571a286bffb
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:36:50 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1ea539

app-antivirus/clamtk: x86 stable (bug #750674)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-antivirus/clamtk/clamtk-6.06.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamtk/clamtk-6.06.ebuild 
b/app-antivirus/clamtk/clamtk-6.06.ebuild
index 51d6b124ca0..510ec01a274 100644
--- a/app-antivirus/clamtk/clamtk-6.06.ebuild
+++ b/app-antivirus/clamtk/clamtk-6.06.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="kde nautilus nemo +nls thunar"
 REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
 



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

2020-10-25 Thread Thomas Deutschmann
commit: 944c44b676059943363244e792fff0aaeeb01d7d
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:39:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c44b6

dev-python/yarl: x86 stable (bug #751139)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/yarl/yarl-1.6.0.ebuild 
b/dev-python/yarl/yarl-1.6.0.ebuild
index af32b334ac4..9d60e2f8c51 100644
--- a/dev-python/yarl/yarl-1.6.0.ebuild
+++ b/dev-python/yarl/yarl-1.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86"
 
 RDEPEND="
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: games-server/minecraft-server/

2020-10-25 Thread Thomas Deutschmann
commit: 32bc28f5b4553e280bd1bfb9c2b7749ef6af2107
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:37:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32bc28f5

games-server/minecraft-server: x86 stable (bug #750680)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 games-server/minecraft-server/minecraft-server-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-server/minecraft-server/minecraft-server-1.16.3.ebuild 
b/games-server/minecraft-server/minecraft-server-1.16.3.ebuild
index 3d8866f30ac..24804100837 100644
--- a/games-server/minecraft-server/minecraft-server-1.16.3.ebuild
+++ b/games-server/minecraft-server/minecraft-server-1.16.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://launcher.mojang.com/v1/objects/${EGIT_COMMIT}/server.jar -> ${P
 
 LICENSE="Mojang"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
acct-group/minecraft



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

2020-10-25 Thread Thomas Deutschmann
commit: 84215199c8a32066b9de658a233754b4c4989590
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:38:57 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84215199

dev-python/python-xlib: x86 stable (bug #750656)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild 
b/dev-python/python-xlib/python-xlib-0.28.ebuild
index e6f964e492b..89b48db5c80 100644
--- a/dev-python/python-xlib/python-xlib-0.28.ebuild
+++ b/dev-python/python-xlib/python-xlib-0.28.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2;
 
 LICENSE="LGPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ppc ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2020-10-25 Thread Thomas Deutschmann
commit: a3f407bd46be5d5aeb13168cd802ac403ff3ed77
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:39:14 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3f407bd

dev-libs/stfl: x86 stable (bug #751202)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/stfl/stfl-0.24-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/stfl/stfl-0.24-r3.ebuild 
b/dev-libs/stfl/stfl-0.24-r3.ebuild
index f05ef3b01cb..ae5f798e43b 100644
--- a/dev-libs/stfl/stfl-0.24-r3.ebuild
+++ b/dev-libs/stfl/stfl-0.24-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz;
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86"
 IUSE="examples perl python ruby static-libs"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2020-10-25 Thread Sam James
commit: 77cb4f9d790e01e65f010e0ef62ade1abdfcb7f0
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:40:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:40:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77cb4f9d

profiles/package.mask: last-rite dev-lang/j

Bug: https://bugs.gentoo.org/723060
Bug: https://bugs.gentoo.org/726912
Bug: https://bugs.gentoo.org/740952
Bug: https://bugs.gentoo.org/654244
Signed-off-by: Sam James  gentoo.org>

 profiles/package.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index e1abcc5d358..fa168835a56 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,12 @@
 
 #--- END OF EXAMPLES ---
 
+# Sam James  (2020-10-25)
+# EAPI 4, fails to build for some time.
+# Removal in 30 days.
+# bug #654244, #740952, #726912, #723060
+dev-lang/j
+
 # David Seifert  (2020-10-24)
 # EAPI 4, broken since 2012, upstream disappeared, multiple QA issues,
 # build system is completely broken. Removal in 30 days,



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

2020-10-25 Thread Thomas Deutschmann
commit: cada59c7f279c01c7c3b738866f5445d897a8d65
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:39:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cada59c7

dev-python/suds: x86 stable (bug #750659)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/suds/suds-0.8.4.ebuild 
b/dev-python/suds/suds-0.8.4.ebuild
index 318f8fadc99..ad0385be78d 100644
--- a/dev-python/suds/suds-0.8.4.ebuild
+++ b/dev-python/suds/suds-0.8.4.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 
 # https://github.com/suds-community/suds/pull/40
 PATCHES=( "${FILESDIR}/${P}-fix-optimization.patch" )



[gentoo-commits] repo/gentoo:master commit in: net-news/newsboat/

2020-10-25 Thread Thomas Deutschmann
commit: 9ae9138e7fc03950e9e5ac7ba3eae5f1daef4a4b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:37:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ae9138e

net-news/newsboat: x86 stable (bug #751208)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-news/newsboat/newsboat-2.20.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/newsboat/newsboat-2.20.1.ebuild 
b/net-news/newsboat/newsboat-2.20.1.ebuild
index 7b0a7bc2d80..ef1a63c0829 100644
--- a/net-news/newsboat/newsboat-2.20.1.ebuild
+++ b/net-news/newsboat/newsboat-2.20.1.ebuild
@@ -116,7 +116,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0 BSD-2 Boost-1.0 CC0-1.0 ISC MIT Unlicense"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc64 x86"
 IUSE="libressl"
 
 RDEPEND="



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

2020-10-25 Thread Thomas Deutschmann
commit: ef95ed97520ca4a68de20e267c6824063d966bf5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:37:06 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef95ed97

dev-python/doit: x86 stable (bug #750611)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/doit/doit-0.33.1.ebuild 
b/dev-python/doit/doit-0.33.1.ebuild
index 7b187bf432b..e7a39484795 100644
--- a/dev-python/doit/doit-0.33.1.ebuild
+++ b/dev-python/doit/doit-0.33.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
dev-python/cloudpickle[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/z3/

2020-10-25 Thread Thomas Deutschmann
commit: d0b6fd8c21128f37c678d9720971363ba60ba7a5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:40:17 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b6fd8c

sci-mathematics/z3: x86 stable (bug #751145)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sci-mathematics/z3/z3-4.8.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.8.9.ebuild 
b/sci-mathematics/z3/z3-4.8.9.ebuild
index 3570ae1f1e4..24fe07becc3 100644
--- a/sci-mathematics/z3/z3-4.8.9.ebuild
+++ b/sci-mathematics/z3/z3-4.8.9.ebuild
@@ -15,7 +15,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/4.8"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-10-25 Thread Thomas Deutschmann
commit: eae3990a70d175a98fb3440ffdb8d8d0af2a5f32
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:37:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae3990a

net-mail/mu: x86 stable (bug #751016)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-mail/mu/mu-1.4.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mu/mu-1.4.13.ebuild b/net-mail/mu/mu-1.4.13.ebuild
index 0dfc0d7be4e..deff2a3084d 100644
--- a/net-mail/mu/mu-1.4.13.ebuild
+++ b/net-mail/mu/mu-1.4.13.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/djcb/mu/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="emacs guile mug"
 
 DEPEND="



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

2020-10-25 Thread Thomas Deutschmann
commit: 019893a64632e746ee3e3f6b0fa4859a8dec73ce
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:37:59 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:42:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019893a6

net-analyzer/openbsd-netcat: x86 stable (bug #740254)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild 
b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
index 70994b0ad01..56725f9b17a 100644
--- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
+++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="elibc_Darwin"
 
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 arm64 ~ppc64 x86 ~amd64-linux ~x64-macos"
 
 DEPEND="virtual/pkgconfig"
 RDEPEND="!elibc_Darwin? ( dev-libs/libbsd )



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

2020-10-25 Thread Sam James
commit: e759cadb9c3a5d40fb5473246aa12a3fbd131c2e
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:37:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:37:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e759cadb

dev-java/sun-jmx: port to EAPI 7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild 
b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild
index 42e2b32f517..4bc3e8a1ac7 100644
--- a/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild
+++ b/dev-java/sun-jmx/sun-jmx-1.2.1-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 JAVA_PKG_IUSE="doc examples"
 
@@ -15,8 +15,8 @@ SRC_URI="${MY_P}-ri.zip"
 LICENSE="Oracle-BCLA-JavaSE"
 SLOT="0"
 KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
 
+BDEPEND="app-arch/unzip"
 DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
 RDEPEND=">=virtual/jre-1.4"
@@ -42,9 +42,11 @@ pkg_nofetch() {
 
 src_install() {
java-pkg_dojar lib/*.jar
+
if use doc; then
java-pkg_dojavadoc doc/api
java-pkg_dohtml -r doc/doc doc/index.html
fi
+
use examples && java-pkg_doexamples examples
 }



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

2020-10-25 Thread Sam James
commit: a15db84365c6fe0362e607912ad455594b213c3d
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:35:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:35:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15db843

dev-java/jbitcollider-core: port to EAPI 7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-java/jbitcollider-core/jbitcollider-core-0.8.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-java/jbitcollider-core/jbitcollider-core-0.8.ebuild 
b/dev-java/jbitcollider-core/jbitcollider-core-0.8.ebuild
index 5ac725f3259..65e47747fcb 100644
--- a/dev-java/jbitcollider-core/jbitcollider-core-0.8.ebuild
+++ b/dev-java/jbitcollider-core/jbitcollider-core-0.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 JAVA_PKG_IUSE="doc source"
 
 MY_PN="jBitcollider"
@@ -17,14 +17,16 @@ SRC_URI="mirror://sourceforge/bitcollider/${MY_P}.zip"
 LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
+BDEPEND="app-arch/unzip"
 DEPEND=">=virtual/jdk-1.5"
 RDEPEND=">=virtual/jre-1.5"
 
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+   default
+
rm -v lib/*.jar || die
rm -v plugins/*/lib/*.jar || die
rm -v 
plugins/org.bitpedia.collider.*/bin/org/bitpedia/collider/*/*.class || die



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

2020-10-25 Thread Sam James
commit: dbcbcc5c44dd6e2fe8081e6d0a9e8ccf67ca5800
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:38:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:38:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcbcc5c

dev-java/tagsoup: port to EAPI 7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-java/tagsoup/tagsoup-1.2.1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-java/tagsoup/tagsoup-1.2.1.ebuild 
b/dev-java/tagsoup/tagsoup-1.2.1.ebuild
index 0377d35022d..fe10a18fcad 100644
--- a/dev-java/tagsoup/tagsoup-1.2.1.ebuild
+++ b/dev-java/tagsoup/tagsoup-1.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 JAVA_PKG_IUSE="doc source"
 
@@ -14,14 +14,13 @@ 
SRC_URI="http://mercury.ccil.org/~cowan/XML/tagsoup/${P}-src.zip;
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
 
+BDEPEND="app-arch/unzip"
 RDEPEND="
>=virtual/jre-1.4"
 DEPEND="
-   >=virtual/jdk-1.4
dev-java/saxon:9
-   app-arch/unzip"
+   >=virtual/jdk-1.4"
 
 EANT_BUILD_TARGET="dist"
 EANT_DOC_TARGET="docs-api"



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

2020-10-25 Thread Sam James
commit: 77b20e6f3b14f89d76dbf1213324311d435de8bb
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:31:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:31:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b20e6f

dev-python/yarl: Stabilize 1.6.0 arm, #751139

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

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

diff --git a/dev-python/yarl/yarl-1.6.0.ebuild 
b/dev-python/yarl/yarl-1.6.0.ebuild
index ca98c37146b..af32b334ac4 100644
--- a/dev-python/yarl/yarl-1.6.0.ebuild
+++ b/dev-python/yarl/yarl-1.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
 
 RDEPEND="
>=dev-python/multidict-4.0[${PYTHON_USEDEP}]



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

2020-10-25 Thread Sam James
commit: 91849ced63694f5d9d1c5cd68f61fc228b7fab24
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:27:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:30:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91849ced

dev-python/pycurl: Stabilize 7.43.0.6 arm64, #750635

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

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

diff --git a/dev-python/pycurl/pycurl-7.43.0.6.ebuild 
b/dev-python/pycurl/pycurl-7.43.0.6.ebuild
index 54fedddc7a6..1e6340e171b 100644
--- a/dev-python/pycurl/pycurl-7.43.0.6.ebuild
+++ b/dev-python/pycurl/pycurl-7.43.0.6.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl 
examples ssl test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/, dev-lang/jsonnet/files/

2020-10-25 Thread Georgy Yakovlev
commit: a86e22f994318984353a0a6c4223fc8d6a7bf072
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Sun Oct 25 23:26:33 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sun Oct 25 23:27:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86e22f9

dev-lang/jsonnet: fix libdir

Closes: https://bugs.gentoo.org/751160
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lang/jsonnet/files/jsonnet-0.16.0-libdir.patch | 35 ++
 ...t-0.16.0-r1.ebuild => jsonnet-0.16.0-r2.ebuild} |  4 +--
 2 files changed, 37 insertions(+), 2 deletions(-)

diff --git a/dev-lang/jsonnet/files/jsonnet-0.16.0-libdir.patch 
b/dev-lang/jsonnet/files/jsonnet-0.16.0-libdir.patch
new file mode 100644
index 000..552837112d5
--- /dev/null
+++ b/dev-lang/jsonnet/files/jsonnet-0.16.0-libdir.patch
@@ -0,0 +1,35 @@
+From 94d25e4845e46b27d0e425dc923480abc81a95ae Mon Sep 17 00:00:00 2001
+From: Georgy Yakovlev 
+Date: Sun, 25 Oct 2020 16:21:56 -0700
+Subject: [PATCH] respect libdir
+
+---
+ Makefile | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 52c674a..ffcd666 100644
+--- a/Makefile
 b/Makefile
+@@ -30,6 +30,7 @@ OD ?= od
+ OPT ?= -O3
+ 
+ PREFIX ?= /usr/local
++LIBDIR ?= lib
+ 
+ CXXFLAGS += -Wall -Wextra -Woverloaded-virtual -pedantic -std=c++0x -fPIC
+ CXXFLAGS += -Iinclude -Ithird_party/md5 -Ithird_party/json
+@@ -128,8 +129,8 @@ default: jsonnet jsonnetfmt
+ install: bins libs
+   mkdir -p $(DESTDIR)$(PREFIX)/bin
+   cp $(BINS) $(DESTDIR)$(PREFIX)/bin/
+-  mkdir -p $(DESTDIR)$(PREFIX)/lib
+-  cp $(LIBS) $(DESTDIR)$(PREFIX)/lib/
++  mkdir -p $(DESTDIR)$(PREFIX)/$(LIBDIR)
++  cp $(LIBS) $(DESTDIR)$(PREFIX)/$(LIBDIR)/
+   mkdir -p $(DESTDIR)$(PREFIX)/include
+   cp $(INCS) $(DESTDIR)$(PREFIX)/include/
+ 
+-- 
+2.29.1
+

diff --git a/dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild 
b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
similarity index 92%
rename from dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild
rename to dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
index 7df6256a2cc..60961d97d63 100644
--- a/dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
@@ -34,6 +34,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 PATCHES=(
"${FILESDIR}/jsonnet-0.14.0-makefile.patch"
"${FILESDIR}/jsonnet-0.12.1-dont-call-make-from-setuppy.patch"
+   "${FILESDIR}/jsonnet-0.16.0-libdir.patch"
 )
 
 distutils_enable_tests setup.py
@@ -41,7 +42,6 @@ distutils_enable_tests setup.py
 src_prepare() {
default
use python && distutils-r1_src_prepare
-   sed -i "s@\(PREFIX\)/lib@\(PREFIX\)/$(get_libdir)@g" Makefile || die
 }
 
 src_configure() {
@@ -61,7 +61,7 @@ src_test() {
 }
 
 src_install() {
-   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" LIBDIR="$(get_libdir)" 
install
use python && distutils-r1_src_install
if use doc; then
find doc -name '.gitignore' -delete || die



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

2020-10-25 Thread Sam James
commit: 96b62b91c8ad07a0d5f962c22ef6592680e8805d
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:26:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:26:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96b62b91

dev-lang/go: Stabilize 1.14.10 arm64, #751061

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

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

diff --git a/dev-lang/go/go-1.14.10.ebuild b/dev-lang/go/go-1.14.10.ebuild
index abc58582707..a22506fed2c 100644
--- a/dev-lang/go/go-1.14.10.ebuild
+++ b/dev-lang/go/go-1.14.10.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2020-10-25 Thread Sam James
commit: bfc031e50bb870799e928a057582fe4dfc975173
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:26:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:26:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc031e5

dev-lang/go: Stabilize 1.15.3 arm64, #751061

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

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

diff --git a/dev-lang/go/go-1.15.3.ebuild b/dev-lang/go/go-1.15.3.ebuild
index abc58582707..a22506fed2c 100644
--- a/dev-lang/go/go-1.15.3.ebuild
+++ b/dev-lang/go/go-1.15.3.ebuild
@@ -21,7 +21,7 @@ case ${PV}  in
case ${PV} in
*_beta*|*_rc*) ;;
*)
-   KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="-* amd64 ~arm arm64 ~ppc64 ~s390 x86 ~amd64-linux 
~x86-linux ~x64-macos ~x64-solaris"
;;
esac
 esac



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

2020-10-25 Thread Sam James
commit: 8f06d53386fc0136893dda208a8f538b86f14612
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:24:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:24:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f06d533

dev-lang/mujs: Stabilize 1.0.9 arm, #750944

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

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

diff --git a/dev-lang/mujs/mujs-1.0.9.ebuild b/dev-lang/mujs/mujs-1.0.9.ebuild
index 2ee8ef82b9a..52abb2eb796 100644
--- a/dev-lang/mujs/mujs-1.0.9.ebuild
+++ b/dev-lang/mujs/mujs-1.0.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ccxvii/mujs/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="ISC"
 # subslot matches SONAME
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/readline:0="



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/

2020-10-25 Thread Thomas Deutschmann
commit: 04def84e61e58ea05a22c1d9a1852196d9e8a10b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:22:24 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:22:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04def84e

sys-kernel/linux-firmware: bump to v20201022

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-kernel/linux-firmware/Manifest |   1 +
 .../linux-firmware/linux-firmware-20201022.ebuild  | 342 +
 2 files changed, 343 insertions(+)

diff --git a/sys-kernel/linux-firmware/Manifest 
b/sys-kernel/linux-firmware/Manifest
index 0748c66f9c7..6c97fe6ba2f 100644
--- a/sys-kernel/linux-firmware/Manifest
+++ b/sys-kernel/linux-firmware/Manifest
@@ -5,3 +5,4 @@ DIST linux-firmware-20200619.tar.xz 117836800 BLAKE2B 
09312c70f81791f91547cf815c
 DIST linux-firmware-20200721.tar.xz 118013188 BLAKE2B 
648f22d63e8e8a791e3243f9afb2d097fb206cfa1c1fd37fede0fd555d4b7cf6af6b27f4d67e4dc32a6c70fc25c6aee813dc330b4861dbd13373f703a04edd1a
 SHA512 
1dbbf92efd1ac282a72e2f7483c9b35fe3ec348ab3f6062edb34b7922b6c1a007851a87b1835ece16d3cf147fb20ce8602a0262b0c8c94902728ac2f108796e9
 DIST linux-firmware-20200817.tar.xz 121401548 BLAKE2B 
77a9ddbab368994801c5f834b65e0c991798eb5ecaeecb84a5b69e886f7aae6e6186f60ebdd4f18449ffe639fb8230c3db108151026161ab23740da63be928a2
 SHA512 
dba347534d1b51ebcc55600c05293fad5f04f0bfdaec80b2ba27b40a9a20eb5c8bd76cb29d8ca6c814b067952cba4ee3fdb903510a171df98959d592b2c00c13
 DIST linux-firmware-20200918.tar.xz 124581736 BLAKE2B 
1541e1afcf52dfb03e89a1d2960b447b9a7e056267eea71ca468c85a69a777ac8686500acd1d65d30943ef82ad64c64c9b29773c92f1d5ea0d1f68212f001da7
 SHA512 
c257bb40d7c4746e50f3733928c992017d57e3fac641bc63ea41754de50c5adb05ba1629e750b3943cc28e5d19ae709e5cdd3fbbe9ea35563bc68707e0e98e80
+DIST linux-firmware-20201022.tar.xz 129328580 BLAKE2B 
8845fa18aad56a1164a0ba63533bc44f728e0b6c207cf9c695bb432bbd33f3740f3d10958f2fd4cad9f45653751819b8e8eaab4b593f5aa0edaed3a246fbd6bc
 SHA512 
d502000154483d4aa8274f851749c1da550f3e94152ae950c93b3577af72e8864b1884938b7b02c4ea832af4b3060bccea10fdee4cd1dd83cb3ca8edcbf2995e

diff --git a/sys-kernel/linux-firmware/linux-firmware-20201022.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20201022.ebuild
new file mode 100644
index 000..736bd949345
--- /dev/null
+++ b/sys-kernel/linux-firmware/linux-firmware-20201022.ebuild
@@ -0,0 +1,342 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit mount-boot savedconfig
+
+# In case this is a real snapshot, fill in commit below.
+# For normal, tagged releases, leave blank
+MY_COMMIT=
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
+else
+   if [[ -n "${MY_COMMIT}" ]]; then
+   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
+   else
+   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz;
+   fi
+
+   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc 
x86"
+fi
+
+DESCRIPTION="Linux firmware files"
+HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
+
+LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
+   redistributable? (
+   linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT 
no-source-code ) )
+   unknown-license? ( all-rights-reserved )"
+SLOT="0"
+IUSE="initramfs +redistributable savedconfig unknown-license"
+RESTRICT="binchecks strip
+   unknown-license? ( bindist )"
+
+REQUIRED_USE="initramfs? ( redistributable )"
+
+BDEPEND="initramfs? ( app-arch/cpio )"
+
+#add anything else that collides to this
+RDEPEND="!savedconfig? (
+   redistributable? (
+   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
+   !net-dialup/ueagle-atm
+   !net-dialup/ueagle4-atm
+   !sys-block/qla-fc-firmware
+   !sys-firmware/iwl1000-ucode
+   !sys-firmware/iwl6005-ucode
+   !sys-firmware/iwl6030-ucode
+   !sys-firmware/iwl6050-ucode
+   !sys-firmware/iwl3160-ucode
+   !sys-firmware/iwl7260-ucode
+   !sys-firmware/iwl3160-7260-bt-ucode
+   )
+   unknown-license? (
+   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
+   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
+   !sys-firmware/alsa-firmware[alsa_cards_sb16]
+   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
+   )
+   )"
+
+pkg_pretend() {
+   use initramfs && 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/

2020-10-25 Thread Sam James
commit: 5e2bb3c9020056bd4cccda14e94a99e237529b84
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:21:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:21:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e2bb3c9

sys-apps/sandbox: Stabilize 2.20 arm, #751151

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

 sys-apps/sandbox/sandbox-2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/sandbox/sandbox-2.20.ebuild 
b/sys-apps/sandbox/sandbox-2.20.ebuild
index 9569d644e03..77cb51ff3f0 100644
--- a/sys-apps/sandbox/sandbox-2.20.ebuild
+++ b/sys-apps/sandbox/sandbox-2.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE=""
 
 DEPEND="app-arch/xz-utils



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

2020-10-25 Thread Thomas Deutschmann
commit: 2d5b5270f55a8ac79f7471af17281af1d62ba2de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:18:46 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5b5270

dev-ml/camlzip: x86 stable (bug #750287)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ml/camlzip/camlzip-1.10.ebuild 
b/dev-ml/camlzip/camlzip-1.10.ebuild
index 3596e887407..0b82886922a 100644
--- a/dev-ml/camlzip/camlzip-1.10.ebuild
+++ b/dev-ml/camlzip/camlzip-1.10.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/xavierleroy/camlzip/archive/rel$(ver_rs 1- '').tar.g
 
 SLOT="1/${PV}"
 LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
 
 RDEPEND=">=dev-lang/ocaml-4.05:=[ocamlopt?]
>=sys-libs/zlib-1.1.3"



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

2020-10-25 Thread Thomas Deutschmann
commit: 1f1f260f650ab537bcb086459245e5caa1cc8980
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:19:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:19:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f260f

dev-ml/cryptokit: x86 stable (bug #737156)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ml/cryptokit/cryptokit-1.11.ebuild 
b/dev-ml/cryptokit/cryptokit-1.11.ebuild
index 6e5371e5df0..66874976cf6 100644
--- a/dev-ml/cryptokit/cryptokit-1.11.ebuild
+++ b/dev-ml/cryptokit/cryptokit-1.11.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://forge.ocamlcore.org/projects/cryptokit/;
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1618/${P}.tar.gz;
 LICENSE="LGPL-2"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="zlib"
 
 DEPEND="zlib? ( >=sys-libs/zlib-1.1 )



[gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/

2020-10-25 Thread Sam James
commit: 44ddac5b91954e9e99085aa80a4c5ace3525da66
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:19:19 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:19:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ddac5b

media-gfx/qrencode: Stabilize 4.1.1 arm64, #751142

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

 media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild 
b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 32c9f9e5cb2..7a6c248334c 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2;
 
 LICENSE="LGPL-2"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-10-25 Thread Thomas Deutschmann
commit: 3e4e155a442abea4dabd1f142bfe9ee61ad7b0b7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:19:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:19:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4e155a

dev-ml/zarith: x86 stable (bug #737156)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-ml/zarith/zarith-1.9.1.ebuild 
b/dev-ml/zarith/zarith-1.9.1.ebuild
index 433179c20fd..193701b205b 100644
--- a/dev-ml/zarith/zarith-1.9.1.ebuild
+++ b/dev-ml/zarith/zarith-1.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ocaml/Zarith/archive/release-${PV}.tar.gz -> ${P}.ta
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 IUSE="doc mpir +ocamlopt"
 
 RDEPEND="



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

2020-10-25 Thread Sam James
commit: cd740cfb7b8f18da49d0ec22c56501c8b59efc1c
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:16:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:16:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd740cfb

net-analyzer/openbsd-netcat: Stabilize 1.195 arm64, #740254

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

 net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild 
b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
index 363c5e7a819..70994b0ad01 100644
--- a/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
+++ b/net-analyzer/openbsd-netcat/openbsd-netcat-1.195.ebuild
@@ -14,7 +14,7 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="elibc_Darwin"
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86 ~amd64-linux ~x64-macos"
 
 DEPEND="virtual/pkgconfig"
 RDEPEND="!elibc_Darwin? ( dev-libs/libbsd )



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

2020-10-25 Thread Sam James
commit: 5c2a3a1325325006b4018069ea2743e020f745ef
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:15:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:15:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2a3a13

dev-python/greenlet: Stabilize 0.4.17 arm64, #751133

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

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

diff --git a/dev-python/greenlet/greenlet-0.4.17.ebuild 
b/dev-python/greenlet/greenlet-0.4.17.ebuild
index 9a8733877cc..dd437d68176 100644
--- a/dev-python/greenlet/greenlet-0.4.17.ebuild
+++ b/dev-python/greenlet/greenlet-0.4.17.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa -ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 -hppa -ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 
 DISTUTILS_IN_SOURCE_BUILD=1
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-systemd-integration/

2020-10-25 Thread Sam James
commit: 5859b9e509998c0ac158be5a4463f73763681ad7
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:09:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:09:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5859b9e5

sys-apps/gentoo-systemd-integration: Stabilize 8 arm64, #733582

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

 sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild 
b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild
index 4c95169bb84..2571fdf8294 100644
--- a/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild
+++ b/sys-apps/gentoo-systemd-integration/gentoo-systemd-integration-8.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} ==  ]]; then
inherit autotools git-r3
 else
SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
~x86"
 fi
 
 inherit systemd



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

2020-10-25 Thread Sam James
commit: 2ec955928ea0e1c6a0918ace1745e3a575eb12df
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:09:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:09:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec95592

dev-lang/jsonnet: Stabilize 0.16.0-r1 arm64, #751073

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

 dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild 
b/dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild
index 72577c766e3..7df6256a2cc 100644
--- a/dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.16.0-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="custom-optimization doc examples python"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="~amd64 arm64 ~ppc64 x86"
 DEPEND="
python? ( ${PYTHON_DEPS} )
 "



[gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-utils/

2020-10-25 Thread Sam James
commit: a4ec83cf691866e41de9c3ffa0946ee54d29db1e
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 25 23:09:26 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 25 23:09:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ec83cf

x11-misc/xdg-utils: Stabilize 1.1.3_p20200220-r1 arm64, #737622

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

 x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r1.ebuild 
b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r1.ebuild
index 28f6c7d672a..a139d5657db 100644
--- a/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r1.ebuild
+++ b/x11-misc/xdg-utils/xdg-utils-1.1.3_p20200220-r1.ebuild
@@ -13,7 +13,7 @@ S=${WORKDIR}/xdg-utils-${EGIT_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="dbus doc gnome"
 REQUIRED_USE="gnome? ( dbus )"
 



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

2020-10-25 Thread Thomas Deutschmann
commit: 72271d027b79183ccd299ca3b4ba5209ae13f7da
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:55:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:55:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72271d02

sys-libs/kpmcore: x86 stable (bug #749822)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild 
b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
index 4f02cda2f96..324a7436c68 100644
--- a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
+++ b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild
@@ -10,7 +10,7 @@ inherit ecm kde.org
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
 fi
 
 DESCRIPTION="Library for managing partitions"



[gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/

2020-10-25 Thread Thomas Deutschmann
commit: 6fb07c9321d793dbc23830e09e75ded8c349b96e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:04:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:04:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb07c93

app-text/zathura-pdf-mupdf: x86 stable (bug #750377)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild 
b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild
index f3f90d3b087..ea9bb7a5c10 100644
--- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.6.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git;
EGIT_BRANCH="develop"
 else
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="~amd64 ~arm x86"
SRC_URI="https://github.com/pwmt/zathura-pdf-mupdf/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 fi
 



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

2020-10-25 Thread Thomas Deutschmann
commit: 678ffaaf4b192549b0401e5b74fe049ca3bb66e4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:58:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:58:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678ffaaf

dev-java/openjdk: x86 stable (bug #750833)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-java/openjdk/openjdk-8.272_p10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/openjdk/openjdk-8.272_p10.ebuild 
b/dev-java/openjdk/openjdk-8.272_p10.ebuild
index 82f0a4f2070..fadb4866742 100644
--- a/dev-java/openjdk/openjdk-8.272_p10.ebuild
+++ b/dev-java/openjdk/openjdk-8.272_p10.ebuild
@@ -43,7 +43,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE="alsa debug cups doc examples headless-awt javafx +jbootstrap +pch 
selinux source"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-backup/rsnapshot/

2020-10-25 Thread Thomas Deutschmann
commit: be62d2f7c63f10f8dcb760371dd7bdfe895b934c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:59:37 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:59:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be62d2f7

app-backup/rsnapshot: x86 stable (bug #744763)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-backup/rsnapshot/rsnapshot-1.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/rsnapshot/rsnapshot-1.4.3.ebuild 
b/app-backup/rsnapshot/rsnapshot-1.4.3.ebuild
index c3dee298211..f770d3f3d0d 100644
--- a/app-backup/rsnapshot/rsnapshot-1.4.3.ebuild
+++ b/app-backup/rsnapshot/rsnapshot-1.4.3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.rsnapshot.org/downloads/${P}.tar.gz;
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ppc64 sparc x86"
 
 RDEPEND=">=dev-lang/perl-5.8.2
dev-perl/Lchown



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

2020-10-25 Thread Thomas Deutschmann
commit: edb931349438b78ef8b73d643ed0f8d56f2b72cf
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:00:02 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:00:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb93134

media-libs/rubberband: x86 stable (bug #750341)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/rubberband/rubberband-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/rubberband/rubberband-1.9.0.ebuild 
b/media-libs/rubberband/rubberband-1.9.0.ebuild
index 4a748c68736..f7a9293c048 100644
--- a/media-libs/rubberband/rubberband-1.9.0.ebuild
+++ b/media-libs/rubberband/rubberband-1.9.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://breakfastquay.com/files/releases/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 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="ladspa static-libs +programs vamp"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/

2020-10-25 Thread Thomas Deutschmann
commit: 4a175d072a59dd030ea29e07ca813e42999d9b95
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:01:29 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:01:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a175d07

media-gfx/wings: x86 stable (bug #681526)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/wings/wings-2.2.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/wings/wings-2.2.6.1.ebuild 
b/media-gfx/wings/wings-2.2.6.1.ebuild
index d030dc78202..27d7649bc56 100644
--- a/media-gfx/wings/wings-2.2.6.1.ebuild
+++ b/media-gfx/wings/wings-2.2.6.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wings/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
>dev-lang/erlang-21[wxwidgets]



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

2020-10-25 Thread Thomas Deutschmann
commit: b2a4969f14997abd7d0d7ddf3a507a8a7ec24e1c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:58:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:58:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a4969f

dev-lang/mujs: x86 stable (bug #750944)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-lang/mujs/mujs-1.0.9.ebuild b/dev-lang/mujs/mujs-1.0.9.ebuild
index a03d426fb71..2ee8ef82b9a 100644
--- a/dev-lang/mujs/mujs-1.0.9.ebuild
+++ b/dev-lang/mujs/mujs-1.0.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/ccxvii/mujs/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 LICENSE="ISC"
 # subslot matches SONAME
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 
~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="static-libs"
 
 RDEPEND="sys-libs/readline:0="



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

2020-10-25 Thread Thomas Deutschmann
commit: dcfe37f7942276cfd679f1ab7b5a1c5790ef461e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:57:28 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfe37f7

net-fs/samba: x86 stable (bug #744361)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/net-fs/samba/samba-4.12.7-r1.ebuild 
b/net-fs/samba/samba-4.12.7-r1.ebuild
index 75e84b0ff8f..95c1f57076e 100644
--- a/net-fs/samba/samba-4.12.7-r1.ebuild
+++ b/net-fs/samba/samba-4.12.7-r1.ebuild
@@ -15,7 +15,7 @@ SRC_PATH="stable"
 
 SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 [[ ${PV} = *_rc* ]] || \
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
 HOMEPAGE="https://www.samba.org/;



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

2020-10-25 Thread Thomas Deutschmann
commit: 4b863fbdd51dc038ae2f1c8f4c68887030d8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:56:27 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:56:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b863fbd

sys-libs/liburing: x86 stable (bug #744361)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-libs/liburing/liburing-0.7.ebuild 
b/sys-libs/liburing/liburing-0.7.ebuild
index dce472012bb..08dbded4c35 100644
--- a/sys-libs/liburing/liburing-0.7.ebuild
+++ b/sys-libs/liburing/liburing-0.7.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]] ; then
EGIT_REPO_URI="https://github.com/axboe/liburing.git;
 else
SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2;
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 fi
 LICENSE="MIT"
 SLOT="0"



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

2020-10-25 Thread Thomas Deutschmann
commit: 9a6a55994f99a44b5c127525b6b98ba5404703d6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:57:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:57:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6a5599

app-admin/monit: x86 stable (bug #751229)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/app-admin/monit/monit-5.27.0.ebuild 
b/app-admin/monit/monit-5.27.0.ebuild
index 6de7d574476..82e652d2d4d 100644
--- a/app-admin/monit/monit-5.27.0.ebuild
+++ b/app-admin/monit/monit-5.27.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz;
 
 LICENSE="AGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux"
 IUSE="ipv6 libressl pam ssl"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: media-gfx/qrencode/

2020-10-25 Thread Thomas Deutschmann
commit: 724ef38eafeb525945a2a8d363067c449eecfdd1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:59:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:59:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724ef38e

media-gfx/qrencode: x86 stable (bug #751142)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/qrencode/qrencode-4.1.1.ebuild 
b/media-gfx/qrencode/qrencode-4.1.1.ebuild
index 0872a133627..32c9f9e5cb2 100644
--- a/media-gfx/qrencode/qrencode-4.1.1.ebuild
+++ b/media-gfx/qrencode/qrencode-4.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://fukuchi.org/works/${PN}/${P}.tar.bz2;
 
 LICENSE="LGPL-2"
 SLOT="0/4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/

2020-10-25 Thread Thomas Deutschmann
commit: 455b1505dda1faa60b77c9594a5d6063d47ca4b4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:55:35 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:55:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455b1505

sys-block/partitionmanager: x86 stable (bug #749822)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/partitionmanager/partitionmanager-4.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-block/partitionmanager/partitionmanager-4.2.0.ebuild 
b/sys-block/partitionmanager/partitionmanager-4.2.0.ebuild
index a4462f0385a..af4cce7518d 100644
--- a/sys-block/partitionmanager/partitionmanager-4.2.0.ebuild
+++ b/sys-block/partitionmanager/partitionmanager-4.2.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://kde.org/applications/en/partitionmanager;
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 x86"
 fi
 
 LICENSE="GPL-3"



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

2020-10-25 Thread Thomas Deutschmann
commit: 32165bcbf3618243db8e43e9bd2e8e6cb1fd1f31
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 22:56:09 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 22:56:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32165bcb

sys-libs/ldb: x86 stable (bug #744361)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/sys-libs/ldb/ldb-2.1.4-r1.ebuild b/sys-libs/ldb/ldb-2.1.4-r1.ebuild
index 07a5f8ac3ac..f48fc09ac0c 100644
--- a/sys-libs/ldb/ldb-2.1.4-r1.ebuild
+++ b/sys-libs/ldb/ldb-2.1.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.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"
 
 RESTRICT="!test? ( test )"



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

2020-10-25 Thread Thomas Deutschmann
commit: b66b5e853cd1e609d22a537a821be6276a380a50
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:00:24 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:00:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b66b5e85

media-libs/shaderc: x86 stable (bug #751007)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 media-libs/shaderc/shaderc-2020.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/shaderc/shaderc-2020.2.ebuild 
b/media-libs/shaderc/shaderc-2020.2.ebuild
index c58c861b64f..c9f1fc62a31 100644
--- a/media-libs/shaderc/shaderc-2020.2.ebuild
+++ b/media-libs/shaderc/shaderc-2020.2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 IUSE="doc test"
 
 RDEPEND="



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

2020-10-25 Thread Thomas Deutschmann
commit: bacb1f44705c85ec7b2faa60cf47121e63b65e09
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:04:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:04:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacb1f44

xfce-extra/xfce4-notifyd: x86 stable (bug #751154)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
index 6d7684102cf..8af5ce04c38 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



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

2020-10-25 Thread Thomas Deutschmann
commit: 201d81d72cd78c6db2ab0b6925e164a3309cf2e0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:02:01 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:02:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201d81d7

dev-libs/xapian: x86 stable (bug #751025)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-libs/xapian/xapian-1.4.17.ebuild 
b/dev-libs/xapian/xapian-1.4.17.ebuild
index 669d3eb246d..b9cd34645c2 100644
--- a/dev-libs/xapian/xapian-1.4.17.ebuild
+++ b/dev-libs/xapian/xapian-1.4.17.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0/30" # ABI version of libxapian.so
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~x64-solaris"
 IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote"
 
 DEPEND="sys-libs/zlib"



  1   2   3   >