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

2020-10-26 Thread Georgy Yakovlev
commit: 4e9702dcd1b5289cb59c4161b5b34c611c7135b4
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 27 05:58:51 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 27 05:58:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e9702dc

media-libs/libtgvoip: add bug reference to libtool workaround

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

 media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild | 3 ++-
 media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild
index f5907df6536..bfc2bb41347 100644
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild
@@ -33,7 +33,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 src_prepare() {
default
sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
-   echo 'libtgvoip_la_LIBTOOLFLAGS="--tag=CXX"' >> Makefile.am || die
+   # https://bugs.gentoo.org/717210
+   echo 'libtgvoip_la_LIBTOOLFLAGS = --tag=CXX' >> Makefile.am || die
eautoreconf
 }
 

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild
index addbb4c5187..0d2b8dd39aa 100644
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild
@@ -33,7 +33,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 src_prepare() {
default
sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
-   echo 'libtgvoip_la_LIBTOOLFLAGS="--tag=CXX"' >> Makefile.am || die
+   # https://bugs.gentoo.org/717210
+   echo 'libtgvoip_la_LIBTOOLFLAGS = --tag=CXX' >> Makefile.am || die
eautoreconf
 }
 



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

2020-10-26 Thread Georgy Yakovlev
commit: 9352a2289f6524445400c99030d231596e7f8ac1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 27 05:51:10 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 27 05:53:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9352a228

media-libs/libtgvoip: don't fail with CC/CXX set

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

 media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild | 1 +
 media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild
index cd168857e57..f5907df6536 100644
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200704.ebuild
@@ -33,6 +33,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 src_prepare() {
default
sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
+   echo 'libtgvoip_la_LIBTOOLFLAGS="--tag=CXX"' >> Makefile.am || die
eautoreconf
 }
 

diff --git a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild 
b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild
index 04ac80855ec..addbb4c5187 100644
--- a/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild
+++ b/media-libs/libtgvoip/libtgvoip-2.4.4_p20200818.ebuild
@@ -33,6 +33,7 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
 src_prepare() {
default
sed -i 's/-std=gnu++0x/-std=gnu++17/' Makefile.am || die
+   echo 'libtgvoip_la_LIBTOOLFLAGS="--tag=CXX"' >> Makefile.am || die
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-wm/bspwm/

2020-10-26 Thread Tim Harder
commit: 7163c0593c518730ea89578ea166a97caa453272
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Oct 27 05:43:25 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Oct 27 05:44:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7163c059

x11-wm/bspwm: version bump to 0.9.10

Closes: https://bugs.gentoo.org/706676
Signed-off-by: Tim Harder  gentoo.org>

 x11-wm/bspwm/Manifest|  1 +
 x11-wm/bspwm/bspwm-0.9.10.ebuild | 45 
 2 files changed, 46 insertions(+)

diff --git a/x11-wm/bspwm/Manifest b/x11-wm/bspwm/Manifest
index 441bb10b825..c496f970407 100644
--- a/x11-wm/bspwm/Manifest
+++ b/x11-wm/bspwm/Manifest
@@ -1 +1,2 @@
+DIST bspwm-0.9.10.tar.gz 114099 BLAKE2B 
0fd14d3605e05146435d408846844b7e5015290f97fdd00683eb5388b43678df42a76f1710660ee8036b7100d79a54400c13bf9450333d573a78846d2124516e
 SHA512 
9ccb98c4e80635a781b3f889d8c3ae621c0926a79e9607268924b78bd11137caf70ee9a1edf5bc137d362d2acbe2984645f58ba31c586e6b017797758a66f9cf
 DIST bspwm-0.9.9.tar.gz 19 BLAKE2B 
b4f80f090582c48ff5322bf6b03db5aee5bab1868b39ee3c4a3ca9f46f0f5d243a94bd869f2c91dcfbca22136c632b4fa0a2dee0e5fd2f27bd170b1f85c69545
 SHA512 
17f70e44667813fafcf0df144ed211df5a4479af6dfaf6e0a6bb7154a7380fa48d6135e8c440b6202d07012b76ac7372f73d4bf2f0c3a6716ed998d2ee4e59a2

diff --git a/x11-wm/bspwm/bspwm-0.9.10.ebuild b/x11-wm/bspwm/bspwm-0.9.10.ebuild
new file mode 100644
index 000..3972de1a5a7
--- /dev/null
+++ b/x11-wm/bspwm/bspwm-0.9.10.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Tiling window manager based on binary space partitioning"
+HOMEPAGE="https://github.com/baskerville/bspwm/;
+SRC_URI="https://github.com/baskerville/bspwm/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+   x11-libs/libxcb
+   x11-libs/xcb-util
+   x11-libs/xcb-util-wm
+"
+RDEPEND="${DEPEND}
+   x11-misc/sxhkd
+"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/usr/share/doc/${PF}" 
install
+
+   exeinto /etc/X11/Sessions
+   newexe "${FILESDIR}"/${PN}-session ${PN}
+
+   insinto /usr/share/xsessions
+   doins contrib/freedesktop/bspwm.desktop
+
+   insinto /etc/xdg/sxhkd
+   doins examples/sxhkdrc
+
+   if use examples ; then
+   dodoc -r examples
+   docompress -x /usr/share/doc/${PF}/examples
+   fi
+}



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

2020-10-26 Thread Tim Harder
commit: ce8d7ffee502496f3a49a1b3938b8627d64f5a16
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Oct 27 05:39:02 2020 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Oct 27 05:44:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8d7ffe

x11-misc/sxhkd: version bump to 0.6.2

Closes: https://bugs.gentoo.org/706674
Closes: https://bugs.gentoo.org/738142
Signed-off-by: Tim Harder  gentoo.org>

 x11-misc/sxhkd/Manifest   |  1 +
 x11-misc/sxhkd/sxhkd-0.6.2.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/x11-misc/sxhkd/Manifest b/x11-misc/sxhkd/Manifest
index 6f810d8c8de..e0fb3c76179 100644
--- a/x11-misc/sxhkd/Manifest
+++ b/x11-misc/sxhkd/Manifest
@@ -1 +1,2 @@
 DIST sxhkd-0.6.1.tar.gz 34808 BLAKE2B 
b25ff934d0a7f28b3950152ef800da90c5f990f2efd92e9178fef8a77939dc1ed1bbde55bb5a990c33fd3d0be7490dfb2e799ca56abf3c3c6f20c258169eb100
 SHA512 
d8cd6166ff7e7bc800ed79c5d63cbdfad4f9824c5a5e19b6a315b2ec570295150600651376265932f5fde8b6127f629a553337c6454a1c78c62b3395aaeb55a2
+DIST sxhkd-0.6.2.tar.gz 35711 BLAKE2B 
a1dc409314dda68aa3df99bf584d20e492c7220dceb188b844a6bd9374a4c52b7e1a406b96fc77276498db86dd5e5114a50357ddee660f5f08d6fe974de8f990
 SHA512 
3f758aec3de76c6336a9008e997317ed7a05db0fcd81025d8f856694c2b8162022e25d9a48876de99056748a2dbe6a561a0e1594973c854ac2c98d44af6b03aa

diff --git a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild 
b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild
new file mode 100644
index 000..81ef00356ea
--- /dev/null
+++ b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs systemd
+
+DESCRIPTION="Simple X hotkey daemon"
+HOMEPAGE="https://github.com/baskerville/sxhkd/;
+SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-libs/libxcb
+   x11-libs/xcb-util-keysyms"
+DEPEND="${RDEPEND}
+   x11-libs/xcb-util"
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/usr/share/doc/${PF}" 
install
+   systemd_dounit contrib/systemd/${PN}.service
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-openh264/

2020-10-26 Thread Mart Raudsepp
commit: d7c7d185fee5b3b6ada682a9323777a4b3cd93bc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Oct 27 05:19:42 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Oct 27 05:19:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c7d185

media-plugins/gst-plugins-openh264: add subslot operator dep := on openh264

Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.5.ebuild | 4 ++--
 media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.5.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.5.ebuild
index ef238464e03..fd621026c5e 100644
--- a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.5.ebuild
+++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.14.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,6 +11,6 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-   >=media-libs/openh264-1.3[${MULTILIB_USEDEP}]
+   >=media-libs/openh264-1.3:=[${MULTILIB_USEDEP}]
 "
 DEPEND="${RDEPEND}"

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.2.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.2.ebuild
index e5644c6dda2..fd621026c5e 100644
--- a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.2.ebuild
+++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.16.2.ebuild
@@ -11,6 +11,6 @@ KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="
-   >=media-libs/openh264-1.3[${MULTILIB_USEDEP}]
+   >=media-libs/openh264-1.3:=[${MULTILIB_USEDEP}]
 "
 DEPEND="${RDEPEND}"



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

2020-10-26 Thread Sam James
commit: fc2cfde931b1114a8aefec4503767c2198949272
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2cfde9

media-video/subliminal: Keyword 2.1.0-r1 arm, #749927

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

 media-video/subliminal/subliminal-2.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/subliminal/subliminal-2.1.0-r1.ebuild 
b/media-video/subliminal/subliminal-2.1.0-r1.ebuild
index 2176be52fa5..cc36c4fb9a8 100644
--- a/media-video/subliminal/subliminal-2.1.0-r1.ebuild
+++ b/media-video/subliminal/subliminal-2.1.0-r1.ebuild
@@ -23,7 +23,7 @@ SRC_URI+=" test? ( 
mirror://sourceforge/matroska/test_files/matroska_test_w1_1.z
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 
 BDEPEND="
test? (



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

2020-10-26 Thread Sam James
commit: 8cca73965419cdee24c40d949ff611bdb777d22b
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cca7396

dev-python/babelfish: Keyword 0.5.5-r1 arm, #749927

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

 dev-python/babelfish/babelfish-0.5.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild 
b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
index d279ec9809e..b5b8fe78002 100644
--- a/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
+++ b/dev-python/babelfish/babelfish-0.5.5-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 distutils_enable_tests setup.py



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

2020-10-26 Thread Sam James
commit: b06385867dd266dea4e5e9a6a974a357d61cd77f
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0638586

sci-mathematics/gmp-ecm: Keyword 7.0.4-r2 arm, #749927

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

 sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild 
b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild
index 7ed81f19115..2b76bc93f5b 100644
--- a/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild
+++ b/sci-mathematics/gmp-ecm/gmp-ecm-7.0.4-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://gforge.inria.fr/frs/download.php/file/36224/${P}.tar.gz;
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm x86 ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+custom-tune openmp static-libs cpu_flags_x86_sse2"
 
 DEPEND="dev-libs/gmp:="



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

2020-10-26 Thread Sam James
commit: eca0a9b836a04bef24761cba18a43ce9b43f2a39
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca0a9b8

sci-mathematics/arb: Keyword 2.18.1 arm, #749927

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

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

diff --git a/sci-mathematics/arb/arb-2.18.1.ebuild 
b/sci-mathematics/arb/arb-2.18.1.ebuild
index 691185c1d34..ac79e477674 100644
--- a/sci-mathematics/arb/arb-2.18.1.ebuild
+++ b/sci-mathematics/arb/arb-2.18.1.ebuild
@@ -14,7 +14,7 @@ RESTRICT="!test? ( test )"
 
 LICENSE="GPL-2+"
 SLOT="0/2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 
 RDEPEND="
dev-libs/gmp:0=



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

2020-10-26 Thread Sam James
commit: 3ae38a1d79ca2f13f073aab1010718bc9eb00669
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ae38a1d

dev-python/guessit: Keyword 3.1.1 arm, #749927

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

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

diff --git a/dev-python/guessit/guessit-3.1.1.ebuild 
b/dev-python/guessit/guessit-3.1.1.ebuild
index 8fad04058c3..c4e41415731 100644
--- a/dev-python/guessit/guessit-3.1.1.ebuild
+++ b/dev-python/guessit/guessit-3.1.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="
>=dev-python/babelfish-0.5.5[${PYTHON_USEDEP}]



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

2020-10-26 Thread Sam James
commit: a31ec6b9ddee221e23abd55626f1dd8fa5f9abf1
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31ec6b9

dev-python/enzyme: Keyword 0.4.1-r2 arm, #749927

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

 dev-python/enzyme/enzyme-0.4.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild 
b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
index 21430148dd1..7e4bc02cdae 100644
--- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
+++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-10-26 Thread Sam James
commit: e64e033cf0ec9e9693d5bd6ad27d97ff67cd1917
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64e033c

dev-python/symengine: Keyword 0.6.1-r1 arm, #749927

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

 dev-python/symengine/symengine-0.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/symengine/symengine-0.6.1-r1.ebuild 
b/dev-python/symengine/symengine-0.6.1-r1.ebuild
index abde043172e..0d88fc849eb 100644
--- a/dev-python/symengine/symengine-0.6.1-r1.ebuild
+++ b/dev-python/symengine/symengine-0.6.1-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MYP}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-10-26 Thread Sam James
commit: 4a1528a96edea05c838360b436b3778255c08544
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1528a9

dev-python/theano: Keyword 1.0.5 arm, #749927

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

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

diff --git a/dev-python/theano/theano-1.0.5.ebuild 
b/dev-python/theano/theano-1.0.5.ebuild
index 6f65b491df8..dce22b2bb11 100644
--- a/dev-python/theano/theano-1.0.5.ebuild
+++ b/dev-python/theano/theano-1.0.5.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="test? ( dev-python/parameterized[${PYTHON_USEDEP}] )"
 RDEPEND="



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

2020-10-26 Thread Sam James
commit: 60b57aae579cfcb5e39d3dc29fd27eb66840c126
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b57aae

dev-python/rarfile: Keyword 3.1 arm, #749927

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

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

diff --git a/dev-python/rarfile/rarfile-3.1.ebuild 
b/dev-python/rarfile/rarfile-3.1.ebuild
index 3cb5cca0c8a..0652d4a68d2 100644
--- a/dev-python/rarfile/rarfile-3.1.ebuild
+++ b/dev-python/rarfile/rarfile-3.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="+compressed"
 
 RDEPEND="compressed? ( || ( app-arch/unrar app-arch/rar ) )"



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

2020-10-26 Thread Sam James
commit: 447b3981af50c91817cc91fc9a3595ca438523d8
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447b3981

dev-python/rebulk: Keyword 2.0.1 arm, #749927

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

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

diff --git a/dev-python/rebulk/rebulk-2.0.1.ebuild 
b/dev-python/rebulk/rebulk-2.0.1.ebuild
index 2d0556cbf7f..1a4384f3807 100644
--- a/dev-python/rebulk/rebulk-2.0.1.ebuild
+++ b/dev-python/rebulk/rebulk-2.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 



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

2020-10-26 Thread Sam James
commit: 1d792d5ebed4d1ec6186b450ae8ed410bb230157
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d792d5e

sci-libs/symengine: Keyword 0.6.0 arm, #749927

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

 sci-libs/symengine/symengine-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/symengine/symengine-0.6.0.ebuild 
b/sci-libs/symengine/symengine-0.6.0.ebuild
index 2c9b5a766fd..c0cc3300287 100644
--- a/sci-libs/symengine/symengine-0.6.0.ebuild
+++ b/sci-libs/symengine/symengine-0.6.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/0.4"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test 
tcmalloc threads"
 RESTRICT="!test? ( test )"
 



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

2020-10-26 Thread Sam James
commit: d1fc48d60fa96d1fb4a3aa9e734216a64037655b
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:09 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1fc48d6

dev-python/pysrt: Keyword 1.1.2 arm, #749927

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

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

diff --git a/dev-python/pysrt/pysrt-1.1.2.ebuild 
b/dev-python/pysrt/pysrt-1.1.2.ebuild
index 4dc902e8279..18199e72437 100644
--- a/dev-python/pysrt/pysrt-1.1.2.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == "" ]]; then
EGIT_REPO_URI="https://github.com/byroot/pysrt.git;
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 LICENSE="GPL-3+"



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

2020-10-26 Thread Sam James
commit: d8fa3a4aaf194b95a9bc3371385849677149216d
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fa3a4a

dev-python/sympy: Keyword 1.6.2 arm, #749927

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

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

diff --git a/dev-python/sympy/sympy-1.6.2.ebuild 
b/dev-python/sympy/sympy-1.6.2.ebuild
index e08f3345f36..c35592a025c 100644
--- a/dev-python/sympy/sympy-1.6.2.ebuild
+++ b/dev-python/sympy/sympy-1.6.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos"
 IUSE="examples imaging ipython latex mathml opengl pdf png pyglet symengine 
test texmacs theano"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



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

2020-10-26 Thread Sam James
commit: b88cfcb52bafd1194735c35d4cc0f791dc56491c
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 05:08:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 05:08:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b88cfcb5

dev-python/pyglet: Keyword 1.5.8 arm, #749927

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

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

diff --git a/dev-python/pyglet/pyglet-1.5.8.ebuild 
b/dev-python/pyglet/pyglet-1.5.8.ebuild
index 13aa03ae4b4..87a64ab6dd3 100644
--- a/dev-python/pyglet/pyglet-1.5.8.ebuild
+++ b/dev-python/pyglet/pyglet-1.5.8.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pyglet/pyglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples image +sound"
 
 BDEPEND="



[gentoo-commits] repo/proj/guru:dev commit in: media-libs/amdvlk/

2020-10-26 Thread Denis Reva
commit: b20671bda1c5ded26d02a018667006c2cd67b4b6
Author: Denis Reva  gmail  com>
AuthorDate: Tue Oct 27 04:54:56 2020 +
Commit: Denis Reva  gmail  com>
CommitDate: Tue Oct 27 04:55:15 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b20671bd

media-libs/amdvlk: new version 2020.4.1

Changes:
New feature and improvement
Update Vulkan API version to 1.2.156
Enable extension: VK_EXT_shader_image_atomic_int64
Issue fix
50% performance drop in 4k low for X-plane new update
System hangs while playing Wolfenstein II: The New
Colossus for 5-10 mins
[Regression in v-2020.Q1.2 AMDVLK on Polaris GPU] Some shadow
fails to be rendered
Second Extinction crashes during launch

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Denis Reva  gmail.com>

 media-libs/amdvlk/Manifest   |   5 ++
 media-libs/amdvlk/amdvlk-2020.4.1.ebuild | 125 +++
 2 files changed, 130 insertions(+)

diff --git a/media-libs/amdvlk/Manifest b/media-libs/amdvlk/Manifest
index 46b16c1f..df753baa 100644
--- a/media-libs/amdvlk/Manifest
+++ b/media-libs/amdvlk/Manifest
@@ -1,15 +1,20 @@
 DIST AMDVLK-v-2020.Q3.5.tar.gz 32258 BLAKE2B 
f0779cb5659881d72d8d316a2ccf3907674b7182b969d21c392131d6122db66bf0fcbe8f693d9e332ea03240285b602ffe9e70c1e96e06694a0ba1810d3bf752
 SHA512 
7cc9c1f306bca846a25335231f9354f22bf7d65fc5c639123322f05ab7d8cf3c6c01f323eb5c1c3b64cba818295784bd583df6b2fee9334600cbd28350afc4a1
 DIST AMDVLK-v-2020.Q3.6.tar.gz 32264 BLAKE2B 
6e6f57e4c238b7a54c8b4731e31f66b1975043f0ee36735ead3a3eb8a9ee7db11ef420a7e75e3bbbc66869b41d3fe381856dc25de50ed560aa73f1a4fbb5ea18
 SHA512 
5fc25249ee624d931b6bd7ee4542350f7ba64e0e1e3e9b5dd1face62659f315460b35d75c71aac24b7cb8cac432e3627bfddd131c0572db1ae06d755b68d542a
+DIST AMDVLK-v-2020.Q4.1.tar.gz 32259 BLAKE2B 
628e4df092541c0ce2391991f1a4a8417226c043a1bc3e22ef64272b89fde17cce8480c3bffdf711ae72abbe028cf62d8cda32d5764d39586f60eb36070e6f45
 SHA512 
76af2e7844e4cd25b3e8dccd7e8d2a7c63dc48ae434354628cd74492dfff543c5b2acbf9b3eb300d1d0d01cc3858ebced92987832c75510571e1352190c87505
 DIST CWPack-7387247eb9889ddcabbc1053b9c2052e253b088e.tar.gz 24538 BLAKE2B 
76c4da32ea06df355f7e8f77a14c185b2ccab2ce2762988f04a04d65b674e089d4fc27206e744f89b4bd84c9d7226d324414a31941303290e7f574e9d64756cf
 SHA512 
38378ef325e42a7356511c2fc06b6c896581968079e85c4b924a1768d895feecaf1eb8fd65afb59bed0f66e0547104d67c2deb9f82a86f4b9fa65b36e57cd47d
 DIST MetroHash-3c566dd9cda44ca7fd97659e0b53ac953f9037d2.tar.gz 11804 BLAKE2B 
683ca8a9e4b93a945dc455c5cb78a2c6dd9dbdf22432ea9f447a6d2d1b05399cc57b621d1e304dc5695ab936a212a2df110e47ec9141764f4eaa2b184a01f4ba
 SHA512 
ae4fcf09a097ceddfcc9f0b721cae0018fff8a0360d8fbbb195d2a8c2809cf8f3c01090ba8129593d89fe1c041224e42a49e7a1c66f20e60958a5373f6d9027f
 DIST MetroHash-712f76fee75d69b23a1ea8f6465752c3ccaaf9a2.tar.gz 11754 BLAKE2B 
c08cc66b169e818d31b563ce25d903e81d029e8f869d6fd6bf44f21e36374721c991000d11d30f917fa829f51561ff51f09be88571803ff2395f371fd256bc77
 SHA512 
7a8dd0a91b95bcbc738d9d15d19fd25e4f7eeb5aee8bfb93ff185ed29ba0bdd29ffbe6629ebd4c3d0e48ecacdbe6dd26adee630f4cbf3c02d6829c64d7f461c9
+DIST llpc-1d2d77c7533f41707ccf89b66db2e0feac3dea83.tar.gz 2048145 BLAKE2B 
fc1cca5dc1589d563264fc72ff396d8fcb4107eb30df04fb6eee29f049b01151b8710ad469117d8a3524fa2a667305d0a381d9b3b92e8385dfa399d414717897
 SHA512 
fe609c4c78f5596b7c019414e89848d86ce2a5af6a0a38caaeaf829c41bac4885c998269775d395b8a76a8c50cd7758214f7ca261c7deffdd8b644d7c6b1ded6
 DIST llpc-6ff17fa6136e4bba8b6ae496e90e40c6e7750820.tar.gz 2006145 BLAKE2B 
1e8c8c33a5d5792d786c76198dfa8e2e6425fba156af3810a9756c6663ed2fe58086ad973a912e218ec1a91bab8640900e914f8d91453371ca33bd19bcbcf371
 SHA512 
a4abc112c299fbd4443baabcce26a2582c0b81c457eb17538e6fbdb169cf78999d203e666ca17b41074ae524b0da5102eafb7ce7275faf75570caef03b34eef1
 DIST llpc-a3ac9d29e78d11a6cdc1bc1dd0be082e35dbfc0d.tar.gz 1996525 BLAKE2B 
dd220c1b191da80c09f9139e41b3e8a1960376587dde9a7823667d2c92c2bda4ab8026e12de1d000fe20a6227b9b826bacd687e290d29c1f406a5a32c17c2e03
 SHA512 
63ae344d7542c0ef6b86f18ec3ffc017399977bbc0414bac588b4e269319efc3761f506fab9de5cd6712fd721233ea19d317d7dd7fdcddda80c592a2e3b9f5f6
 DIST llvm-project-1a8b53e02a92dbc7d40087c483d03c45c6c63f2e.tar.gz 125181540 
BLAKE2B 
2bd22252921892ba00a5388349baec28b9c0ffc72965c56c1ca262265c371efc1ad8feb573baa6d186a792e17d5a81f75e2df43d755d76fa5bfae9a289eaa77d
 SHA512 
8f5ad47fdf5923232611b129567ca67a7de5f37080ceffa47fcb65a872bb2d605ed3c13515dd597f508b0257178e0d018633698cb3112f8eb3301c1dcc0e1d39
+DIST llvm-project-61625276e878ae29f79a052e2d4b495616d8180c.tar.gz 127411128 
BLAKE2B 
578e4e622dd3bffd9a012a45e222f8d3bbdbaee0416bc189b4fbc6ff45528081063aece3454c605896c7e71afc3cf8d02798bbae0d66388174c2a32fe82b311e
 SHA512 
746ff1d59958188cd84653e92ddc025b004cfa4e92ebdf7c3f07b4e8a5c5d0f85b8d2588bf6d6456337c46a7b0803116d8a08aad158f339ff657c599c95e1297
 DIST llvm-project-baf9929eed02f75d0a429fc72ba76b9286ba1996.tar.gz 124197545 
BLAKE2B 

[gentoo-commits] repo/proj/guru:dev commit in: games-board/rmahjong/, games-board/rmahjong/files/

2020-10-26 Thread Sergey Torokhov
commit: 3a392ae4913e38bd7631181fff65f8711ae7396e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Oct 27 04:25:27 2020 +
Commit: Sergey Torokhov  yandex  ru>
CommitDate: Tue Oct 27 04:25:27 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a392ae4

games-board/rmahjong: Fix tests ResourceWarnings, remove unittest2 DEPEND

The inittest2 dependence is unneccessary as python3 internal unittest is used.

Update patches to fix passing float into int("") in other way.
Update test.py patch to fix numerous 'ResourceWarning's.

Signed-off-by: Sergey Torokhov  yandex.ru>

 .../files/rmahjong-0.4_fix_python3_compat.patch| 50 --
 .../rmahjong/files/rmahjong-0.4_fix_tests.patch| 14 ++
 games-board/rmahjong/rmahjong-0.4_p20201013.ebuild |  5 +--
 3 files changed, 34 insertions(+), 35 deletions(-)

diff --git a/games-board/rmahjong/files/rmahjong-0.4_fix_python3_compat.patch 
b/games-board/rmahjong/files/rmahjong-0.4_fix_python3_compat.patch
index d6ad5893..62ec68e7 100644
--- a/games-board/rmahjong/files/rmahjong-0.4_fix_python3_compat.patch
+++ b/games-board/rmahjong/files/rmahjong-0.4_fix_python3_compat.patch
@@ -1,35 +1,3 @@
-diff --git a/client/client.py b/client/client.py
 a/client/client.py
-+++ b/client/client.py
-@@ -138,10 +138,10 @@ class Mahjong:
- 
-   def init_player_boxes(self, names, player_winds, score):
-   self.player_boxes = [
--  PlayerBox((50, 700), names[0], player_winds[0], 
int(score[0]), direction_up, (0,-80)),
--  PlayerBox((954, 50), names[1], player_winds[1], 
int(score[1]), direction_left, (-210, 0)),
--  PlayerBox((700, 0), names[2], player_winds[2], 
int(score[2]), direction_up, (0,80)),
--  PlayerBox((0, 50), names[3], player_winds[3], 
int(score[3]), direction_right, (80,0)) ]
-+  PlayerBox((50, 700), names[0], player_winds[0], 
int(float(score[0])), direction_up, (0,-80)),
-+  PlayerBox((954, 50), names[1], player_winds[1], 
int(float(score[1])), direction_left, (-210, 0)),
-+  PlayerBox((700, 0), names[2], player_winds[2], 
int(float(score[2])), direction_up, (0,80)),
-+  PlayerBox((0, 50), names[3], player_winds[3], 
int(float(score[3])), direction_right, (80,0)) ]
-   for widget in self.player_boxes:
-   self.gui.add_widget(widget)
- 
-diff --git a/client/states.py b/client/states.py
 a/client/states.py
-+++ b/client/states.py
-@@ -555,8 +555,8 @@ class ScoreState(RoundPreparingState):
-   results = []
-   for wind in winds:
-   name = (self.mahjong.get_player_name(wind))
--  score = (int(self.message[wind + "_score"]))
--  payment = (int(self.message[wind + "_payment"]))
-+  score = (int(float(self.message[wind + "_score"])))
-+  payment = (int(float(self.message[wind + "_payment"])))
-   results.append((name, score, payment))
-   results.sort(key = lambda r: r[1], reverse = True)
-   return results
 diff --git a/client/tilepainter.py b/client/tilepainter.py
 --- a/client/tilepainter.py
 +++ b/client/tilepainter.py
@@ -67,6 +35,24 @@ index 042ee54..dc7e463 100644
  
  def is_hand_open(sets):
for set in sets:
+@@ -97,14 +97,14 @@
+   
+   if wintype == "Ron":
+   if player_wind.name == "WE":
+-  return (name, round_to_base(score / 2 * 3, 100))
++  return (name, round_to_base(score // 2 * 3, 100))
+   else:
+   return (name, score)
+   else:
+   if player_wind.name == "WE":
+-  return (name, (round_to_base(score / 2, 100), 0))
++  return (name, (round_to_base(score // 2, 100), 0))
+   else:
+-  return (name, (round_to_base(score / 4, 100), 
round_to_base(score / 2, 100)))
++  return (name, (round_to_base(score // 4, 100), 
round_to_base(score // 2, 100)))
+ 
+ def quick_pons_and_kans(hand):
+   d = {}
 @@ -274,7 +275,7 @@ def eval_sets(pair, sets, round_wind, player_wind, 
last_tile, wintype):
# Other hands
for name, fn in score_functions:

diff --git a/games-board/rmahjong/files/rmahjong-0.4_fix_tests.patch 
b/games-board/rmahjong/files/rmahjong-0.4_fix_tests.patch
index 7926e714..93b671db 100644
--- a/games-board/rmahjong/files/rmahjong-0.4_fix_tests.patch
+++ b/games-board/rmahjong/files/rmahjong-0.4_fix_tests.patch
@@ -1,3 +1,17 @@
+diff a/server/botengine.py b/server/botengine.py
+--- a/server/botengine.py
 b/server/botengine.py
+@@ -53,7 +53,10 @@
+ 
+   def shutdown(self):
+   self.thread.thread_quit = True
++  self.process.stdin.close()
++  

[gentoo-commits] repo/gentoo:master commit in: dev-util/gitlab-ci-linter/

2020-10-26 Thread William Hubbs
commit: dd5db003149421184b2332dae199f28afab7bfb5
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Oct 27 02:49:25 2020 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct 27 02:49:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5db003

dev-util/gitlab-ci-linter: stable 2.2.0 on amd64

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

 dev-util/gitlab-ci-linter/gitlab-ci-linter-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gitlab-ci-linter/gitlab-ci-linter-2.2.0.ebuild 
b/dev-util/gitlab-ci-linter/gitlab-ci-linter-2.2.0.ebuild
index 9ea4cb00364..c08020267b6 100644
--- a/dev-util/gitlab-ci-linter/gitlab-ci-linter-2.2.0.ebuild
+++ b/dev-util/gitlab-ci-linter/gitlab-ci-linter-2.2.0.ebuild
@@ -63,7 +63,7 @@ 
SRC_URI="https://gitlab.com/orobardet/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 S="${WORKDIR}/${PN}-v${PV}"
 



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

2020-10-26 Thread Georgy Yakovlev
commit: da058777e7ea495532e8ed7fa897584ba4fb0b21
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 27 00:53:32 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 27 01:01:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da058777

sys-block/partitionmanager: add ~ppc64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  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 503ef59ef5d..3220dc95f3c 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://apps.kde.org/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 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3"



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

2020-10-26 Thread Georgy Yakovlev
commit: 05abd6a4f8da25e3a8ce706e3081ba1431ec2897
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 27 00:52:59 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 27 01:01:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05abd6a4

sys-libs/kpmcore: add ~ppc64 keyword

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev  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 2e80358ddd5..2103dab3c11 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 ~ppc64 x86"
 fi
 
 DESCRIPTION="Library for managing partitions"



[gentoo-commits] repo/gentoo:master commit in: net-p2p/ktorrent/

2020-10-26 Thread Georgy Yakovlev
commit: b72e197f555aecda02963a765d5feb23b68ab484
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 27 00:51:52 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 27 01:01:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72e197f

net-p2p/ktorrent: add ~ppc64 keyword

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

 net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild 
b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
index 6adb2a032f4..f558a1a6c1d 100644
--- a/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
+++ b/net-p2p/ktorrent/ktorrent-5.2.0-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/en/ktorrent;
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
 IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +kross +logviewer 
+magnetgenerator
 +mediaplayer rss +scanfolder +search +shutdown +stats +upnp +zeroconf"
 



[gentoo-commits] repo/gentoo:master commit in: kde-apps/signon-kwallet-extension/

2020-10-26 Thread Andreas Sturmlechner
commit: 37495c049b671d59e6c23c8be1430c093a78ce64
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:33:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:38:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37495c04

kde-apps/signon-kwallet-extension: Fix HOMEPAGE

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

 .../signon-kwallet-extension/signon-kwallet-extension-20.04.3.ebuild  | 4 ++--
 .../signon-kwallet-extension/signon-kwallet-extension-20.08.2.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.04.3.ebuild 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.04.3.ebuild
index 295b83cbcb0..826ac9157c8 100644
--- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.04.3.ebuild
+++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.04.3.ebuild
@@ -7,11 +7,11 @@ KFMIN=5.70.0
 inherit ecm kde.org
 
 DESCRIPTION="KWallet extension for signond"
-HOMEPAGE="https://01.org/gsso/;
+HOMEPAGE="https://accounts-sso.gitlab.io/;
 
+LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS="amd64 arm64 x86"
-LICENSE="GPL-2+"
 
 DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5

diff --git 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.2.ebuild 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.2.ebuild
index 6fb140e9060..4b3ee4af751 100644
--- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.2.ebuild
+++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.2.ebuild
@@ -7,11 +7,11 @@ KFMIN=5.72.0
 inherit ecm kde.org
 
 DESCRIPTION="KWallet extension for signond"
-HOMEPAGE="https://01.org/gsso/;
+HOMEPAGE="https://accounts-sso.gitlab.io/;
 
+LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~x86"
-LICENSE="GPL-2+"
 
 DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5



[gentoo-commits] proj/kde:master commit in: kde-apps/signon-kwallet-extension/

2020-10-26 Thread Andreas Sturmlechner
commit: 8a3ec32a61ccda03ce693ad87a375f13d542b278
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:33:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:33:22 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=8a3ec32a

kde-apps/signon-kwallet-extension: Fix HOMEPAGE

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

 .../signon-kwallet-extension-20.08.49..ebuild | 4 ++--
 .../signon-kwallet-extension/signon-kwallet-extension-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.49..ebuild
 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.49..ebuild
index a4ddf37193..16ceb54f5e 100644
--- 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.49..ebuild
+++ 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-20.08.49..ebuild
@@ -7,11 +7,11 @@ KFMIN=5.74.0
 inherit ecm kde.org
 
 DESCRIPTION="KWallet extension for signond"
-HOMEPAGE="https://01.org/gsso/;
+HOMEPAGE="https://accounts-sso.gitlab.io/;
 
+LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS=""
-LICENSE="GPL-2+"
 
 DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5

diff --git 
a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-.ebuild 
b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-.ebuild
index ebc312806f..b2065514ed 100644
--- a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-.ebuild
+++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-.ebuild
@@ -7,11 +7,11 @@ KFMIN=5.75.0
 inherit ecm kde.org
 
 DESCRIPTION="KWallet extension for signond"
-HOMEPAGE="https://01.org/gsso/;
+HOMEPAGE="https://accounts-sso.gitlab.io/;
 
+LICENSE="GPL-2+"
 SLOT="5"
 KEYWORDS=""
-LICENSE="GPL-2+"
 
 DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdav/

2020-10-26 Thread Andreas Sturmlechner
commit: 3e96b8c8685d83ded7f0fba02579bdbbeaa6bacc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:07:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:30:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e96b8c8

kde-frameworks/kdav: Drop invalid HOMEPAGE

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

 kde-frameworks/kdav/kdav-5.74.0.ebuild | 1 -
 kde-frameworks/kdav/kdav-5.75.0.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/kde-frameworks/kdav/kdav-5.74.0.ebuild 
b/kde-frameworks/kdav/kdav-5.74.0.ebuild
index 76d914b92d3..29e19cfa322 100644
--- a/kde-frameworks/kdav/kdav-5.74.0.ebuild
+++ b/kde-frameworks/kdav/kdav-5.74.0.ebuild
@@ -10,7 +10,6 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="DAV protocol implemention with KJobs"
-HOMEPAGE="https://api.kde.org/frameworks/kdav/html/index.html;
 
 LICENSE="LGPL-2+"
 SLOT="5"

diff --git a/kde-frameworks/kdav/kdav-5.75.0.ebuild 
b/kde-frameworks/kdav/kdav-5.75.0.ebuild
index 651c0950248..d7117f0aad0 100644
--- a/kde-frameworks/kdav/kdav-5.75.0.ebuild
+++ b/kde-frameworks/kdav/kdav-5.75.0.ebuild
@@ -10,7 +10,6 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="DAV protocol implemention with KJobs"
-HOMEPAGE="https://api.kde.org/frameworks/kdav/html/index.html;
 
 LICENSE="LGPL-2+"
 SLOT="5"



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

2020-10-26 Thread Andreas Sturmlechner
commit: ab4d6ab74547407fbdc860910a0d424b148eea1b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:23:27 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:30:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4d6ab7

net-libs/libsignon-glib: Fix HOMEPAGE

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

 net-libs/libsignon-glib/libsignon-glib-2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild 
b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
index 33de3ed28b3..04e74abdd6b 100644
--- a/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
+++ b/net-libs/libsignon-glib/libsignon-glib-2.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit meson python-r1 vala
 
 DESCRIPTION="GLib binding for the D-Bus API provided by signond"
-HOMEPAGE="https://01.org/gsso/;
+HOMEPAGE="https://accounts-sso.gitlab.io/;
 
SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz
 -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"



[gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/, media-libs/phonon-vlc/, media-libs/phonon-gstreamer/

2020-10-26 Thread Andreas Sturmlechner
commit: eb76dc1b559dc76d2375d2691f909f80912548c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 20 19:21:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:30:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb76dc1b

media-libs/phonon*: Update HOMEPAGE

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild | 2 +-
 media-libs/phonon-vlc/phonon-vlc-0.11.1.ebuild | 2 +-
 media-libs/phonon/phonon-4.11.1-r1.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild 
b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
index 456356c259f..0b30bf39222 100644
--- a/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
+++ b/media-libs/phonon-gstreamer/phonon-gstreamer-4.10.0.ebuild
@@ -7,7 +7,7 @@ MY_PN="phonon-backend-gstreamer"
 inherit ecm kde.org
 
 DESCRIPTION="GStreamer backend for the Phonon multimedia library"
-HOMEPAGE="https://phonon.kde.org/;
+HOMEPAGE="https://community.kde.org/Phonon;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"

diff --git a/media-libs/phonon-vlc/phonon-vlc-0.11.1.ebuild 
b/media-libs/phonon-vlc/phonon-vlc-0.11.1.ebuild
index e186b6bba7d..36e81365b54 100644
--- a/media-libs/phonon-vlc/phonon-vlc-0.11.1.ebuild
+++ b/media-libs/phonon-vlc/phonon-vlc-0.11.1.ebuild
@@ -7,7 +7,7 @@ MY_PN="phonon-backend-vlc"
 inherit ecm kde.org
 
 DESCRIPTION="VLC backend for the Phonon multimedia library"
-HOMEPAGE="https://phonon.kde.org/;
+HOMEPAGE="https://community.kde.org/Phonon;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then

SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/${MY_PN}-${PV}.tar.xz"

diff --git a/media-libs/phonon/phonon-4.11.1-r1.ebuild 
b/media-libs/phonon/phonon-4.11.1-r1.ebuild
index 1f8000e2341..88892bcd495 100644
--- a/media-libs/phonon/phonon-4.11.1-r1.ebuild
+++ b/media-libs/phonon/phonon-4.11.1-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit desktop ecm kde.org
 
 DESCRIPTION="KDE multimedia abstraction library"
-HOMEPAGE="https://phonon.kde.org/;
+HOMEPAGE="https://community.kde.org/Phonon;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/phonon/${PV}/${P}.tar.xz"



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

2020-10-26 Thread Andreas Sturmlechner
commit: 32912ad093f2d1d7a59fb0f6d766d9f0f93506af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:10:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:30:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32912ad0

dev-libs/kdiagram: Fix HOMEPAGE

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

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

diff --git a/dev-libs/kdiagram/kdiagram-2.7.0.ebuild 
b/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
index b6212c5c5e1..eae79d8708d 100644
--- a/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
+++ b/dev-libs/kdiagram/kdiagram-2.7.0.ebuild
@@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business 
diagrams"
-HOMEPAGE="https://api.kde.org/extragear-api/graphics-apidocs/kdiagram/html/index.html
+HOMEPAGE="https://api.kde.org/kdiagram/index.html
 https://www.kdab.com/development-resources/qt-tools/kd-chart/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then



[gentoo-commits] proj/kde:master commit in: dev-libs/kdiagram/

2020-10-26 Thread Andreas Sturmlechner
commit: bfa2629aa6e778ba95e066778081be37dd7bd98c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:10:14 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:10:14 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=bfa2629a

dev-libs/kdiagram: Fix HOMEPAGE

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

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

diff --git a/dev-libs/kdiagram/kdiagram-.ebuild 
b/dev-libs/kdiagram/kdiagram-.ebuild
index 4bcde146c3..b16eab656c 100644
--- a/dev-libs/kdiagram/kdiagram-.ebuild
+++ b/dev-libs/kdiagram/kdiagram-.ebuild
@@ -12,7 +12,7 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="Powerful libraries (KChart, KGantt) for creating business 
diagrams"
-HOMEPAGE="https://api.kde.org/extragear-api/graphics-apidocs/kdiagram/html/index.html
+HOMEPAGE="https://api.kde.org/kdiagram/index.html
 https://www.kdab.com/development-resources/qt-tools/kd-chart/;
 
 if [[ ${KDE_BUILD_TYPE} = release ]]; then



[gentoo-commits] proj/kde:master commit in: kde-frameworks/kdav/

2020-10-26 Thread Andreas Sturmlechner
commit: 11bc6a710f7435b3bc94571652bdff5ea38b3b73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 27 00:07:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 27 00:07:25 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=11bc6a71

kde-frameworks/kdav: Drop invalid HOMEPAGE

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

 kde-frameworks/kdav/kdav-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-frameworks/kdav/kdav-.ebuild 
b/kde-frameworks/kdav/kdav-.ebuild
index e14f3e0baf..90f946abe6 100644
--- a/kde-frameworks/kdav/kdav-.ebuild
+++ b/kde-frameworks/kdav/kdav-.ebuild
@@ -10,7 +10,6 @@ VIRTUALX_REQUIRED="test"
 inherit ecm kde.org
 
 DESCRIPTION="DAV protocol implemention with KJobs"
-HOMEPAGE="https://api.kde.org/frameworks/kdav/html/index.html;
 
 LICENSE="LGPL-2+"
 SLOT="5"



[gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/

2020-10-26 Thread Sam James
commit: f320f7edbadee80289a99c4e5c56eb8b2636db76
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 00:16:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 00:17:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f320f7ed

sys-auth/pambase: cleanup redundant version

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

 sys-auth/pambase/Manifest|  1 -
 sys-auth/pambase/pambase-20201020.ebuild | 99 
 2 files changed, 100 deletions(-)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 4e0d176df16..e725ecd1f6c 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,3 +1,2 @@
 DIST pambase-20201013.tar.gz 3289 BLAKE2B 
81a2216bb5173e5731025e864aa5031b6b4835334a2904c6e9fa2454d01ebb358fcc9d9077b9b122bb2edf4cfda8a5581802537012a423dac6546821184add5d
 SHA512 
b159a86ed7fd0a4c8457625362d9a460bb05e57c63c85be7965dbb2969ef66fa6978b1763fc9b458bb7fe592e4df7b650ec28f52612251c3e6dff1f16ddbaafa
-DIST pambase-20201020.tar.gz 3275 BLAKE2B 
8e564eac044bc95fedc24b9ac644d633889dfecf3ed18bf8368e693efdbfd978a90eb1ca96f1f86cbf12a88ac9823db9648a4c4e12888932f622d6b14c7e8395
 SHA512 
96e0dafdbe5bbfd228c25b393aa08f91a208af0cbf6fcf2e5351ef540b6b95eb63d0d342c1e33bd30ee5a705c87251fa732432c2d29edd3c74b2cba0a3d43acc
 DIST pambase-20201026.tar.gz 3286 BLAKE2B 
e96d39f5d99e90ffef40598566a7ec72654cc8623f2b8fe58e1523a03106b510692afe0861a5e0c3a50eb631850b1752f24703b27316722c172fa83951139d69
 SHA512 
4509bfa27545e3b9df647dc5351ff5972b010fdce6e37ad661942f2e475a289ac3af262e8997559535675806d458c079234d88b6140b40d05d74846f1efd1ad3

diff --git a/sys-auth/pambase/pambase-20201020.ebuild 
b/sys-auth/pambase/pambase-20201020.ebuild
deleted file mode 100644
index 89cb1cd2318..000
--- a/sys-auth/pambase/pambase-20201020.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit pam python-any-r1 readme.gentoo-r1
-
-DESCRIPTION="PAM base configuration files"
-HOMEPAGE="https://github.com/gentoo/pambase;
-SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="caps debug elogind gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh 
+passwdqc pwhistory pwquality securetty selinux +sha512 systemd"
-
-RESTRICT="binchecks"
-
-REQUIRED_USE="
-   ?? ( elogind systemd )
-   ?? ( passwdqc pwquality )
-   pwhistory? ( || ( passwdqc pwquality ) )
-"
-
-MIN_PAM_REQ=1.4.0
-
-RDEPEND="
-   >=sys-libs/pam-${MIN_PAM_REQ}
-   elogind? ( sys-auth/elogind[pam] )
-   gnome-keyring? ( gnome-base/gnome-keyring[pam] )
-   mktemp? ( sys-auth/pam_mktemp )
-   pam_krb5? (
-   >=sys-libs/pam-${MIN_PAM_REQ}
-   sys-auth/pam_krb5
-   )
-   caps? ( sys-libs/libcap[pam] )
-   pam_ssh? ( sys-auth/pam_ssh )
-   passwdqc? ( >=sys-auth/passwdqc-1.4.0-r1 )
-   pwquality? ( dev-libs/libpwquality[pam] )
-   selinux? ( sys-libs/pam[selinux] )
-   sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} )
-   systemd? ( sys-apps/systemd[pam] )
-"
-
-BDEPEND="$(python_gen_any_dep '
-   dev-python/jinja[${PYTHON_USEDEP}]
-   ')"
-
-python_check_deps() {
-   has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
-}
-
-S="${WORKDIR}/${PN}-${P}"
-
-src_configure() {
-   ${EPYTHON} ./${PN}.py \
-   $(usex caps '--libcap' '') \
-   $(usex debug '--debug' '') \
-   $(usex elogind '--elogind' '') \
-   $(usex gnome-keyring '--gnome-keyring' '') \
-   $(usex minimal '--minimal' '') \
-   $(usex mktemp '--mktemp' '') \
-   $(usex nullok '--nullok' '') \
-   $(usex pam_krb5 '--krb5' '') \
-   $(usex pam_ssh '--pam-ssh' '') \
-   $(usex passwdqc '--passwdqc' '') \
-   $(usex pwhistory '--pwhistory' '') \
-   $(usex pwquality '--pwquality' '') \
-   $(usex securetty '--securetty' '') \
-   $(usex selinux '--selinux' '') \
-   $(usex sha512 '--sha512' '') \
-   $(usex systemd '--systemd' '')
-}
-
-src_test() { :; }
-
-src_install() {
-   local DOC_CONTENTS
-
-   if use passwdqc; then
-   DOC_CONTENTS="To amend the existing password policy please see 
the man 5 passwdqc.conf
-   page and then edit the 
/etc/security/passwdqc.conf file"
-   fi
-
-   if use pwquality; then
-   DOC_CONTENTS="To amend the existing password policy please see 
the man 5 pwquality.conf
-   page and then edit the 
/etc/security/pwquality.con

[gentoo-commits] repo/gentoo:master commit in: sys-auth/pambase/

2020-10-26 Thread Sam James
commit: 72038665ef97d89a5e96a7752e4d147b75f0a06c
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 27 00:16:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 27 00:17:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72038665

sys-auth/pambase: bump to 20201026

Sam James (3):
  templates/system-login.tpl: always need faillock
  templates/system-auth.tpl: skip pam_unix with krb5
  templates/system-auth.tpl: fix libcap module name

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

 sys-auth/pambase/Manifest|  1 +
 sys-auth/pambase/pambase-20201026.ebuild | 99 
 2 files changed, 100 insertions(+)

diff --git a/sys-auth/pambase/Manifest b/sys-auth/pambase/Manifest
index 6b6b0c850b3..4e0d176df16 100644
--- a/sys-auth/pambase/Manifest
+++ b/sys-auth/pambase/Manifest
@@ -1,2 +1,3 @@
 DIST pambase-20201013.tar.gz 3289 BLAKE2B 
81a2216bb5173e5731025e864aa5031b6b4835334a2904c6e9fa2454d01ebb358fcc9d9077b9b122bb2edf4cfda8a5581802537012a423dac6546821184add5d
 SHA512 
b159a86ed7fd0a4c8457625362d9a460bb05e57c63c85be7965dbb2969ef66fa6978b1763fc9b458bb7fe592e4df7b650ec28f52612251c3e6dff1f16ddbaafa
 DIST pambase-20201020.tar.gz 3275 BLAKE2B 
8e564eac044bc95fedc24b9ac644d633889dfecf3ed18bf8368e693efdbfd978a90eb1ca96f1f86cbf12a88ac9823db9648a4c4e12888932f622d6b14c7e8395
 SHA512 
96e0dafdbe5bbfd228c25b393aa08f91a208af0cbf6fcf2e5351ef540b6b95eb63d0d342c1e33bd30ee5a705c87251fa732432c2d29edd3c74b2cba0a3d43acc
+DIST pambase-20201026.tar.gz 3286 BLAKE2B 
e96d39f5d99e90ffef40598566a7ec72654cc8623f2b8fe58e1523a03106b510692afe0861a5e0c3a50eb631850b1752f24703b27316722c172fa83951139d69
 SHA512 
4509bfa27545e3b9df647dc5351ff5972b010fdce6e37ad661942f2e475a289ac3af262e8997559535675806d458c079234d88b6140b40d05d74846f1efd1ad3

diff --git a/sys-auth/pambase/pambase-20201026.ebuild 
b/sys-auth/pambase/pambase-20201026.ebuild
new file mode 100644
index 000..89cb1cd2318
--- /dev/null
+++ b/sys-auth/pambase/pambase-20201026.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit pam python-any-r1 readme.gentoo-r1
+
+DESCRIPTION="PAM base configuration files"
+HOMEPAGE="https://github.com/gentoo/pambase;
+SRC_URI="https://github.com/gentoo/pambase/archive/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="caps debug elogind gnome-keyring minimal mktemp +nullok pam_krb5 pam_ssh 
+passwdqc pwhistory pwquality securetty selinux +sha512 systemd"
+
+RESTRICT="binchecks"
+
+REQUIRED_USE="
+   ?? ( elogind systemd )
+   ?? ( passwdqc pwquality )
+   pwhistory? ( || ( passwdqc pwquality ) )
+"
+
+MIN_PAM_REQ=1.4.0
+
+RDEPEND="
+   >=sys-libs/pam-${MIN_PAM_REQ}
+   elogind? ( sys-auth/elogind[pam] )
+   gnome-keyring? ( gnome-base/gnome-keyring[pam] )
+   mktemp? ( sys-auth/pam_mktemp )
+   pam_krb5? (
+   >=sys-libs/pam-${MIN_PAM_REQ}
+   sys-auth/pam_krb5
+   )
+   caps? ( sys-libs/libcap[pam] )
+   pam_ssh? ( sys-auth/pam_ssh )
+   passwdqc? ( >=sys-auth/passwdqc-1.4.0-r1 )
+   pwquality? ( dev-libs/libpwquality[pam] )
+   selinux? ( sys-libs/pam[selinux] )
+   sha512? ( >=sys-libs/pam-${MIN_PAM_REQ} )
+   systemd? ( sys-apps/systemd[pam] )
+"
+
+BDEPEND="$(python_gen_any_dep '
+   dev-python/jinja[${PYTHON_USEDEP}]
+   ')"
+
+python_check_deps() {
+   has_version -b "dev-python/jinja[${PYTHON_USEDEP}]"
+}
+
+S="${WORKDIR}/${PN}-${P}"
+
+src_configure() {
+   ${EPYTHON} ./${PN}.py \
+   $(usex caps '--libcap' '') \
+   $(usex debug '--debug' '') \
+   $(usex elogind '--elogind' '') \
+   $(usex gnome-keyring '--gnome-keyring' '') \
+   $(usex minimal '--minimal' '') \
+   $(usex mktemp '--mktemp' '') \
+   $(usex nullok '--nullok' '') \
+   $(usex pam_krb5 '--krb5' '') \
+   $(usex pam_ssh '--pam-ssh' '') \
+   $(usex passwdqc '--passwdqc' '') \
+   $(usex pwhistory '--pwhistory' '') \
+   $(usex pwquality '--pwquality' '') \
+   $(usex securetty '--securetty' '') \
+   $(usex selinux '--selinux' '') \
+   $(usex sha512 '--sha512' '') \
+   $(usex systemd '--systemd' '')
+}
+
+src_test() { :; }
+
+src_install() {
+   local DOC_CONTENTS
+
+   if use passwdqc; then
+   DOC_CONTENTS="To amend the existing password policy please see 
the man 5 passwdqc.conf
+   page and then edit the 
/etc/security/passwdq

[gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/

2020-10-26 Thread Georgy Yakovlev
commit: f8615afb330438aad5399d4c8266dda2460a3f57
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Oct 27 00:01:36 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Oct 27 00:01:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8615afb

net-im/telegram-desktop: disable automagic deps

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

 net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild 
b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
index 57c8fafa89f..09b08748d2d 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
@@ -126,6 +126,8 @@ src_configure() {
# EXPECTED VARIANT
# gtk is really needed for image copy-paste due to 
https://bugreports.qt.io/browse/QTBUG-56595
local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_rlottie=ON # it does not build 
with system one, prevent automagic.
+   -DCMAKE_DISABLE_FIND_PACKAGE_tl-expected=ON # header only lib, 
some git version. prevents warnings.
-DDESKTOP_APP_DISABLE_CRASH_REPORTS=ON
-DDESKTOP_APP_USE_GLIBC_WRAPS=OFF
-DDESKTOP_APP_USE_PACKAGED=ON



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

2020-10-26 Thread Sergei Trofimovich
commit: 76bddfb5bf47c074ae688f677186f0b1ab0e5c24
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:46 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bddfb5

dev-python/greenlet: stable 0.4.17 for sparc

stable wrt bug #751133

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 c0772da20bd..22a55624bda 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: dev-libs/xapian/

2020-10-26 Thread Sergei Trofimovich
commit: 2353c95ca55ce8fd4f92a8edf427b151f6fb88fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:53 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2353c95c

dev-libs/xapian: stable 1.4.17 for sparc

stable wrt bug #751025

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 9c3224406e7..04d63e67d9e 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: app-text/xapian-omega/

2020-10-26 Thread Sergei Trofimovich
commit: 53e76c1f3ed273369c0da45801251d32697e1f32
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:51:02 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:51:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e76c1f

app-text/xapian-omega: stable 1.4.17 for sparc

stable wrt bug #751025

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/xapian-omega/xapian-omega-1.4.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xapian-omega/xapian-omega-1.4.17.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
index db2e7299172..0cb7a8d8cf5 100644
--- a/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/xapian:0/30



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

2020-10-26 Thread Sergei Trofimovich
commit: 16deb62bc4e0052b8a16c1eb5f8bc9eec544fe17
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:34 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16deb62b

sys-apps/pmount: stable 0.9.99_alpha-r6 for sparc

stable wrt bug #751148

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild 
b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
index 0248164aa0f..03e626d56de 100644
--- a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
+++ b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
@@ -11,7 +11,7 @@ S=${WORKDIR}/${P/_/-}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86"
 IUSE="crypt"
 
 RDEPEND="



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

2020-10-26 Thread Sergei Trofimovich
commit: fcc5a585b635765a9cf8a5add4887ee9e33ea192
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:51:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc5a585

sys-apps/gentoo-systemd-integration: stable 8 for sparc

stable wrt bug #733582

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 9c44d3419fb..6d20838c786 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: virtual/udev/

2020-10-26 Thread Sergei Trofimovich
commit: 580c7750d2900784cac2780340a504aff5a1f6fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580c7750

virtual/udev: stable 217-r2 for sparc

stable wrt bug #751196

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 34707615c0b..7b258b25294 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: net-analyzer/iftop/

2020-10-26 Thread Sergei Trofimovich
commit: f84036aa1c639620be80a65e5a45bcd8b43026e5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:51:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:51:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84036aa

net-analyzer/iftop: stable 1.0_pre4-r4 for sparc

stable wrt bug #744214

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
index 6a6507be9f5..85ebd4a0857 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 RDEPEND="
net-libs/libpcap



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

2020-10-26 Thread Sergei Trofimovich
commit: 2b9f05815912d2335b4c0d99782b5c7e7588ed89
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9f0581

dev-python/yarl: stable 1.6.0 for sparc

stable wrt bug #751139

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 cdcdf5e3c84..88a84ff2434 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-libs/xapian-bindings/

2020-10-26 Thread Sergei Trofimovich
commit: 5b87946331d9038427272f0065f4413b70ba4086
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b879463

dev-libs/xapian-bindings: stable 1.4.17 for sparc

stable wrt bug #751025

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild
index 5a0ed496812..046313c6f48 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
python? ( ${PYTHON_REQUIRED_USE} )



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

2020-10-26 Thread Sergei Trofimovich
commit: 066c174496f0a078762de99451355a825faaa5f3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066c1744

app-portage/eix: stable 0.34.9 for sparc

stable wrt bug #751109

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 4357548c5f2..b914f9e371c 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: media-gfx/qrencode/

2020-10-26 Thread Sergei Trofimovich
commit: e49a54fabc47ea41fcf41c8febd5568598bb79b5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:50:38 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:50:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49a54fa

media-gfx/qrencode: stable 4.1.1 for sparc

stable wrt bug #751142

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 b4649c8e5bd..790356b393a 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: net-nds/smbldap-tools/

2020-10-26 Thread Sergei Trofimovich
commit: dd5d003c0c1197981febdd68e7bce10710516e4f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:51:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:51:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5d003c

net-nds/smbldap-tools: stable 0.9.10-r1 for sparc

stable wrt bug #742152

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  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 8c874161051..864a3ee1ac4 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: sci-mathematics/z3/

2020-10-26 Thread Sergei Trofimovich
commit: 7293cc8b208d7e887e656cecef76064fd0fe75c4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7293cc8b

sci-mathematics/z3: stable 4.8.9 for ppc64

stable wrt bug #751145

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 5e000b08f0b..fc6fa7797ac 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: dev-lang/go/

2020-10-26 Thread Sergei Trofimovich
commit: 0ea13a4e58d9aa66b9428fefcb58a497e5c2c0a6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea13a4e

dev-lang/go: stable 1.15.3 for ppc64

stable wrt bug #751061

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 a22506fed2c..b00f3c4303f 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-python/yarl/

2020-10-26 Thread Sergei Trofimovich
commit: cd0a351d5ad4e2cc4664ef2409618b99cc517e42
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd0a351d

dev-python/yarl: stable 1.6.0 for ppc64

stable wrt bug #751139

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 d1f4f55c9ba..cdcdf5e3c84 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-lang/go/

2020-10-26 Thread Sergei Trofimovich
commit: 7c7668e348d123e75e4411350299dcd7cc78cd42
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c7668e3

dev-lang/go: stable 1.14.10 for ppc64

stable wrt bug #751061

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 a22506fed2c..b00f3c4303f 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-python/greenlet/

2020-10-26 Thread Sergei Trofimovich
commit: 3977a5b3be29d54e38a927c3f8cb48305972d746
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:35 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3977a5b3

dev-python/greenlet: stable 0.4.17 for ppc64

stable wrt bug #751133

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 16628db6993..c0772da20bd 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: dev-lang/jsonnet/

2020-10-26 Thread Sergei Trofimovich
commit: 6a964598b33febff7091cd693e1dc7c3aa1f4c33
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:49 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a964598

dev-lang/jsonnet: stable 0.16.0-r2 for ppc64

stable wrt bug #751073

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild 
b/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
index b8788c9e269..6d4d739e9d7 100644
--- a/dev-lang/jsonnet/jsonnet-0.16.0-r2.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.16.0-r2.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: dev-python/gevent/

2020-10-26 Thread Sergei Trofimovich
commit: e6ab5e793d7c785a978f64246e98905ff7067f72
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6ab5e79

dev-python/gevent: stable 20.9.0 for ppc64

stable wrt bug #751130

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/gevent/gevent-20.9.0.ebuild 
b/dev-python/gevent/gevent-20.9.0.ebuild
index 057e4660226..14caf101bb6 100644
--- a/dev-python/gevent/gevent-20.9.0.ebuild
+++ b/dev-python/gevent/gevent-20.9.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 RESTRICT="!test? ( test )"
 



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

2020-10-26 Thread Sergei Trofimovich
commit: 5e005ceb835f46d86a8d19f022d94025e71d380c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:13 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e005ceb

sys-apps/sandbox: stable 2.20 for ppc64

stable wrt bug #751151

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 d5c483dcf2c..121ce5b1fb8 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: media-gfx/qrencode/

2020-10-26 Thread Sergei Trofimovich
commit: 559d7c921c8e1411dacdfb9700155f121e6400e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:26 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=559d7c92

media-gfx/qrencode: stable 4.1.1 for ppc64

stable wrt bug #751142

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 765539417fd..b4649c8e5bd 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: app-portage/eix/

2020-10-26 Thread Sergei Trofimovich
commit: 424510a3f3e62ff3297598513e63303c792c774f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=424510a3

app-portage/eix: stable 0.34.9 for ppc64

stable wrt bug #751109

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 fd1eb16287a..4357548c5f2 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: sys-apps/pmount/

2020-10-26 Thread Sergei Trofimovich
commit: 9c2296e486414003d4ef7c60ff81686a274e946f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:17 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c2296e4

sys-apps/pmount: stable 0.9.99_alpha-r6 for ppc64

stable wrt bug #751148

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild 
b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
index 7aa2f70a31a..0248164aa0f 100644
--- a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
+++ b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
@@ -11,7 +11,7 @@ S=${WORKDIR}/${P/_/-}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="crypt"
 
 RDEPEND="



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

2020-10-26 Thread Sergei Trofimovich
commit: 6d12aaa5210cfa9502f9ced204d0acc9be68ebb1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:48:09 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:48:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d12aaa5

virtual/udev: stable 217-r2 for ppc64

stable wrt bug #751196

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  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 82096302f57..34707615c0b 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: dev-python/greenlet/

2020-10-26 Thread Sergei Trofimovich
commit: f8c9c7389dda1a97fc2e4256a105dc1690f8965d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:21 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8c9c738

dev-python/greenlet: stable 0.4.17 for ppc

stable wrt bug #751133

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 dd437d68176..16628db6993 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/ipmitool/

2020-10-26 Thread Sergei Trofimovich
commit: f25f67120ff49f0ddb0ad9f738da0e3aff9a7028
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f25f6712

sys-apps/ipmitool: stable 1.8.18_p20201004-r1 for ppc

stable wrt bug #708436

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild 
b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild
index c9d8a404de9..21cf160a0f4 100644
--- a/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild
+++ b/sys-apps/ipmitool/ipmitool-1.8.18_p20201004-r1.ebuild
@@ -28,7 +28,7 @@ SRC_URI+="
 #IUSE="freeipmi openipmi status"
 IUSE="libressl openbmc openipmi static"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 x86"
 LICENSE="BSD"
 
 RDEPEND="



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

2020-10-26 Thread Sergei Trofimovich
commit: 70c65ec0d4e0c0f5546ea16cc2567ff6dc54def8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c65ec0

net-nds/smbldap-tools: stable 0.9.10-r1 for ppc

stable wrt bug #742152

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 4849b957c4f..8c874161051 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/stfl/

2020-10-26 Thread Sergei Trofimovich
commit: d0549d7245f282c64dfd82b51325bf3d13c80f07
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0549d72

dev-libs/stfl: stable 0.24-r3 for ppc

stable wrt bug #751202

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 ae5f798e43b..b6acd271e99 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: virtual/udev/

2020-10-26 Thread Sergei Trofimovich
commit: f67cdf3157684000e754c83ec14c00c66f6822d2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:04 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f67cdf31

virtual/udev: stable 217-r2 for ppc

stable wrt bug #751196

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 8b2c1481d40..82096302f57 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: app-portage/eix/

2020-10-26 Thread Sergei Trofimovich
commit: c28002017140e457d19b8983c221877157d88f4b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2800201

app-portage/eix: stable 0.34.9 for ppc

stable wrt bug #751109

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 7eb32c9de0f..fd1eb16287a 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: x11-misc/xdg-utils/

2020-10-26 Thread Sergei Trofimovich
commit: 192a1d9a67cdcb92c752d9e27b05410a9817787b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:37 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192a1d9a

x11-misc/xdg-utils: stable 1.1.3_p20200220-r1 for ppc

stable wrt bug #737622

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 aabb559b38e..35852fabbb0 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: app-admin/monit/

2020-10-26 Thread Sergei Trofimovich
commit: 4b20683c357aa66b3417199c8beca3c7472e90d6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:45:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:45:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b20683c

app-admin/monit: stable 5.27.0 for ppc

stable wrt bug #751229

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 82e652d2d4d..e7d1838ec4c 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: net-analyzer/iftop/

2020-10-26 Thread Sergei Trofimovich
commit: 4e89b3bf856d16c81cbc142780b02439789d80a2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e89b3bf

net-analyzer/iftop: stable 1.0_pre4-r4 for ppc

stable wrt bug #744214

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
index 06df9ab6747..6a6507be9f5 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 RDEPEND="
net-libs/libpcap



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

2020-10-26 Thread Sergei Trofimovich
commit: e8943648a3eb033cec4e4cc085dbb5549aed5a75
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:08 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8943648

sys-apps/pmount: stable 0.9.99_alpha-r6 for ppc

stable wrt bug #751148

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild 
b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
index a0e86c70421..7aa2f70a31a 100644
--- a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
+++ b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
@@ -11,7 +11,7 @@ S=${WORKDIR}/${P/_/-}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="crypt"
 
 RDEPEND="



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

2020-10-26 Thread Sergei Trofimovich
commit: 88a249cc096a0327fdfac02278369860c9a216a5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a249cc

dev-python/yarl: stable 1.6.0 for ppc

stable wrt bug #751139

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 aa89a968b8d..d1f4f55c9ba 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: media-gfx/qrencode/

2020-10-26 Thread Sergei Trofimovich
commit: 8fcd95644e053a35dc837d1f1dba77de2ae2c452
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:46:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:46:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fcd9564

media-gfx/qrencode: stable 4.1.1 for ppc

stable wrt bug #751142

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  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 a2c0a292044..765539417fd 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-python/yarl/

2020-10-26 Thread Sergei Trofimovich
commit: 76290a9f2ce92b1c01761eca38a746edd1f90eaa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76290a9f

dev-python/yarl: stable 1.6.0 for hppa

stable wrt bug #751139

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  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 9d60e2f8c51..aa89a968b8d 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-libs/xapian-bindings/

2020-10-26 Thread Sergei Trofimovich
commit: 35d14534009e79d780bf2aeb4078bdba8891ba3a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:45 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35d14534

dev-libs/xapian-bindings: stable 1.4.17 for hppa

stable wrt bug #751025

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild 
b/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild
index cdcc358a889..5a0ed496812 100644
--- a/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild
+++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.17.ebuild
@@ -23,7 +23,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${P}.tar.xz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="java lua mono perl php python ruby tcl"
 REQUIRED_USE="|| ( java lua mono perl php python ruby tcl )
python? ( ${PYTHON_REQUIRED_USE} )



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

2020-10-26 Thread Sergei Trofimovich
commit: a0363be1d23929d77b48bcd67bc86214820f6940
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:39 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0363be1

app-portage/eix: stable 0.34.9 for hppa

stable wrt bug #751109

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  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 700b4c7d179..7eb32c9de0f 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: media-gfx/qrencode/

2020-10-26 Thread Sergei Trofimovich
commit: bedfe4621d441795834e7be943d6bc7a99a72273
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:30 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bedfe462

media-gfx/qrencode: stable 4.1.1 for hppa

stable wrt bug #751142

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  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 7a6c248334c..a2c0a292044 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-apps/pmount/

2020-10-26 Thread Sergei Trofimovich
commit: 6bd678c321cd6b84dd6f0e43575d2689f6298136
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:27 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd678c3

sys-apps/pmount: stable 0.9.99_alpha-r6 for hppa

stable wrt bug #751148

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild 
b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
index 39bdc8b8792..a0e86c70421 100644
--- a/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
+++ b/sys-apps/pmount/pmount-0.9.99_alpha-r6.ebuild
@@ -11,7 +11,7 @@ S=${WORKDIR}/${P/_/-}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="crypt"
 
 RDEPEND="



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

2020-10-26 Thread Sergei Trofimovich
commit: 5b01b5e02223d28a4ef18a55f8fba8c2cce7497b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:36 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b01b5e0

dev-python/cmd2: stable 1.3.11 for hppa

stable wrt bug #751127

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/cmd2/cmd2-1.3.11.ebuild 
b/dev-python/cmd2/cmd2-1.3.11.ebuild
index cdd3428887c..dbc42145e8f 100644
--- a/dev-python/cmd2/cmd2-1.3.11.ebuild
+++ b/dev-python/cmd2/cmd2-1.3.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
dev-python/attrs[${PYTHON_USEDEP}]



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

2020-10-26 Thread Sergei Trofimovich
commit: d499649745b4479067aadafae0f6430c513bca72
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:42:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4996497

x11-misc/xdg-utils: stable 1.1.3_p20200220-r1 for hppa

stable wrt bug #737622

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  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 a139d5657db..aabb559b38e 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: app-text/xapian-omega/

2020-10-26 Thread Sergei Trofimovich
commit: 014fa806f7b9e97bf200c25ece4ba8945c4a2c1c
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:48 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=014fa806

app-text/xapian-omega: stable 1.4.17 for hppa

stable wrt bug #751025

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-text/xapian-omega/xapian-omega-1.4.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/xapian-omega/xapian-omega-1.4.17.ebuild 
b/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
index 953920b6a0d..db2e7299172 100644
--- a/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
+++ b/app-text/xapian-omega/xapian-omega-1.4.17.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/xapian-omega-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/xapian:0/30



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

2020-10-26 Thread Sergei Trofimovich
commit: f403042a94ecb72fe52d36066e5b7e92a3d9ef3b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f403042a

dev-libs/xapian: stable 1.4.17 for hppa

stable wrt bug #751025

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  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 77e4f12603d..9c3224406e7 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-analyzer/iftop/

2020-10-26 Thread Sergei Trofimovich
commit: 0bd9269d35ac0c733918a01c0e32f54764d942b2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd9269d

net-analyzer/iftop: stable 1.0_pre4-r4 for hppa

stable wrt bug #744214

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild 
b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
index 0263d76ef12..06df9ab6747 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 
 RDEPEND="
net-libs/libpcap



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

2020-10-26 Thread Sergei Trofimovich
commit: 5c1b4b3e1843fbd56b849a200e500eeaf3b3112a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:41:24 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:44:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1b4b3e

virtual/udev: stable 217-r2 for hppa

stable wrt bug #751196

Package-Manager: Portage-3.0.8, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  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 116f14dffc1..8b2c1481d40 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: profiles/, x11-libs/pangox-compat/

2020-10-26 Thread Andreas Sturmlechner
commit: 4cf65aef943ccb9caf97940221793db7d7f6eea2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 26 23:32:19 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 26 23:35:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf65aef

x11-libs/pangox-compat: Remove last-rited package

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/package.mask  |  5 
 x11-libs/pangox-compat/Manifest|  1 -
 x11-libs/pangox-compat/metadata.xml|  8 --
 .../pangox-compat/pangox-compat-0.0.2-r1.ebuild| 31 --
 x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild  | 27 ---
 5 files changed, 72 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ca4fadf69f3..9c149bae67d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -233,11 +233,6 @@ sys-auth/pam_passwdqc
 dev-dotnet/mono-addins
 media-gfx/pinta
 
-# Andreas Sturmlechner  (2020-09-27)
-# Obsolete package blocking unmasking of >=x11-libs/pango-1.44, dead upstream.
-# No reverse dependencies, bug #698922. Removal in 30 days.
-x11-libs/pangox-compat
-
 # Alexey Sokolov  (2020-10-03)
 # Package with no available HOMEPAGE, SRC_URI and multiple compilation issues.
 # Bug #741468, removal in 30 days.

diff --git a/x11-libs/pangox-compat/Manifest b/x11-libs/pangox-compat/Manifest
deleted file mode 100644
index 8469ec0108c..000
--- a/x11-libs/pangox-compat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pangox-compat-0.0.2.tar.xz 267396 BLAKE2B 
364761c9610e497e3bc2c8a1d311cffa0298256b3cf68754c5ea4e31ce096d136cd50e2deca473d2b34aedf24e50577e8e8c37ca2556ed53c9210e4d3ff663c9
 SHA512 
fd3e257157d78c3d86c948e7909226fdebe52408d02a52432de8a295443b64b80b37cb795fe646d581515e6072bd278f2dcab0e43cf27b63b03a82c01eb6b9b3

diff --git a/x11-libs/pangox-compat/metadata.xml 
b/x11-libs/pangox-compat/metadata.xml
deleted file mode 100644
index 39980802b1d..000
--- a/x11-libs/pangox-compat/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-

diff --git a/x11-libs/pangox-compat/pangox-compat-0.0.2-r1.ebuild 
b/x11-libs/pangox-compat/pangox-compat-0.0.2-r1.ebuild
deleted file mode 100644
index 9b8599f1f5f..000
--- a/x11-libs/pangox-compat/pangox-compat-0.0.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib-minimal
-
-DESCRIPTION="PangoX compatibility library"
-HOMEPAGE="http://www.pango.org/;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x64-solaris ~x86-solaris"
-
-RDEPEND=">=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}]
-   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-"
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} gnome2_src_configure --disable-static
-}
-
-multilib_src_install() {
-   gnome2_src_install
-}

diff --git a/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild 
b/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild
deleted file mode 100644
index 5b7a845e893..000
--- a/x11-libs/pangox-compat/pangox-compat-0.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="PangoX compatibility library"
-HOMEPAGE="http://www.pango.org/;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris 
~x86-solaris"
-
-RDEPEND=">=dev-libs/glib-2.31:2
-   >=x11-libs/pango-1.32
-   x11-libs/libX11"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_configure() {
-   G2CONF="${G2CONF} --disable-static"
-
-   gnome2_src_configure
-}



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

2020-10-26 Thread Sergei Trofimovich
commit: dc683aeb3b2b6ea1d4371d7aa8f4e9ce7959daf8
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct 26 23:30:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct 26 23:31:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc683aeb

dev-util/diffoscope: bump up to 161

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

 dev-util/diffoscope/Manifest  |  1 +
 dev-util/diffoscope/diffoscope-161.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/dev-util/diffoscope/Manifest b/dev-util/diffoscope/Manifest
index e7ce25efd74..9083030d86a 100644
--- a/dev-util/diffoscope/Manifest
+++ b/dev-util/diffoscope/Manifest
@@ -1 +1,2 @@
 DIST diffoscope-155.tar.gz 1571389 BLAKE2B 
320f352d6d0dcdf231ac246188f698eacbf08bc3b3194e28c09e5e38a143e0718408309483087d81a57a9f5810aadd545caa8cb32390441f1f5b79f7639a768d
 SHA512 
785e08aa9b2420d0e1fed63804c199b198344d991f04ebb402e18de45f8154ea7bf68a2e4b1551744600f5e99f750e798b89c5cc2fad09d56a8b018b0559c2ee
+DIST diffoscope-161.tar.gz 1564306 BLAKE2B 
2e07cd91061f9556e9838a96424c8066216384644eca578f305d9b947fa5dd689ad90d5b46f1c709fc2b639ca7f317ae0812252be23571cc857b66e97ea98627
 SHA512 
8da2134514c7570bb8e60ebbd5cbe6a7f5c0a5b29cac7b41588d9bc823b1a07b8fe8d5006364b75e34f5dbdc75352cf4322a8f9c3370257b60a962b12391c307

diff --git a/dev-util/diffoscope/diffoscope-161.ebuild 
b/dev-util/diffoscope/diffoscope-161.ebuild
new file mode 100644
index 000..572dad5645e
--- /dev/null
+++ b/dev-util/diffoscope/diffoscope-161.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+inherit distutils-r1
+
+DESCRIPTION="Will try to get to the bottom of what makes files or directories 
different"
+HOMEPAGE="https://diffoscope.org/ https://pypi.org/project/diffoscope/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acl binutils bzip2 libcaca colord cpio +diff docx dtc e2fsprogs file
+find gettext gif gpg gzip haskell hdf5 hex imagemagick iso java llvm
+mono opendocument pascal pdf postscript R rpm sqlite squashfs
+ssh tar tcpdump xz zip zstd"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/python-magic[${PYTHON_USEDEP}]
+   dev-python/libarchive-c[${PYTHON_USEDEP}]
+   dev-python/distro[${PYTHON_USEDEP}]
+   acl? ( sys-apps/acl )
+   binutils? ( sys-devel/binutils )
+   bzip2? ( app-arch/bzip2 )
+   libcaca? ( media-libs/libcaca )
+   colord? ( x11-misc/colord )
+   cpio? ( app-arch/cpio )
+   diff? ( sys-apps/diffutils )
+   docx? ( app-text/docx2txt )
+   dtc? ( sys-apps/dtc )
+   e2fsprogs? ( sys-fs/e2fsprogs )
+   file? ( sys-apps/file )
+   find? ( sys-apps/findutils )
+   gettext? ( sys-devel/gettext )
+   gif? ( media-libs/giflib )
+   gpg? ( app-crypt/gnupg )
+   gzip? ( app-arch/gzip )
+   haskell? ( dev-lang/ghc )
+   hdf5? ( sci-libs/hdf5 )
+   hex? ( app-editors/vim-core )
+   imagemagick? ( media-gfx/imagemagick )
+   iso? ( virtual/cdrtools )
+   java? ( virtual/jdk )
+   llvm? ( sys-devel/llvm )
+   mono? ( dev-lang/mono )
+   opendocument? ( app-text/odt2txt )
+   pascal? ( dev-lang/fpc )
+   pdf? (
+   app-text/pdftk
+   app-text/poppler
+   dev-python/PyPDF2[${PYTHON_USEDEP}]
+   )
+   postscript? ( app-text/ghostscript-gpl )
+   R? ( dev-lang/R )
+   rpm? ( app-arch/rpm )
+   sqlite? ( dev-db/sqlite:3 )
+   squashfs? ( sys-fs/squashfs-tools )
+   ssh? ( net-misc/openssh )
+   tar? ( app-arch/tar )
+   tcpdump? ( net-analyzer/tcpdump )
+   xz? ( app-arch/xz-utils )
+   zip? ( app-arch/unzip )
+   zstd? ( app-arch/zstd )
+"
+# Presence if filemagic's magic.py breaks imports
+# of dev-python/python-magic: https://bugs.gentoo.org/716482
+RDEPEND+=" !dev-python/filemagic"



[gentoo-commits] proj/pambase:master commit in: templates/

2020-10-26 Thread Sam James
commit: 99919c4b2b59af27e7ad1daa6fbe8c614a8463c0
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 08:32:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 22:48:06 2020 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=99919c4b

templates/system-auth.tpl: skip pam_unix with krb5

Before this change, success on pam_krb5 would result in jumping
one line (over pam_permit) back into pam_unix.

Incidentally, we did the later stanza correctly. This was a regression
from old pambase.

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

 templates/system-auth.tpl | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
index 8b61701..668303f 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -4,20 +4,20 @@ auth  sufficient  pam_ssh.so
 {% endif %}
 
 {% if krb5 %}
-auth[success=1 default=ignore]  pam_krb5.so {{ krb5_params }}
+auth   [success=4 default=ignore]  pam_krb5.so {{ krb5_params }}
 {% endif %}
 
-auth   optionalpam_permit.so
 auth   requisite   pam_faillock.so preauth
 auth   [success=1 default=ignore]  pam_unix.so {{ 
nullok|default('', true) }} {{ debug|default('', true) }} try_first_pass
 auth   [default=die]   pam_faillock.so authfail
+auth   optionalpam_permit.so
 
 {% if krb5 %}
-account[success=1 default=ignore]  pam_krb5.so {{ 
krb5_params }}
+account[success=2 default=ignore]  pam_krb5.so {{ 
krb5_params }}
 {% endif %}
 accountrequiredpam_unix.so {{ debug|default('', true) 
}}
-accountoptionalpam_permit.so
 account requiredpam_faillock.so
+account optionalpam_permit.so
 
 {% if passwdqc %}
 password   requiredpam_passwdqc.so 
config=/etc/security/passwdqc.conf



[gentoo-commits] proj/pambase: New tag: pambase-20201026

2020-10-26 Thread Sam James
commit: 
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 22:50:17 2020 +

New tag: pambase-20201026




[gentoo-commits] proj/pambase:master commit in: templates/

2020-10-26 Thread Sam James
commit: 473b931a56c9387cc6a1e1eddef2260fc9f3896f
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 08:33:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 21:14:00 2020 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=473b931a

templates/system-login.tpl: always need faillock

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

 templates/system-auth.tpl  | 2 --
 templates/system-login.tpl | 2 --
 2 files changed, 4 deletions(-)

diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
index faf18ee..8b61701 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -17,9 +17,7 @@ account   [success=1 default=ignore]  
pam_krb5.so {{ krb5_params }}
 {% endif %}
 accountrequiredpam_unix.so {{ debug|default('', true) 
}}
 accountoptionalpam_permit.so
-{% if not minimal %}
 account requiredpam_faillock.so
-{% endif %}
 
 {% if passwdqc %}
 password   requiredpam_passwdqc.so 
config=/etc/security/passwdqc.conf

diff --git a/templates/system-login.tpl b/templates/system-login.tpl
index 889c2d7..6a0d544 100644
--- a/templates/system-login.tpl
+++ b/templates/system-login.tpl
@@ -5,9 +5,7 @@ authinclude system-auth
 accountrequiredpam_access.so {{ debug|default('', 
true) }}
 accountrequiredpam_nologin.so
 accountinclude system-auth
-{% if not minimal %}
 account requiredpam_faillock.so
-{% endif %}
 
 password   include system-auth
 session optionalpam_loginuid.so



[gentoo-commits] proj/pambase:master commit in: templates/

2020-10-26 Thread Sam James
commit: 47a7d6f7477ac279b271babd970d2b4b6839fdb5
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 21:15:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 22:48:39 2020 +
URL:https://gitweb.gentoo.org/proj/pambase.git/commit/?id=47a7d6f7

templates/system-auth.tpl: fix libcap module name

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

 templates/system-auth.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/system-auth.tpl b/templates/system-auth.tpl
index 668303f..2ffd7ea 100644
--- a/templates/system-auth.tpl
+++ b/templates/system-auth.tpl
@@ -43,7 +43,7 @@ session   optionalpam_ssh.so
 {% endif %}
 
 {% if libcap %}
--sessionoptionalpam_libcap.so
+-sessionoptionalpam_cap.so
 {% endif %}
 
 {% include "templates/system-session.tpl" %}



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

2020-10-26 Thread James Le Cuirot
commit: 6130a7f8d36eba6a170cb6fcb703aa999e3f4e12
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Oct 26 21:49:10 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Oct 26 21:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6130a7f8

media-libs/libopenmpt: Bump to 0.5.3, drop old 0.5.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 media-libs/libopenmpt/Manifest  | 2 +-
 .../libopenmpt/{libopenmpt-0.5.2.ebuild => libopenmpt-0.5.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libopenmpt/Manifest b/media-libs/libopenmpt/Manifest
index 36762b9c280..acaa4764d87 100644
--- a/media-libs/libopenmpt/Manifest
+++ b/media-libs/libopenmpt/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.5.2+release.autotools.tar.gz 1466960 BLAKE2B 
54d7188cc7835495e9ba9f182900c8f61309079cb4b86b23ebcde1ce4b91f9305c49b8295adcce95b26c1c5b20059a20d1f07116c9a914201370dd2838acdd31
 SHA512 
39143af8ef4e84cf4ec9e94724c09a12533fa7bcc0e106c506a032546a8e846ae8946f40417981eabbb7403d8e6dba53548c96a7200807e1a99bd50f278c6628
+DIST libopenmpt-0.5.3+release.autotools.tar.gz 1468568 BLAKE2B 
02f29f1d60aa0f318d4b478291d48487c2079001f9173420c0fb5ca8c21ac0f1b3ec02c0d2958a00d7d10e994b626a673de4b5cbe85b1900bf8f0e953616aebd
 SHA512 
003e40a4fa5c44d38931f5008beb71fd82ea57f6989cffdf2f8687e403a244bd29d497c4de9744d594ecfb7d0dd2ba8ff17046a3987123f47bc56cd163f71d7d

diff --git a/media-libs/libopenmpt/libopenmpt-0.5.2.ebuild 
b/media-libs/libopenmpt/libopenmpt-0.5.3.ebuild
similarity index 100%
rename from media-libs/libopenmpt/libopenmpt-0.5.2.ebuild
rename to media-libs/libopenmpt/libopenmpt-0.5.3.ebuild



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

2020-10-26 Thread James Le Cuirot
commit: b45572208018eeba68a420baf234981db9df90ea
Author: James Le Cuirot  gentoo  org>
AuthorDate: Mon Oct 26 21:49:31 2020 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Mon Oct 26 21:49:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4557220

media-sound/openmpt123: Bump to 0.5.3, drop old 0.5.2

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: James Le Cuirot  gentoo.org>

 media-sound/openmpt123/Manifest | 2 +-
 .../openmpt123/{openmpt123-0.5.2.ebuild => openmpt123-0.5.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/openmpt123/Manifest b/media-sound/openmpt123/Manifest
index 36762b9c280..acaa4764d87 100644
--- a/media-sound/openmpt123/Manifest
+++ b/media-sound/openmpt123/Manifest
@@ -1 +1 @@
-DIST libopenmpt-0.5.2+release.autotools.tar.gz 1466960 BLAKE2B 
54d7188cc7835495e9ba9f182900c8f61309079cb4b86b23ebcde1ce4b91f9305c49b8295adcce95b26c1c5b20059a20d1f07116c9a914201370dd2838acdd31
 SHA512 
39143af8ef4e84cf4ec9e94724c09a12533fa7bcc0e106c506a032546a8e846ae8946f40417981eabbb7403d8e6dba53548c96a7200807e1a99bd50f278c6628
+DIST libopenmpt-0.5.3+release.autotools.tar.gz 1468568 BLAKE2B 
02f29f1d60aa0f318d4b478291d48487c2079001f9173420c0fb5ca8c21ac0f1b3ec02c0d2958a00d7d10e994b626a673de4b5cbe85b1900bf8f0e953616aebd
 SHA512 
003e40a4fa5c44d38931f5008beb71fd82ea57f6989cffdf2f8687e403a244bd29d497c4de9744d594ecfb7d0dd2ba8ff17046a3987123f47bc56cd163f71d7d

diff --git a/media-sound/openmpt123/openmpt123-0.5.2.ebuild 
b/media-sound/openmpt123/openmpt123-0.5.3.ebuild
similarity index 100%
rename from media-sound/openmpt123/openmpt123-0.5.2.ebuild
rename to media-sound/openmpt123/openmpt123-0.5.3.ebuild



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

2020-10-26 Thread Thomas Deutschmann
commit: a980b82787f8cb734a96776e7913f0555b6c3ad6
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Oct 26 20:33:13 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 26 21:28:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a980b827

sys-block/lsiutil: EAPI 7

Closes: https://bugs.gentoo.org/712668
Closes: https://bugs.gentoo.org/689820
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/lsiutil/lsiutil-1.62-r3.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/sys-block/lsiutil/lsiutil-1.62-r3.ebuild 
b/sys-block/lsiutil/lsiutil-1.62-r3.ebuild
new file mode 100644
index 000..9efcadaec79
--- /dev/null
+++ b/sys-block/lsiutil/lsiutil-1.62-r3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
+HOMEPAGE="https://www.broadcom.com/;
+SRC_URI="https://docs.broadcom.com/docs-and-downloads/legacy-host-bus-adapters/legacy-host-bus-adapters-common-files/LSIUtil_${PV/./-}.zip;
+
+# This package can never enter stable, it can't be mirrored and upstream
+# can remove the distfiles from their mirror anytime.
+LICENSE="LSI"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~x86"
+RESTRICT="mirror bindist"
+
+BDEPEND="app-arch/unzip"
+QA_PRESTRIPPED="/opt/bin/lsiutil"
+
+S="${WORKDIR}"
+
+src_install() {
+   exeinto /opt/bin
+   use amd64 && newexe Linux/lsiutil.x86_64 lsiutil
+   use ia64 && newexe Linux/lsiutil.ia64 lsiutil
+   use x86 && doexe Linux/lsiutil
+
+   dodoc changes.txt
+}



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

2020-10-26 Thread Thomas Deutschmann
commit: d6a432f03de049e804b0317b3f528dbc643479d0
Author: Theo Anderson  posteo  de>
AuthorDate: Mon Oct 26 20:33:53 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Oct 26 21:28:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a432f0

sys-block/lsiutil: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/18006
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-block/lsiutil/Manifest   |  1 -
 sys-block/lsiutil/lsiutil-1.62-r1.ebuild | 44 
 sys-block/lsiutil/lsiutil-1.62-r2.ebuild | 38 ---
 3 files changed, 83 deletions(-)

diff --git a/sys-block/lsiutil/Manifest b/sys-block/lsiutil/Manifest
index ff3d7eb2fb6..394f87440ea 100644
--- a/sys-block/lsiutil/Manifest
+++ b/sys-block/lsiutil/Manifest
@@ -1,2 +1 @@
 DIST LSIUtil_1-62.zip 2344606 BLAKE2B 
4b9cfef2a5ec920dfb19b2dcd34754a211b93ab82489d2eb8a6ff92729bb91c9fcb879a0997b8c7efc1b607b3a45843b89b6ad817745b2ea72a932ed5eeed4b2
 SHA512 
85de9ce20efe881e4f05fb4025031ce8c5f0b506912e813975c2e10600fa87f9c6f0147d274349f47c618ef996b7b5331b0328630ec2d153a3afe69557ba63f2
-DIST LSIUtil_1.62.zip 2544375 BLAKE2B 
727619aa73bab1ede7c3e1765062313f1819493b8aef3a37523ae2d6b152704060addcef0b81a72fc4100e3d139f6b30294e6f912962cc99ccec35a692d840fe
 SHA512 
65f68cf584b109e557ccc021412a922f867149c82060289e126186ff168b183ba325dcf3421f8275a4b34585a90ff3ef2848d1e8bfb7b386816d2ae7f5e9dd08

diff --git a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild 
b/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
deleted file mode 100644
index cb29c7db835..000
--- a/sys-block/lsiutil/lsiutil-1.62-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
-HOMEPAGE="http://www.lsi.com/;
-SRC_URI="http://www.lsi.com/downloads/Public/Obsolete/Obsolete%20Common%20Files/LSIUtil_${PV}.zip;
-
-LICENSE="LSI"
-SLOT="0"
-# This package can never enter stable, it can't be mirrored and upstream
-# can remove the distfiles from their mirror anytime.
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-RESTRICT="fetch mirror bindist"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-QA_PRESTRIPPED="/opt/bin/lsiutil"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
-   einfo "Upstream has implemented a mandatory clickthrough EULA for 
distfile download"
-   einfo "Please visit $SRC_URI"
-   einfo "And place $A into your DISTDIR directory"
-}
-
-src_install() {
-   exeinto /opt/bin
-
-   if use x86; then
-   doexe Linux/lsiutil
-   elif use amd64; then
-   newexe Linux/lsiutil.x86_64 lsiutil
-   elif use ia64; then
-   newexe Linux/lsiutil.ia64 lsiutil
-   fi
-
-   dodoc changes.txt
-}

diff --git a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild 
b/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
deleted file mode 100644
index c9cb2cb12fa..000
--- a/sys-block/lsiutil/lsiutil-1.62-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-DESCRIPTION="LSI Logic Fusion MPT Command Line Interface management tool"
-HOMEPAGE="http://www.avagotech.com/;
-SRC_URI="http://docs.avagotech.com/docs-and-downloads/legacy-host-bus-adapters/legacy-host-bus-adapters-common-files/LSIUtil_${PV/./-}.zip;
-
-LICENSE="LSI"
-SLOT="0"
-# This package can never enter stable, it can't be mirrored and upstream
-# can remove the distfiles from their mirror anytime.
-KEYWORDS="~amd64 ~ia64 ~x86"
-IUSE=""
-
-RESTRICT="mirror bindist"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-QA_PRESTRIPPED="/opt/bin/lsiutil"
-
-S="${WORKDIR}"
-
-src_install() {
-   exeinto /opt/bin
-
-   if use x86; then
-   doexe Linux/lsiutil
-   elif use amd64; then
-   newexe Linux/lsiutil.x86_64 lsiutil || die
-   elif use ia64; then
-   newexe Linux/lsiutil.ia64 lsiutil || die
-   fi
-
-   dodoc changes.txt
-}



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

2020-10-26 Thread Sam James
commit: 53326b621a645a434cb7df182b18275bc0311960
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 21:17:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 21:18:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53326b62

dev-ml/ocamlnet: Stabilize 4.1.8 ppc, #750281

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

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

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



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

2020-10-26 Thread Sam James
commit: 08a664c87139b709f4848e7e8843422563cf5eb3
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 21:17:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 21:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08a664c8

dev-ml/camlzip: Stabilize 1.10 ppc, #750287

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  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 0b82886922a..3c2f0370141 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/ocamlweb/

2020-10-26 Thread Sam James
commit: 03f237cca62fe8c07028fad1e32ccadb66a85d23
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 21:17:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 21:18:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f237cc

dev-ml/ocamlweb: Stabilize 1.41 ppc, #750284

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild 
b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
index 0d05e53f689..84413722671 100644
--- a/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
+++ b/dev-ml/ocamlweb/ocamlweb-1.41.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz;
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc x86"
 
 DEPEND=">=dev-lang/ocaml-4.08.0:=
virtual/latex-base



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

2020-10-26 Thread Sam James
commit: 748c0af3cb25a88bd0705cab709cdf3be827ff5b
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 26 21:17:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 26 21:18:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748c0af3

dev-ml/cryptokit: Stabilize 1.11 ppc, #737156

Tested-by: ernsteiswuerfel  mailbox.org>
Signed-off-by: Sam James  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 66874976cf6..152ab71573f 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: net-im/telegram-desktop/

2020-10-26 Thread Georgy Yakovlev
commit: 57fe3ccd0607533807d51e3243dc96ab6e1accac
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Oct 26 21:11:21 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct 26 21:11:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57fe3ccd

net-im/telegram-desktop: remove system-rlottie flag

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

 net-im/telegram-desktop/metadata.xml  | 1 -
 net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild | 9 ++---
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/net-im/telegram-desktop/metadata.xml 
b/net-im/telegram-desktop/metadata.xml
index 487d6100c6b..3483ee3eee6 100644
--- a/net-im/telegram-desktop/metadata.xml
+++ b/net-im/telegram-desktop/metadata.xml
@@ -8,7 +8,6 @@

Enable the app-text/aspell spell-checking 
backend
Enable the app-text/hunspell 
spell-checking backend
-   Use system version of 
media-libs/rlottie ( may alter sticker color )
WebRTC based video call support

 

diff --git a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild 
b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
index 6f411ab81e1..57c8fafa89f 100644
--- a/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
+++ b/net-im/telegram-desktop/telegram-desktop-2.4.4.ebuild
@@ -19,13 +19,10 @@ 
SRC_URI="https://github.com/telegramdesktop/tdesktop/releases/download/v${PV}/${
)
 "
 
-LICENSE="GPL-3-with-openssl-exception LGPL-2+
-   !system-rlottie? ( BSD FTL JSON MIT )
-   webrtc? ( BSD )
-"
+LICENSE="GPL-3-with-openssl-exception LGPL-2+ webrtc? ( BSD )"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc64"
-IUSE="+alsa +dbus enchant +gtk +hunspell libressl +pulseaudio +spell 
system-rlottie +webrtc +X"
+IUSE="+alsa +dbus enchant +gtk +hunspell libressl +pulseaudio +spell +webrtc 
+X"
 
 RDEPEND="
!net-im/telegram-desktop-bin
@@ -63,7 +60,6 @@ RDEPEND="
hunspell? ( >=app-text/hunspell-1.7:= )
pulseaudio? ( media-sound/pulseaudio )
webrtc? ( media-libs/libjpeg-turbo:= )
-   system-rlottie? ( media-libs/rlottie:= )
 "
 
 DEPEND="
@@ -134,7 +130,6 @@ src_configure() {
-DDESKTOP_APP_USE_GLIBC_WRAPS=OFF
-DDESKTOP_APP_USE_PACKAGED=ON
-DDESKTOP_APP_USE_PACKAGED_FONTS=ON
-   -DDESKTOP_APP_LOTTIE_USE_CACHE=$(usex system-rlottie OFF ON) # 
we disable cache with system rlottie
-DTDESKTOP_DISABLE_GTK_INTEGRATION="$(usex gtk OFF ON)"
-DTDESKTOP_LAUNCHER_BASENAME="${PN}"
-DDESKTOP_APP_DISABLE_DBUS_INTEGRATION="$(usex dbus OFF ON)"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/protonmail-bridge-bin/

2020-10-26 Thread Piotr Karbowski
commit: e3a34f6a17861029d9067961a4a75e5c28819ab8
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Mon Oct 26 20:19:53 2020 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Mon Oct 26 20:19:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a34f6a

mail-mta/protonmail-bridge-bin: libxkbcommon[X] dependency.

Closes: https://bugs.gentoo.org/751283
Signed-off-by: Piotr Karbowski  gentoo.org>

 mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild 
b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild
index 5e95c7cdff6..e1fe63e0942 100644
--- a/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild
+++ b/mail-mta/protonmail-bridge-bin/protonmail-bridge-bin-1.4.5.ebuild
@@ -31,7 +31,7 @@ RDEPEND="
x11-libs/libxcb
x11-libs/libXext
x11-libs/libXi
-   x11-libs/libxkbcommon
+   x11-libs/libxkbcommon[X]
 "
 BDEPEND="dev-util/patchelf"
 



[gentoo-commits] proj/kde:master commit in: sets/

2020-10-26 Thread Andreas Sturmlechner
commit: 69fa8823d2ccf98037e2416840052894742dc96d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 26 18:45:33 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 26 18:52:37 2020 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=69fa8823

sets: Drop historic meta packages from kde-release-service-live

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sets/kde-release-service-live | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sets/kde-release-service-live b/sets/kde-release-service-live
index 30ca657583..9d9a2afc2e 100644
--- a/sets/kde-release-service-live
+++ b/sets/kde-release-service-live
@@ -1,8 +1,6 @@
 ~kde-apps/baloo-widgets-
 ~kde-apps/dolphin-
 ~kde-apps/kate-
-~kde-apps/kde-apps-meta-
-~kde-apps/kde-meta-
 ~kde-apps/kdebase-meta-
 ~kde-apps/kdecore-meta-
 ~kde-apps/khelpcenter-



  1   2   3   >