[gentoo-commits] repo/gentoo:master commit in: net-analyzer/trafshow/files/, net-analyzer/trafshow/

2020-08-31 Thread Jeroen Roovers
commit: ac5aed68fd7b5cf55b1a22cfa417b65ae29c400c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep  1 06:36:08 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Sep  1 06:36:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5aed68

net-analyzer/trafshow: Fix building against libpcap-1.10.0

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 .../trafshow/files/trafshow-5.2.3-pcap_init.patch  | 29 ++
 net-analyzer/trafshow/trafshow-5.2.3-r1.ebuild | 45 ++
 2 files changed, 74 insertions(+)

diff --git a/net-analyzer/trafshow/files/trafshow-5.2.3-pcap_init.patch 
b/net-analyzer/trafshow/files/trafshow-5.2.3-pcap_init.patch
new file mode 100644
index 000..046795a5832
--- /dev/null
+++ b/net-analyzer/trafshow/files/trafshow-5.2.3-pcap_init.patch
@@ -0,0 +1,29 @@
+--- a/trafshow.c
 b/trafshow.c
+@@ -58,7 +58,7 @@
+ static void vers();
+ static void usage();
+ static pcap_if_t *pcap_matchdev(pcap_if_t *dp, const char *name);
+-static int pcap_init(PCAP_HANDLER **ph_list, pcap_if_t *dp);
++static int ts_pcap_init(PCAP_HANDLER **ph_list, pcap_if_t *dp);
+ static void *pcap_feed(void *arg); /* PCAP_HANDLER *ph */
+ #ifdefHAVE_PCAP_GET_SELECTABLE_FD
+ static void *pcap_feed2(void *arg); /* PCAP_HANDLER *ph */
+@@ -172,7 +172,7 @@
+   }
+ 
+   /* initialize list of pcap handlers */
+-  if ((op = pcap_init(&ph_list, dev_list)) < 1) {
++  if ((op = ts_pcap_init(&ph_list, dev_list)) < 1) {
+   fprintf(stderr, "No packet capture device available (no 
permission?)\n");
+   exit(1);
+   }
+@@ -298,7 +298,7 @@
+ }
+ 
+ static int
+-pcap_init(ph_list, dp)
++ts_pcap_init(ph_list, dp)
+   PCAP_HANDLER **ph_list;
+   pcap_if_t *dp;
+ {

diff --git a/net-analyzer/trafshow/trafshow-5.2.3-r1.ebuild 
b/net-analyzer/trafshow/trafshow-5.2.3-r1.ebuild
new file mode 100644
index 000..ce61398d05f
--- /dev/null
+++ b/net-analyzer/trafshow/trafshow-5.2.3-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Full screen visualization of the network traffic"
+HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml";
+SRC_URI="ftp://ftp.nsk.su/pub/RinetSoftware/${P}.tgz";
+
+LICENSE="BSD"
+SLOT="3"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="slang"
+
+DEPEND="
+   net-libs/libpcap
+   !slang? ( sys-libs/ncurses )
+   slang? ( >=sys-libs/slang-1.4 )
+"
+BDEPEND="
+   virtual/pkgconfig
+"
+PATCHES=(
+   "${FILESDIR}"/${P}-gcc44.patch
+   "${FILESDIR}"/${P}-gentoo.patch
+   "${FILESDIR}"/${P}-pcap_init.patch
+   "${FILESDIR}"/${P}-tinfo.patch
+)
+
+src_prepare() {
+   default
+   cat /usr/share/aclocal/pkg.m4 >> aclocal.m4 || die
+   eautoreconf
+}
+
+src_configure() {
+   if ! use slang; then
+   # No command-line option so pre-cache instead
+   export ac_cv_have_curses=ncurses
+   export LIBS=-lncurses
+   fi
+
+   default
+}



[gentoo-commits] repo/proj/rust:master commit in: dev-lang/rust/, dev-lang/rust/files/, virtual/rust/

2020-08-31 Thread Mikhail Pukhlikov
commit: cc2208c51917e8e0ce9104f5d79a3100fc504dd4
Author: o01eg  yandex  ru>
AuthorDate: Mon Aug 31 19:06:38 2020 +
Commit: Mikhail Pukhlikov  gentoo  org>
CommitDate: Tue Sep  1 06:09:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/rust.git/commit/?id=cc2208c5

Update dev-lang/rust- and virtual/rust-

Closes: https://github.com/gentoo/gentoo-rust/pull/501
Signed-off-by: Mikhail Pukhlikov  gentoo.org>

 dev-lang/rust/files/1.43.1-fix-libdir.patch |  70 --
 dev-lang/rust/rust-.ebuild  | 191 +---
 virtual/rust/rust-.ebuild   |  10 +-
 3 files changed, 152 insertions(+), 119 deletions(-)

diff --git a/dev-lang/rust/files/1.43.1-fix-libdir.patch 
b/dev-lang/rust/files/1.43.1-fix-libdir.patch
deleted file mode 100644
index e1dccf3..000
--- a/dev-lang/rust/files/1.43.1-fix-libdir.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
-index eb0199fd020..c33657549ba 100644
 a/src/bootstrap/builder.rs
-+++ b/src/bootstrap/builder.rs
-@@ -646,6 +646,7 @@ impl<'a> Builder<'a> {
- pub fn sysroot_libdir_relative(&self, compiler: Compiler) -> &Path {
- match self.config.libdir_relative() {
- Some(relative_libdir) if compiler.stage >= 1 => relative_libdir,
-+_ if compiler.stage == 0 => &self.build.initial_libdir,
- _ => Path::new("lib"),
- }
- }
-diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs
-index a476d25f102..7fe4496ca45 100644
 a/src/bootstrap/lib.rs
-+++ b/src/bootstrap/lib.rs
-@@ -242,6 +242,7 @@ pub struct Build {
- initial_rustc: PathBuf,
- initial_cargo: PathBuf,
- initial_lld: PathBuf,
-+initial_libdir: PathBuf,
- 
- // Runtime state filled in later on
- // C/C++ compilers and archiver for all targets
-@@ -343,18 +344,38 @@ impl Build {
- // we always try to use git for LLVM builds
- let in_tree_llvm_info = channel::GitInfo::new(false, 
&src.join("src/llvm-project"));
- 
--let initial_sysroot = 
config.initial_rustc.parent().unwrap().parent().unwrap();
--let initial_lld = initial_sysroot
--.join("lib")
--.join("rustlib")
--.join(config.build)
--.join("bin")
--.join("rust-lld");
-+let initial_target_libdir_str = output(
-+Command::new(&config.initial_rustc)
-+.arg("--target")
-+.arg(config.build)
-+.arg("--print")
-+.arg("target-libdir"),
-+);
-+let initial_target_dir = 
Path::new(&initial_target_libdir_str).parent().unwrap();
-+let initial_lld = initial_target_dir.join("bin").join("rust-lld");
-+
-+let initial_sysroot = output(
-+Command::new(&config.initial_rustc)
-+.arg("--print")
-+.arg("sysroot"),
-+);
-+println!("stage0 sysroot: {}", initial_sysroot);
-+let initial_libdir_full = initial_target_dir
-+.parent()
-+.unwrap()
-+.parent()
-+.unwrap();
-+println!("stage0 libdir: {}", initial_libdir_full.display());
-+let initial_libdir = initial_libdir_full
-+.strip_prefix(initial_sysroot.trim())
-+.unwrap()
-+.to_path_buf();
- 
- let mut build = Build {
- initial_rustc: config.initial_rustc.clone(),
- initial_cargo: config.initial_cargo.clone(),
- initial_lld,
-+initial_libdir,
- local_rebuild: config.local_rebuild,
- fail_fast: config.cmd.fail_fast(),
- doc_tests: config.cmd.doc_tests(),

diff --git a/dev-lang/rust/rust-.ebuild b/dev-lang/rust/rust-.ebuild
index b96c023..ab98c35 100644
--- a/dev-lang/rust/rust-.ebuild
+++ b/dev-lang/rust/rust-.ebuild
@@ -50,12 +50,24 @@ LLVM_DEPEND="
 "
 LLVM_MAX_SLOT=10
 
-# libgit2 should be at least same as bungled into libgit-sys #707746
-COMMON_DEPEND="
+BDEPEND="${PYTHON_DEPS}
+   app-eselect/eselect-rust
+   || (
+   >=sys-devel/gcc-4.7
+   >=sys-devel/clang-3.5
+   )
+   !system-llvm? (
+   dev-util/cmake
+   dev-util/ninja
+   )
+"
+
+# libgit2 should be at least same as bundled into libgit-sys #707746
+DEPEND="
>=dev-libs/libgit2-0.99:=
net-libs/libssh2:=
net-libs/http-parser:=
-   net-misc/curl:=[ssl]
+   net-misc/curl:=[http2,ssl]
sys-libs/zlib:=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
@@ -65,20 +77,8 @@ COMMON_DEPEND="
)
 "
 
-DEPEND="${COMMON_DEPEND}
-   ${PYTHON_DEPS}
-   || (
-   >=sys-devel/gcc-4.7
-   >=sys-devel/clang-3.5
-   )
-   !system-llvm? (
-   dev-util/cmake
-   dev-util/ninja
-   )
-"
-
-RDEPEND="${

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

2020-08-31 Thread Michał Górny
commit: 4123d119d72fc079eecc46baa5e65f496c838277
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 06:06:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 06:06:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4123d119

package.mask: Last rite app-text/fbless

Bug: https://bugs.gentoo.org/734578
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/profiles/package.mask b/profiles/package.mask
index 02e19b222dc..5d978c18eff 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -32,6 +32,13 @@
 
 #--- END OF EXAMPLES ---
 
+# Michał Górny  (2020-09-01)
+# The GitHub repository is gone and upstream's homepage lists only old
+# versions.  Python 2 only.  Debian has a py3 patch but it is incomplete
+# and fbless crashes when opening a file.
+# Removal in 30 days.  Bug #734578.
+app-text/fbless
+
 # Sam James  (2020-08-30)
 # Serious security bug, unmaintained.
 # Stuck on long-obsolete EAPI 4.



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

2020-08-31 Thread Michał Górny
commit: e3198b579b12d0c44be13c6e189d150f7ec206d4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 05:31:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 05:31:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3198b57

dev-python/boto3: Bump to 1.14.52

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.14.52.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 691cb9f1719..1be5fd0d1eb 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,3 +2,4 @@ DIST boto3-1.14.23.tar.gz 299581 BLAKE2B 
57cbb3fbd9a84f334b5874ca96490cb0269bb79
 DIST boto3-1.14.31.tar.gz 300720 BLAKE2B 
9dbd002e299c629f28037572c615a00612c80773006c344797d0ad56c81c240b56bfc56e8ffe52e3b404c77a56318532aadfa2d008c254e70f7bfa91e40b7e1a
 SHA512 
e3fe0041bbdc67affcf5d5272c26aa14ef0fa546af2efb99187311bee23531181ab1f1ebc69f2c3ed8250140642f4402334ebbc9acbf422641fa6abed5d5815f
 DIST boto3-1.14.46.tar.gz 301815 BLAKE2B 
e389e7e0cd9ed0907fd13a948bf37e00040e32029d7720f5a720c8c9cb3cf1fb157bb665032b4ba594b3b5f50129088f26f004535fc4f8fe72f32ab0be6ce9b9
 SHA512 
aa1aa0155fcaaaddcfc24697211e8f5a69eab1282a185f0cb76b02d63d1426c02ca3be71be980214484a351159f6bcc34c3422cd11b9a556d67802c01a06aed0
 DIST boto3-1.14.49.tar.gz 301978 BLAKE2B 
ab27aab54b7e1b531ae063e3a84691820208d5d229664d07aaba4c184d5344eb2a620bd2cf4cd4dc4555cf014926c56c89ee29a9832d7ede4fa46b025914a135
 SHA512 
bc66702f869cb41c6c6dc7d6f82eb09c962122e108d02daf2c4ee408b7a805193f2f4f9af0c5c96775c8a79975142d1154a32c2fe86b0c6aacd18617ff2934c8
+DIST boto3-1.14.52.tar.gz 302219 BLAKE2B 
97b93e7e203aba7e0dad8bdace83ac41fb85b5880473721543160dc19da52559db3e095edfea8e0946a8915e1a3c396de598b76a35221a64226d602199b8301e
 SHA512 
f65473d91d45bfbd036413b63ee62688bdf9318a09fb81d7e83d5655b785a7b6b626ec7b61ddc1fef8f3fc46c7acb7becefb632d4ae931335a4568451596673d

diff --git a/dev-python/boto3/boto3-1.14.52.ebuild 
b/dev-python/boto3/boto3-1.14.52.ebuild
new file mode 100644
index 000..ccc99e1c241
--- /dev/null
+++ b/dev-python/boto3/boto3-1.14.52.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="https://github.com/boto/boto3";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3";
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # prevent an infinite loop
+   rm tests/functional/docs/test_smoke.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
+}



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

2020-08-31 Thread Michał Górny
commit: 375525884014eaed8e52fd1951c37ca6dcc1d352
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 05:34:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 05:34:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37552588

xfce-extra/xfce4-notifyd: Bump to 0.6.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild   | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index b48319ef79c..1b69d64668c 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.6.1-r1.tar.bz2 539209 BLAKE2B 
58dedc9091b1a2f5f58c4f095596f266056ef6ad735460617b6821192d2310024b27f08767c5fc7700a250c471cc77d3a0cd2655fda65e0d1ba489380d3e0ecb
 SHA512 
d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f
+DIST xfce4-notifyd-0.6.2-r1.tar.bz2 548415 BLAKE2B 
8f5abdb7dd35353e551af7a436bd8dc71e082ecc1ae90302ccd35a2bae6022950160828d43722ab2033f71e83bf14fbf4ab50cfd223c7b300e4745c76a9e9eb4
 SHA512 
13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
new file mode 100644
index 000..6d7684102cf
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> 
${P}-r1.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.14:3=
+   >=x11-libs/libnotify-0.7:=
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



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

2020-08-31 Thread Michał Górny
commit: 13fe940c3a469c7168cc97dedd2031e9b19fa33a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 05:31:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 05:31:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fe940c

dev-python/botocore: Bump to 1.17.52

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.17.52.ebuild | 62 +
 2 files changed, 63 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 339014c30e5..8c9028da93f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.17.23.tar.gz 6564852 BLAKE2B 
cc1da91f4a45964fe684b015de9db253059
 DIST botocore-1.17.31.tar.gz 6665851 BLAKE2B 
dbc89d1216f9fda89c6185baccfdf2878c265d8761e4ad1349a45d334f9a4d5b79ad1ce06a19a7a706b75be1a6d7f2a7bf5bc33d8ffbe7ad8a016472edf0432f
 SHA512 
ab1921fae887846d1c224d624e8d5dd888ab9c0c90a415ac97e5ad2f7563131b199e8870553e7f3dd6f5ff4c7901aa04bfa99160aca4e9da8ef3096cfd922ec9
 DIST botocore-1.17.46.tar.gz 6738493 BLAKE2B 
2e5ee1241af91c19cef0ac575c5ad68d46277e8b2f0f1f719428f7b4026303a47e48b8a8240c1121cfe35c6310be5fde3f0cfa2aa3f3321249811eb510b47f94
 SHA512 
a11de252454477d478f2b5d0b5978b24961baa3942936ef5990c421709d0b8081e8dbf020b76cce5c3c43d3fe0467cedf5441918767163712e0ad178c9cba80d
 DIST botocore-1.17.49.tar.gz 6765351 BLAKE2B 
c5c40c37d1f1f0f1d7e059a1b88025039be6021723d244725de28d453789a51b19c4feed35d7c862a8238e5d2b4d77fb83f0b0052ce7a7b31c26e024b7be4321
 SHA512 
912a25c98fa08a89aa8511f00a83712525eaa11a1c8137da3e569a993c54d2c2a3c9566ff88f91cede34dc1d1b155f21ac037f2396b3b3339ddc2c2be7c400d1
+DIST botocore-1.17.52.tar.gz 6778122 BLAKE2B 
4afb88a7990ca4cd04f113a75f00dcc26569102a3a3b8ad991073577178a86b56b607888ed8d70569affb03fc77d3f89060a1a34059dd33a457eff4f3c31eb5e
 SHA512 
97de510725dcc2db9c57d7e9415f5c22fc30a2737c3785ffc32e53a56cb542dec06468b3a06bf03ae0ae2eb913628b68ca104b1e8f211e5c580606422e5f3267

diff --git a/dev-python/botocore/botocore-1.17.52.ebuild 
b/dev-python/botocore/botocore-1.17.52.ebuild
new file mode 100644
index 000..8737f742498
--- /dev/null
+++ b/dev-python/botocore/botocore-1.17.52.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="https://github.com/boto/botocore";
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore";
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jmespath[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
+   "${FILESDIR}/botocore-1.16.7-unlock-deps.patch"
+)
+
+distutils_enable_sphinx docs/source \
+   'dev-python/guzzle_sphinx_theme'
+distutils_enable_tests nose
+
+src_prepare() {
+   # py3.9
+   find -name '*.py' -exec \
+   sed -i -e 's:cElementTree:ElementTree:' {} + || die
+   # very unstable
+   sed -i -e 's:test_stress_test_token_bucket:_&:' \
+   tests/functional/retries/test_bucket.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # note: suites need to be run separately as one of the unit tests
+   # seems to be leaking mocks and breaking a few functional tests
+   nosetests -v tests/unit ||
+   die "unit tests failed under ${EPYTHON}"
+   nosetests -v tests/functional ||
+   die "functional tests failed under ${EPYTHON}"
+}



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

2020-08-31 Thread Hans de Graaff
commit: ad31480ab7e4d260ba09e2072d340600ba3ee50c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  1 05:14:21 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  1 05:14:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad31480a

dev-ruby/warden: add 1.2.9

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

 dev-ruby/warden/Manifest|  1 +
 dev-ruby/warden/warden-1.2.9.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-ruby/warden/Manifest b/dev-ruby/warden/Manifest
index 639e20741db..e6da1e1e806 100644
--- a/dev-ruby/warden/Manifest
+++ b/dev-ruby/warden/Manifest
@@ -1 +1,2 @@
 DIST warden-1.2.8.tar.gz 29841 BLAKE2B 
657f9d1b5a7fbf3b07ac8cfa514c410561cce853cbc2e6c7bf6d98deab8f625771b20d339613738a979395638b654b066080fad5a7378b15345cb46e273966c9
 SHA512 
efd7a416f2da3095d6d33c2dca3a7e09d127fb0abec86e959aba56739ae865ea9a11e234ea1f6d557466d9076e3f271481e20982bc159a3f09a4d55148d45734
+DIST warden-1.2.9.tar.gz 29992 BLAKE2B 
8a4470c6503c89cb759ebcc155171e86dbb124585d391d6d06c09da0fc0a4095f0235816b9e80895dafe7290584ba49e6699adc9fe8121b2aaee8d1045919b59
 SHA512 
2ec1129d9afc178c9883a72ffed06f184001147463827f4c5d09475ad65beb084832902a94980e22136400648ad97f2e42a779faf6d49d5a110f545d82a4ddb7

diff --git a/dev-ruby/warden/warden-1.2.9.ebuild 
b/dev-ruby/warden/warden-1.2.9.ebuild
new file mode 100644
index 000..8075b9c4378
--- /dev/null
+++ b/dev-ruby/warden/warden-1.2.9.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="General Rack Authentication Framework"
+HOMEPAGE="https://github.com/wardencommunity/warden";
+SRC_URI="https://github.com/wardencommunity/warden/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/rack-2.0.9:*"
+
+all_ruby_prepare() {
+   sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} 
|| die
+}



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

2020-08-31 Thread Hans de Graaff
commit: 4d07aaf3a2b2c015b3e4a09d2421a19dc352c6a9
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Sep  1 04:58:37 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Sep  1 04:58:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d07aaf3

dev-ruby/minitest: add 5.14.2

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

 dev-ruby/minitest/Manifest   |  1 +
 dev-ruby/minitest/minitest-5.14.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest
index 772c9e0ede7..d3ee7aab4fd 100644
--- a/dev-ruby/minitest/Manifest
+++ b/dev-ruby/minitest/Manifest
@@ -4,3 +4,4 @@ DIST minitest-5.12.2.gem 82432 BLAKE2B 
fb8df3d5407a96b7be9611c19763a4480c20ac29a
 DIST minitest-5.13.0.gem 83968 BLAKE2B 
90f2bc20328a5522a51bcfee94d69e6fd03189190a04ee77499d574531e95b8f8b6652cc51a5917e51920f58c0f95465c27c5d69bab7aba01e02502ccf72ae38
 SHA512 
bdd0d665cfd6f6e36dcb1f2f069f5154a468f68eb4c41f5c39e3a3397644141d5e05024023b20fafbceb983b019b00a0ec6da98432f505cc8fd1cebc11cc1fca
 DIST minitest-5.14.0.gem 84992 BLAKE2B 
3bf733ae992e83af862773b6b76997b7a3262290c8239fe2871e9d55bfdd0a9c921a88965167a693794e064fcc2efdf9f6c111075f59921c55669fca1a8ada27
 SHA512 
4d65cbc96fe96bd79fd1dce36ce3b72d8e01efc12dcfeb6264075bb36430110f1c8fb519e0885e3449379fb5237cbdf7e24803ef49034e46ddf1d3a24c56b45f
 DIST minitest-5.14.1.gem 84992 BLAKE2B 
1bc258ea21ff887381ce9d13ea08f07d6242bf1daa8e65063ac9bfa41c5a9363d0c7e25356d803e780814fcc62c54b9f62e76c7db8e0666f19dbb52bd94e171d
 SHA512 
57a205ce8f71a494d9d8b0343cbc39f8d3ee22f33145b53b6b0bebebc0a2ed542eba3e1df91bf115be0910f0c2e65d5c24be6b595f13e6ccbbe417e06c54ffce
+DIST minitest-5.14.2.gem 84992 BLAKE2B 
2cca1cbbd7588d2bd77458008a0dce0dcf34e9e68fa0ab7eaa79a72515c3d2399030db61905e84835596dea5e854a4a0708096f3b401ca8fb61c3da0823a8ad5
 SHA512 
c1cdb87824382233d4ae0570346a6888ecdf0dddbd5fbc9bc136e1c8ed9e1ce57d08d5994f57ba1eee99a38e48a04a10a32288d34ce10ca4ecdfa15587cf602e

diff --git a/dev-ruby/minitest/minitest-5.14.2.ebuild 
b/dev-ruby/minitest/minitest-5.14.2.ebuild
new file mode 100644
index 000..4c17d47926e
--- /dev/null
+++ b/dev-ruby/minitest/minitest-5.14.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby25 ruby26 ruby27"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and 
slow test/unit"
+HOMEPAGE="https://github.com/seattlerb/minitest";
+
+LICENSE="MIT"
+SLOT="5"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc test"
+
+each_ruby_test() {
+   ${RUBY} -Ilib:test:. -e "Dir['**/test_*.rb'].each{|f| require f}" || 
die "Tests failed"
+}



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

2020-08-31 Thread Dennis Lamm
commit: 712e9fe10c3af56d9b98be1477a1de5d40830d97
Author: Dennis Lamm  gentoo  org>
AuthorDate: Tue Sep  1 04:41:46 2020 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Tue Sep  1 04:41:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712e9fe1

dev-libs/clipper: added ~x86 keyword

Signed-off-by: Dennis Lamm  gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23

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

diff --git a/dev-libs/clipper/clipper-6.4.2.ebuild 
b/dev-libs/clipper/clipper-6.4.2.ebuild
index fd2344e7318..bf08e270512 100644
--- a/dev-libs/clipper/clipper-6.4.2.ebuild
+++ b/dev-libs/clipper/clipper-6.4.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://sourceforge/project/polyclipping/${MY_P}.zip -> ${P}.zip"
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 



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

2020-08-31 Thread Sam James
commit: e023bf071ddcf03073cddf7c0f8f1a54ff6063f1
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:17:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:17:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e023bf07

dev-python/sure: Stabilize 1.4.11 sparc, #732726

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

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

diff --git a/dev-python/sure/sure-1.4.11.ebuild 
b/dev-python/sure/sure-1.4.11.ebuild
index 87c8cc81818..9dd80a7bd13 100644
--- a/dev-python/sure/sure-1.4.11.ebuild
+++ b/dev-python/sure/sure-1.4.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: 5380a7f78bdc930aca8eb35c8445053badb0c418
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:17:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:17:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5380a7f7

dev-python/rsa: Stabilize 4.2 sparc, #732726

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

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

diff --git a/dev-python/rsa/rsa-4.2.ebuild b/dev-python/rsa/rsa-4.2.ebuild
index b965781a09a..d9362be5516 100644
--- a/dev-python/rsa/rsa-4.2.ebuild
+++ b/dev-python/rsa/rsa-4.2.ebuild
@@ -18,7 +18,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
 
 RDEPEND="
>=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}]



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

2020-08-31 Thread Sam James
commit: 4f2cb62e24f4634b4b8487cb0bba14d65112c141
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:18:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:18:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f2cb62e

dev-python/boto: Stabilize 2.49.0-r3 sparc, #732726

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

 dev-python/boto/boto-2.49.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/boto/boto-2.49.0-r3.ebuild 
b/dev-python/boto/boto-2.49.0-r3.ebuild
index e7daed0710b..11eb86131a9 100644
--- a/dev-python/boto/boto-2.49.0-r3.ebuild
+++ b/dev-python/boto/boto-2.49.0-r3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 
 PATCHES=(
# taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909545



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

2020-08-31 Thread Sam James
commit: 3727ab6ffc6ffb3b1d47cb5d5226f5d210ebff52
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:17:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:17:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3727ab6f

dev-python/httpretty: Stabilize 1.0.2-r1 sparc, #732726

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

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

diff --git a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild 
b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
index fef55078a16..12c6a2505f0 100644
--- a/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
+++ b/dev-python/httpretty/httpretty-1.0.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: ce9ed7e3e7b66039cb2c0a0a3551d9b7967728cd
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:18:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:18:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9ed7e3

dev-python/selenium: Stabilize 3.141.0-r1 sparc, #732726

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

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

diff --git a/dev-python/selenium/selenium-3.141.0-r1.ebuild 
b/dev-python/selenium/selenium-3.141.0-r1.ebuild
index d02861a215a..8d7c91fdbe1 100644
--- a/dev-python/selenium/selenium-3.141.0-r1.ebuild
+++ b/dev-python/selenium/selenium-3.141.0-r1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-> ${P}.gh.tar.gz
)"
 
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
 LICENSE="Apache-2.0"
 SLOT="0"
 



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

2020-08-31 Thread Sam James
commit: 8faf8d2890fe2438b5ab1011ffe2d610e9c9662e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:17:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:17:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8faf8d28

dev-python/monotonic: Stabilize 1.5-r1 sparc, #732726

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

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

diff --git a/dev-python/monotonic/monotonic-1.5-r1.ebuild 
b/dev-python/monotonic/monotonic-1.5-r1.ebuild
index e85560961fc..29daba27a01 100644
--- a/dev-python/monotonic/monotonic-1.5-r1.ebuild
+++ b/dev-python/monotonic/monotonic-1.5-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 # no tests



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

2020-08-31 Thread Sam James
commit: 99b2decb4f6dbc28649b7488a538a7f6511f77a0
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:17:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:17:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b2decb

dev-python/greenlet: Stabilize 0.4.16 sparc, #732726

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

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

diff --git a/dev-python/greenlet/greenlet-0.4.16.ebuild 
b/dev-python/greenlet/greenlet-0.4.16.ebuild
index 6372f318b5e..4766b676c6e 100644
--- a/dev-python/greenlet/greenlet-0.4.16.ebuild
+++ b/dev-python/greenlet/greenlet-0.4.16.ebuild
@@ -14,7 +14,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"
 IUSE="doc"
 
 DISTUTILS_IN_SOURCE_BUILD=1



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

2020-08-31 Thread Sam James
commit: dcf2ba7f5d619a8cb09dc5d8cbb93819052ae936
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:17:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:17:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf2ba7f

dev-python/eventlet: Stabilize 0.25.1-r1 sparc, #732726

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

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

diff --git a/dev-python/eventlet/eventlet-0.25.1-r1.ebuild 
b/dev-python/eventlet/eventlet-0.25.1-r1.ebuild
index f00090d518b..8f3f5197f91 100644
--- a/dev-python/eventlet/eventlet-0.25.1-r1.ebuild
+++ b/dev-python/eventlet/eventlet-0.25.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/e/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~s390 sparc x86"
 IUSE="doc examples test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-shells/bash/

2020-08-31 Thread Sam James
commit: bf41d4c9f97f0d08f98edf2c55191814020c7e32
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:16:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:16:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf41d4c9

app-shells/bash: Stabilize 5.0_p18 ppc, #738230

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

 app-shells/bash/bash-5.0_p18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/bash/bash-5.0_p18.ebuild 
b/app-shells/bash/bash-5.0_p18.ebuild
index b001a72e609..22e09ae6e20 100644
--- a/app-shells/bash/bash-5.0_p18.ebuild
+++ b/app-shells/bash/bash-5.0_p18.ebuild
@@ -46,7 +46,7 @@ fi
 
 LICENSE="GPL-3"
 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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline"
 
 DEPEND="



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

2020-08-31 Thread Sam James
commit: cfdb13a099b0a7083bf5e2bd13c6f99539b795e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:15:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:15:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfdb13a0

dev-lang/php: Stabilize 7.3.21 ppc64, #736158

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

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

diff --git a/dev-lang/php/php-7.3.21.ebuild b/dev-lang/php/php-7.3.21.ebuild
index 9538a25e5fc..4583dedfe50 100644
--- a/dev-lang/php/php-7.3.21.ebuild
+++ b/dev-lang/php/php-7.3.21.ebuild
@@ -19,7 +19,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2020-08-31 Thread Sam James
commit: 858ebf880e9cbfec6e5fc212b537a57ea8a8836f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:15:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:15:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858ebf88

dev-lang/php: Stabilize 7.4.9 ppc64, #736158

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

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

diff --git a/dev-lang/php/php-7.4.9.ebuild b/dev-lang/php/php-7.4.9.ebuild
index f1925013ed6..b7203bdf290 100644
--- a/dev-lang/php/php-7.4.9.ebuild
+++ b/dev-lang/php/php-7.4.9.ebuild
@@ -21,7 +21,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 S="${WORKDIR}/${PN}-${MY_PV}"
 



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

2020-08-31 Thread Sam James
commit: abbd18d505d0942599cffc10fb249a7149ab7e9d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 04:15:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 04:15:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abbd18d5

dev-lang/php: Stabilize 7.2.33 ppc64, #736158

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

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

diff --git a/dev-lang/php/php-7.2.33.ebuild b/dev-lang/php/php-7.2.33.ebuild
index 88759c8a3e1..20ab7418c2a 100644
--- a/dev-lang/php/php-7.2.33.ebuild
+++ b/dev-lang/php/php-7.2.33.ebuild
@@ -18,7 +18,7 @@ LICENSE="PHP-3.01
unicode? ( BSD-2 LGPL-2.1 )"
 
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 # We can build the following SAPIs in the given order
 SAPIS="embed cli cgi fpm apache2 phpdbg"



[gentoo-commits] repo/gentoo:master commit in: app-shells/dash/

2020-08-31 Thread Sam James
commit: b90d4c88a1b015b8dd8d0dd3530b35c3d0a9e5ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:53:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:53:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90d4c88

app-shells/dash: Stabilize 0.5.11.1 ppc, #738228

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

 app-shells/dash/dash-0.5.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/dash/dash-0.5.11.1.ebuild 
b/app-shells/dash/dash-0.5.11.1.ebuild
index d4176f23f38..d8d8acfbd6b 100644
--- a/app-shells/dash/dash-0.5.11.1.ebuild
+++ b/app-shells/dash/dash-0.5.11.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~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 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="libedit static"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-lisp/clisp/, dev-lisp/clisp/files/

2020-08-31 Thread Andrey Grozin
commit: 89c87cab591751925771ceb83eb17e1dc904689c
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue Sep  1 03:40:49 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue Sep  1 03:41:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c87cab

dev-lisp/clisp: clean old versions

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andrey Grozin  gentoo.org>

 dev-lisp/clisp/Manifest|   2 -
 dev-lisp/clisp/clisp-2.49-r9.ebuild| 144 
 dev-lisp/clisp/clisp-2.49.90.ebuild| 140 
 .../clisp-2.49-bits_ipctypes_to_sys_ipc.patch  |  21 ---
 dev-lisp/clisp/files/clisp-2.49-get_hostname.patch |  56 ---
 dev-lisp/clisp/files/clisp-2.49-tinfo.patch|  15 --
 .../clisp-2.49.90-after_glibc_cfree_bdb.patch  | 185 -
 7 files changed, 563 deletions(-)

diff --git a/dev-lisp/clisp/Manifest b/dev-lisp/clisp/Manifest
index 84d215a48e0..5aba3d53d0f 100644
--- a/dev-lisp/clisp/Manifest
+++ b/dev-lisp/clisp/Manifest
@@ -1,3 +1 @@
-DIST clisp-2.49.90.tar.bz2 8921458 BLAKE2B 
3be7cfe41038f42d8844d500877fa5c20e5c21dc0e162aa0018b297e4dfcd5374ef608793c9d809852e1f9885a155bb5b25fef8efe66016dd0ee47386b70
 SHA512 
1fa7205e38883dcc863160b5418ddaaa2c45ee2d2f936de4067d1ea4a1e5043bf1235361bbbfc366afd6d8f1144497ccdccf1767ecf327f7a672b18742ceb651
 DIST clisp-2.49.92.tar.bz2 9055207 BLAKE2B 
6cf331eb9f99f62579e35469e2d01cae066083592ccc71cf483b70b4d1be349cdee9d403e0a7ed1ad1c8c5d805c1dab51c1a5031d77469ff8c4dc52eb58913df
 SHA512 
cc9412a7b3f21c85b040bf5e660380fafb3c2374765a1c00272feb3f7838f2161e27a5d6295cef9976f0c4522f10796cf5ee5447716090d1cc69ecfe598ef306
-DIST clisp-2.49.tar.bz2 8091011 BLAKE2B 
e034c581b8100837b34d0adf1ef45bd667272d062945875175958178b4ef5b11e899dfb76505eb8cb51fca6101c11a9f21fb2cc9a78a3c0f82b06166211434f7
 SHA512 
eef66fc85199a2c283b616db61bf67ff103eeb0f19fa907da48994dc790b6f5f8d0c74fb3bd723c6b827c0ff3cfd89fa6ba67934fc669ed5d5249044b5140d81

diff --git a/dev-lisp/clisp/clisp-2.49-r9.ebuild 
b/dev-lisp/clisp/clisp-2.49-r9.ebuild
deleted file mode 100644
index b1cf33182ee..000
--- a/dev-lisp/clisp/clisp-2.49-r9.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic multilib toolchain-funcs xdg-utils
-
-DESCRIPTION="A portable, bytecode-compiled implementation of Common Lisp"
-HOMEPAGE="https://clisp.sourceforge.io/";
-SRC_URI="mirror://sourceforge/clisp/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="2/${PV}"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="hyperspec X berkdb dbus fastcgi gdbm gtk +pcre postgres +readline svm 
-threads +unicode +zlib"
-# "jit" disabled ATM
-
-RDEPEND=">=dev-lisp/asdf-2.33-r3
-virtual/libiconv
->=dev-libs/libsigsegv-2.4
->=dev-libs/ffcall-1.10
-dbus? ( sys-apps/dbus )
-fastcgi? ( dev-libs/fcgi )
-gdbm? ( sys-libs/gdbm )
-gtk? ( >=x11-libs/gtk+-2.10 >=gnome-base/libglade-2.6 )
-postgres? ( >=dev-db/postgresql-8.0 )
-readline? ( >=sys-libs/readline-5.0 =dev-libs/lightning-1.2 )
-
-DEPEND="${RDEPEND}
-   X? ( x11-base/xorg-proto x11-misc/imake )"
-
-enable_modules() {
-   [[ $# = 0 ]] && die "${FUNCNAME[0]} must receive at least one argument"
-   for m in "$@" ; do
-   einfo "enabling module $m"
-   myconf+=" --with-module=${m}"
-   done
-}
-
-BUILDDIR="builddir"
-
-# modules not enabled:
-#  * berkdb: must figure out a way to make the configure script pick up the
-#currect version of the library and headers
-#  * dirkey: fails to compile, requiring windows.h, possibly wrong #ifdefs
-#  * matlab, netica: not in portage
-#  * oracle: can't install oracle-instantclient
-
-src_prepare() {
-   # More than -O1 breaks alpha/ia64
-   if use alpha || use ia64; then
-   sed -i -e 's/-O2//g' src/makemake.in || die
-   fi
-   epatch "${FILESDIR}"/${P}-bits_ipctypes_to_sys_ipc.patch
-   epatch "${FILESDIR}"/${P}-get_hostname.patch
-   epatch "${FILESDIR}"/${P}-tinfo.patch
-
-   xdg_environment_reset
-}
-
-src_configure() {
-   # Bug 618170. If anyone has a better idea...
-   append-flags -fno-pie
-
-   # We need this to build on alpha/ia64
-   if use alpha || use ia64; then
-   replace-flags -O? -O1
-   append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D 
NO_SINGLEMAP -D NO_TRIVIALMAP'
-   fi
-
-   # QA issue with lisp.run
-   append-flags -Wa,--noexecstack
-
-   # built-in features
-   local myconf="--with-ffcall --without-dynamic-modules"
-#There's a problem with jit_allocai function
-#if use jit; then
-#myconf+=" --with-jitc=lightning"
-#fi
-   if use threads; then
-   m

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

2020-08-31 Thread Sam James
commit: b49c21a8080b11948a180e5e06543901ecda846d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:37:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:37:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49c21a8

sys-kernel/gentoo-sources: Stabilize 5.4.60 arm64, #738000

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

 sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild
index b55c8f6081e..eb33d4faf0a 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.60.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches";
 IUSE="experimental"
 



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

2020-08-31 Thread Sam James
commit: f95737b0cc91680d6029bc0ffe45236e03626e46
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:19:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:19:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95737b0

dev-python/pytest-freezegun: Stabilize 0.4.2 ppc, #737800

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

 dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild 
b/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild
index dc3914fb179..8150c4c4ce3 100644
--- a/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild
+++ b/dev-python/pytest-freezegun/pytest-freezegun-0.4.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
 
 RDEPEND="
dev-python/freezegun[${PYTHON_USEDEP}]



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

2020-08-31 Thread Sam James
commit: 3246d28f270d567bf307c3626afe5a15a6a599f2
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:19:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:19:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3246d28f

dev-python/tempora: Stabilize 4.0.0 ppc, #737800

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

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

diff --git a/dev-python/tempora/tempora-4.0.0.ebuild 
b/dev-python/tempora/tempora-4.0.0.ebuild
index a45fe1f5b5d..27950252bfc 100644
--- a/dev-python/tempora/tempora-4.0.0.ebuild
+++ b/dev-python/tempora/tempora-4.0.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 sparc x86"
 
 RDEPEND="
>=dev-python/jaraco-functools-1.20[${PYTHON_USEDEP}]



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

2020-08-31 Thread Sam James
commit: 886a81686efef09a4f3efb5d8719f0c8b01a3b23
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:16:55 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:16:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886a8168

dev-python/simplejson: Stabilize 3.17.2 ppc, #737790

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

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

diff --git a/dev-python/simplejson/simplejson-3.17.2.ebuild 
b/dev-python/simplejson/simplejson-3.17.2.ebuild
index 262c8084233..fcd6b3f6d3f 100644
--- a/dev-python/simplejson/simplejson-3.17.2.ebuild
+++ b/dev-python/simplejson/simplejson-3.17.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( MIT AFL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 
 DOCS=( README.rst CHANGES.txt )
 



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2020-08-31 Thread Sam James
commit: 50841c30b5fbdbe60dae2aec74463e166efd1e7d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:12:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:12:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50841c30

media-tv/kodi: keyword arm

Closes: https://bugs.gentoo.org/739700
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 media-tv/kodi/kodi-18.8.ebuild   | 2 +-
 media-tv/kodi/kodi-19.0_alpha1-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/kodi/kodi-18.8.ebuild b/media-tv/kodi/kodi-18.8.ebuild
index cf17871d239..4311cb82d79 100644
--- a/media-tv/kodi/kodi-18.8.ebuild
+++ b/media-tv/kodi/kodi-18.8.ebuild
@@ -28,7 +28,7 @@ else
MY_PV=${MY_PV/_rc/rc}
MY_P="${PN}-${MY_PV}"
SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
 fi
 

diff --git a/media-tv/kodi/kodi-19.0_alpha1-r1.ebuild 
b/media-tv/kodi/kodi-19.0_alpha1-r1.ebuild
index cd312104ef2..b90267ed518 100644
--- a/media-tv/kodi/kodi-19.0_alpha1-r1.ebuild
+++ b/media-tv/kodi/kodi-19.0_alpha1-r1.ebuild
@@ -25,7 +25,7 @@ else
MY_PV=${MY_PV/_rc/rc}
MY_P="${PN}-${MY_PV}"
SRC_URI+=" 
https://github.com/xbmc/xbmc/archive/${MY_PV}-${CODENAME}.tar.gz -> 
${MY_P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S=${WORKDIR}/xbmc-${MY_PV}-${CODENAME}
 fi
 



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

2020-08-31 Thread Sam James
commit: 334814ae51046e2b66bc16818262c621183ed60f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:08:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:08:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334814ae

dev-python/wxpython: Stabilize 4.0.7 arm, #714566

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

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

diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild 
b/dev-python/wxpython/wxpython-4.0.7.ebuild
index 32ae9484d2b..be31363646c 100644
--- a/dev-python/wxpython/wxpython-4.0.7.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.7.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz"
 
 LICENSE="wxWinLL-3"
 SLOT="4.0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test webkit"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/

2020-08-31 Thread Sam James
commit: 618a889257791beb7fa22e8a86b6176e7b63a63f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:06:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:06:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618a8892

media-tv/kodi: Keyword 19.0_alpha1_p20200830 arm, #734644

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

 media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild 
b/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild
index 7846c1e53b6..59fcf9edb60 100644
--- a/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild
+++ b/media-tv/kodi/kodi-19.0_alpha1_p20200830.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} == * ]] ; then
 else
GIT_COMMIT="a3d5f733751021dcd172954f5b618934b80a4a55"
SRC_URI+=" https://github.com/xbmc/xbmc/archive/${GIT_COMMIT}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S=${WORKDIR}/xbmc-${GIT_COMMIT}
 fi
 



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

2020-08-31 Thread Sam James
commit: e7d27a80844dfc73da5c72ab8c8fd4382c9f2bb3
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:06:06 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:06:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d27a80

dev-libs/libudfread: Keyword 1.1.0 arm, #734644

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

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

diff --git a/dev-libs/libudfread/libudfread-1.1.0.ebuild 
b/dev-libs/libudfread/libudfread-1.1.0.ebuild
index 6297184ebd3..f4fb055b98c 100644
--- a/dev-libs/libudfread/libudfread-1.1.0.ebuild
+++ b/dev-libs/libudfread/libudfread-1.1.0.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == * ]] ; then
inherit git-r3
 else

SRC_URI="https://code.videolan.org/videolan/libudfread/-/archive/${PV}/${P}.tar.gz";
-   KEYWORDS="~amd64 ~arm64 ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 fi
 
 DESCRIPTION="Library for reading UDF from raw devices and image files"



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

2020-08-31 Thread Sam James
commit: 4dc30fd97a0ce6f3c43de5c20f9779296db89f26
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:04:20 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:04:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc30fd9

dev-python/m2crypto: Stabilize 0.36.0 ppc, #737774

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

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

diff --git a/dev-python/m2crypto/m2crypto-0.36.0.ebuild 
b/dev-python/m2crypto/m2crypto-0.36.0.ebuild
index 163d9669097..3331769e288 100644
--- a/dev-python/m2crypto/m2crypto-0.36.0.ebuild
+++ b/dev-python/m2crypto/m2crypto-0.36.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="libressl"
 
 RDEPEND="



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

2020-08-31 Thread Sam James
commit: 4e6b84d069d843f085bdac9e51c00baea3d4a22e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:02:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:02:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e6b84d0

dev-lang/swig: Stabilize 4.0.0 sparc, #739824

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

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

diff --git a/dev-lang/swig/swig-4.0.0.ebuild b/dev-lang/swig/swig-4.0.0.ebuild
index 8d6bcfe6f47..11dd3e9c558 100644
--- a/dev-lang/swig/swig-4.0.0.ebuild
+++ b/dev-lang/swig/swig-4.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ccache doc pcre"
 RESTRICT="test"
 



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

2020-08-31 Thread Sam James
commit: e8ae8dfc008acb87458f4527207ceba346e086ae
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:02:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:02:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ae8dfc

dev-lang/swig: Stabilize 4.0.0 arm64, #739824

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

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

diff --git a/dev-lang/swig/swig-4.0.0.ebuild b/dev-lang/swig/swig-4.0.0.ebuild
index 11dd3e9c558..8f81598c0f7 100644
--- a/dev-lang/swig/swig-4.0.0.ebuild
+++ b/dev-lang/swig/swig-4.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ccache doc pcre"
 RESTRICT="test"
 



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

2020-08-31 Thread Sam James
commit: 77eb50b37b207c4b9eb232db5b08c614cfe34532
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:01:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:01:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77eb50b3

dev-perl/Config-AutoConf: Keyword 0.318.0 sparc, #738394

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

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

diff --git a/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild 
b/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
index 6259946b777..c331a139651 100644
--- a/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
+++ b/dev-perl/Config-AutoConf/Config-AutoConf-0.318.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: e1425b8603c885a059969111ac17402486a89013
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:02:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:02:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1425b86

dev-perl/File-LibMagic: Keyword 1.230.0 sparc, #738394

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

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

diff --git a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild 
b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
index 55a88e64bba..7e9e3b7b01c 100644
--- a/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
+++ b/dev-perl/File-LibMagic/File-LibMagic-1.230.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Perl wrapper for libmagic"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: 3a6048fb285d6b4060283f6ee003104e4e03c706
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 03:02:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 03:02:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6048fb

dev-lang/swig: Stabilize 4.0.0 arm, #739824

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

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

diff --git a/dev-lang/swig/swig-4.0.0.ebuild b/dev-lang/swig/swig-4.0.0.ebuild
index 8f81598c0f7..073c554ea58 100644
--- a/dev-lang/swig/swig-4.0.0.ebuild
+++ b/dev-lang/swig/swig-4.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3+ BSD BSD-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="ccache doc pcre"
 RESTRICT="test"
 



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

2020-08-31 Thread Sam James
commit: bff539cfd8eca430f735255991df6771a9b3c2c1
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 02:39:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 02:39:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff539cf

media-libs/allegro: bump to 5.2.6.0

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

 media-libs/allegro/Manifest   |  1 +
 media-libs/allegro/allegro-5.2.6.0.ebuild | 92 +++
 2 files changed, 93 insertions(+)

diff --git a/media-libs/allegro/Manifest b/media-libs/allegro/Manifest
index 83d3d6d72f7..b5fbade124a 100644
--- a/media-libs/allegro/Manifest
+++ b/media-libs/allegro/Manifest
@@ -1,3 +1,4 @@
 DIST allegro-4.4.2.tar.gz 4674902 BLAKE2B 
9f43fad416348425692481524f6c15808ee03946d93df4a072a46557817ccd5f6ae7eede908ca4a02a0a9e49f9a7c42909c48c14923b2155d3999ff370401006
 SHA512 
ad4bc1c15fc83bc8a019031fed82f37a793664bb6683cf023ec05fd9cd945f00f43764f3126892426036249c63afa5678fb4906407bb325ce5827b36aee0fa86
 DIST allegro-4.4.3.1.tar.gz 4663634 BLAKE2B 
23fa8cd77858243bfa8191f6bca26f50d1621fa84616968595c1284c73a86160cdbad201eece5bd026bb7ac13753568b6915295646b86e536b5d26c0394e2d1f
 SHA512 
c5a552ab710226493447eb2547b3d7559badb96f511fbefd315b665b7486013a6710c83b69363eb09f90f53ef4278fe7b90cfee88d90d88f0fe8dc7df7606729
 DIST allegro-5.2.5.0.tar.gz 7849326 BLAKE2B 
8d8995b9ad252b81c534099ffd91d81bbdcf4a34f7ca7c4fb7dd97e5c075869c212fa68445a5fe479a675d755ad0414976c11cbc112ecdd61f1fa09704957b21
 SHA512 
c6341396ad7340233c1297ed122095e5c2d129a32da2350b4bb39c4b74f8d56d57ec4e608defec471d63fff51d786f0a9f3844be82f81cdb3d48d5bc49908b12
+DIST allegro-5.2.6.0.tar.gz 7867726 BLAKE2B 
3f21372442e5b8c802ac179019a11648febdcecddfda864559e1e9621f99c9ff7584fb422594c6fd3a1c352c892533c825faef10e35ecbf97058396fbb46fc7d
 SHA512 
a475de67b0e6c727295cc51e113859eb0c57825a240e70bc45cd3b000c40518932b89cecdd13ba957416136db4ee9a9363adb5d3bfa7c8acda04ee95de6ba721

diff --git a/media-libs/allegro/allegro-5.2.6.0.ebuild 
b/media-libs/allegro/allegro-5.2.6.0.ebuild
new file mode 100644
index 000..0b19c66b087
--- /dev/null
+++ b/media-libs/allegro/allegro-5.2.6.0.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-multilib
+
+DESCRIPTION="Cross-platform library aimed at video game and multimedia 
programming"
+HOMEPAGE="https://liballeg.org/";
+SRC_URI="https://github.com/liballeg/allegro5/releases/download/${PV}/${P}.tar.gz";
+
+LICENSE="BSD ZLIB"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="alsa dumb flac gtk jpeg openal opengl opus oss physfs png pulseaudio 
test truetype vorbis webp X xinerama"
+RESTRICT="!test? ( test )"
+
+REQUIRED_USE="X? ( opengl )
+   xinerama? ( X )
+   || ( alsa openal oss pulseaudio )"
+
+RDEPEND="
+   alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
+   dumb? ( >=media-libs/dumb-0.9.3-r2:=[${MULTILIB_USEDEP}] )
+   flac? ( >=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}] )
+   gtk? ( >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] )
+   jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
+   openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] )
+   opengl? (
+   >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}]
+   >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]
+   )
+   opus? ( media-libs/opus[${MULTILIB_USEDEP}] )
+   physfs? ( >=dev-games/physfs-2.0.3-r1[${MULTILIB_USEDEP}] )
+   png? ( >=media-libs/libpng-1.5.18:0=[${MULTILIB_USEDEP}] )
+   pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] )
+   truetype? ( >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] )
+   vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] )
+   webp? ( media-libs/libwebp:0=[${MULTILIB_USEDEP}] )
+   X? (
+   >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXcursor-1.1.14[${MULTILIB_USEDEP}]
+   >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}]
+   >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}]
+   )
+   xinerama? ( >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+   x11-base/xorg-proto"
+BDEPEND="virtual/pkgconfig"
+
+MULTILIB_WRAPPED_HEADERS=( /usr/include/allegro5/allegro_native_dialog.h )
+
+src_configure() {
+   # We forego freeimage for now because ebuild is not multilib
+   # No known consumers yet anyway
+   local mycmakeargs=(
+   -DWANT_ALSA=$(usex alsa)
+   -DWANT_DEMO=OFF
+   -DWANT_EXAMPLES=OFF
+   -DWANT_FLAC=$(usex flac)
+   -DWANT_IMAGE_FREEIMAGE=OFF
+   -DWANT_IMAGE_JPG=$(usex jpeg)
+   -DWANT_IMAGE_PNG=$(usex png)
+   -DWANT_IMAGE_WEBP=$(usex webp)
+   -DWANT_MODAUDIO=$(usex dumb)
+   -DWANT_NATI

[gentoo-commits] repo/gentoo:master commit in: games-action/atanks/

2020-08-31 Thread Sam James
commit: 9cadb6171cea99823ff9afcc46a105d838d1017c
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 02:47:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 02:47:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cadb617

games-action/atanks: bump to 6.5

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

 games-action/atanks/Manifest  |  1 +
 games-action/atanks/atanks-6.5.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/games-action/atanks/Manifest b/games-action/atanks/Manifest
index 0654656ddcf..cfd190f706c 100644
--- a/games-action/atanks/Manifest
+++ b/games-action/atanks/Manifest
@@ -1 +1,2 @@
 DIST atanks-6.4.tar.gz 6059315 BLAKE2B 
ea217b5dceaf63e85e3772369ebab1f76d35175cf8e2d0914e2806db8209f9d4721590f8a285bbfe0938f4957eec409e1581189257f117ec5d5e4c3af59707c1
 SHA512 
e9410e5bf0e8ec0281718ad8ddca74b67000db96b09b6af8aa906bbf2cd815f07ff550087ecdee2e4c5bfabc42941f184173f35e50538e57bb008372a599e1e6
+DIST atanks-6.5.tar.gz 6059648 BLAKE2B 
8a5c3e77391d0e7b3dc8170f49e2cd24fb31eda6f29362851d29eba5dc10748d2b95bfb688771fbbdaac4aada253f06c5ce4064e293335ef59cc8accc43a64a0
 SHA512 
cb1456e06132da754ae5d9926e118ecb8ac7789747f0a3273bcb49311d79824610bb9cfc74fbba8c75bbefe905d63ae2e01d193ccb37a64759f5490328c8cc89

diff --git a/games-action/atanks/atanks-6.5.ebuild 
b/games-action/atanks/atanks-6.5.ebuild
new file mode 100644
index 000..1efffe797e7
--- /dev/null
+++ b/games-action/atanks/atanks-6.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop gnome2-utils toolchain-funcs
+
+DESCRIPTION="Worms and Scorched Earth-like game"
+HOMEPAGE="https://atanks.sourceforge.io/";
+SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="media-libs/allegro:0[X]"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-6.4-fix-build-system.patch )
+
+src_configure() {
+   tc-export CXX
+}
+
+src_compile() {
+   emake INSTALLDIR="${EPREFIX}/usr/share/${PN}"
+}
+
+src_install() {
+   dobin ${PN}
+
+   local DOCS=( Changelog README TODO )
+   einstalldocs
+
+   insinto /usr/share/${PN}
+   doins -r button misc missile sound stock tank tankgun text title 
unicode.dat *.txt
+
+   doicon -s 48 ${PN}.png
+   make_desktop_entry atanks "Atomic Tanks"
+}



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

2020-08-31 Thread Sam James
commit: bd98a6f60cbfc54571e446e06297832c506f9fe1
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 02:10:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 02:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd98a6f6

sys-apps/qcontrol: respect LDFLAGS

Closes: https://bugs.gentoo.org/725604
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild 
b/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
index 3dfb69bbc9a..2cf602ce505 100644
--- a/sys-apps/qcontrol/qcontrol-0.4.2-r1.ebuild
+++ b/sys-apps/qcontrol/qcontrol-0.4.2-r1.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=7
@@ -20,13 +20,16 @@ RDEPEND="${DEPEND}"
 
 src_prepare() {
default
+
eapply "${WORKDIR}"/*.diff
eapply debian/patches/*.patch
eapply "${FILESDIR}"/${PV}-Makefile.patch
+
+   sed -i -e "s/LDFLAGS=/LDFLAGS ?=/" Makefile || die
 }
 
 src_compile() {
-   emake CC="$(tc-getCC)" qcontrol
+   emake CC="$(tc-getCC)" LDFLAGS="-llua -lpthread ${LDFLAGS}" qcontrol
 }
 
 src_install() {



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

2020-08-31 Thread Sam James
commit: 467956a8439060dacd42b886e42de6d8de9cb838
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 02:02:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 02:02:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467956a8

x11-libs/libnotify: Stabilize 0.7.9 sparc, #733592

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

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 65c6c622c3f..7d9f08a02a1 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: games-strategy/s25rttr/

2020-08-31 Thread Sam James
commit: 5269f54217a9ab756eaba2d4f45c58069060a3ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 01:45:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 01:45:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5269f542

games-strategy/s25rttr: Keyword 0.9.0_pre20200723 arm64, #734058

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

 games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild 
b/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild
index 32b5d9271a8..7a08ac7c44c 100644
--- a/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild
+++ b/games-strategy/s25rttr/s25rttr-0.9.0_pre20200723.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="GPL-2+ GPL-3 Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: 0877c5174ddf720c3674468154eacce8b49f5e27
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 01:44:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 01:44:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0877c517

dev-libs/iniparser: Stabilize 4.1 sparc, #739470

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

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

diff --git a/dev-libs/iniparser/iniparser-4.1.ebuild 
b/dev-libs/iniparser/iniparser-4.1.ebuild
index 310a88eaf57..44a31f60eaa 100644
--- a/dev-libs/iniparser/iniparser-4.1.ebuild
+++ b/dev-libs/iniparser/iniparser-4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ndevilla/iniparser/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2020-08-31 Thread Sam James
commit: 0e0091a53e5cd78e99bb0e379a022a028bf322b7
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 01:04:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 01:04:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0091a5

dev-libs/cyrus-sasl: Stabilize 2.1.27-r4 ppc, #737582

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

 dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild 
b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild
index 5e02c971cab..edb126b6768 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.27-r4.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/cyrusimap/${PN}/releases/download/${P}/${P}.tar.gz";
 
 LICENSE="BSD-with-attribution"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc x86 
~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 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="authdaemond berkdb gdbm kerberos ldapdb libressl openldap mysql pam 
postgres sample selinux sqlite srp ssl static-libs urandom"
 
 CDEPEND="



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

2020-08-31 Thread Sam James
commit: 9bd1339b483d3b8971121662a769198a8013337e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 01:00:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 01:00:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd1339b

media-libs/libdvdread: Stabilize 6.1.1 sparc, #733564

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

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

diff --git a/media-libs/libdvdread/libdvdread-6.1.1.ebuild 
b/media-libs/libdvdread/libdvdread-6.1.1.ebuild
index c08f226ba9f..8baf10b1a0a 100644
--- a/media-libs/libdvdread/libdvdread-6.1.1.ebuild
+++ b/media-libs/libdvdread/libdvdread-6.1.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git";
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2";
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2020-08-31 Thread Sam James
commit: c1bb0deb6536cb8c9a5f31e696199067eb138b15
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:56:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:56:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bb0deb

sys-libs/libnih: Stabilize 1.0.3-r4 arm64, #724174

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

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

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



[gentoo-commits] repo/gentoo:master commit in: x11-terms/mrxvt/

2020-08-31 Thread Sam James
commit: 10b0add6b4e708fd44281f142489109a9cf93d8d
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:52:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:52:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b0add6

x11-terms/mrxvt: arm64 keyworded (bug #727702)

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

 x11-terms/mrxvt/mrxvt-0.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild 
b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
index 280d75d8235..2090e188130 100644
--- a/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
+++ b/x11-terms/mrxvt/mrxvt-0.5.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/materm/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 L10N_IUSE="l10n_el l10n_ja l10n_ko l10n_th l10n_zh-CN l10n_zh-TW"
 IUSE="debug png jpeg session truetype menubar utempter xpm ${L10N_IUSE}"



[gentoo-commits] repo/gentoo:master commit in: app-office/lyx/

2020-08-31 Thread Sam James
commit: 4fbd514d442152c1aa8328612f5a14e83d04ff1e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:51:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:51:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fbd514d

app-office/lyx: Stabilize 2.3.5.2 amd64, #735194

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

 app-office/lyx/lyx-2.3.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/lyx/lyx-2.3.5.2.ebuild 
b/app-office/lyx/lyx-2.3.5.2.ebuild
index a128d6f301c..210d1e7ccea 100644
--- a/app-office/lyx/lyx-2.3.5.2.ebuild
+++ b/app-office/lyx/lyx-2.3.5.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/${MY_P}.tar.xz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos ~x86-macos"
 IUSE="aspell cups debug docbook dia dot enchant gnumeric html +hunspell +latex 
monolithic-build nls rcs rtf subversion svg l10n_he"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2020-08-31 Thread Sam James
commit: d53adfa78f56b254d4b25a378350dfb98190fded
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:30:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:30:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53adfa7

x11-libs/libnotify: Stabilize 0.7.9 amd64, #733592

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

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index b32cb9ce75f..65c6c622c3f 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: c074c84d52fa544d2310a92b5e914adfa34775fe
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:30:01 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:30:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c074c84d

app-misc/realpath: Stabilize 1.18 sparc, #724020

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

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

diff --git a/app-misc/realpath/realpath-1.18.ebuild 
b/app-misc/realpath/realpath-1.18.ebuild
index 22782119301..a97a044428e 100644
--- a/app-misc/realpath/realpath-1.18.ebuild
+++ b/app-misc/realpath/realpath-1.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="



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

2020-08-31 Thread Sam James
commit: 6dc1a306f3475a28abb4bcdb611e11f6f3d0bfff
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:29:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:29:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dc1a306

dev-libs/uriparser: Stabilize 0.9.4 ppc, #737578

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

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

diff --git a/dev-libs/uriparser/uriparser-0.9.4.ebuild 
b/dev-libs/uriparser/uriparser-0.9.4.ebuild
index acf3d54e99d..46b87a6f909 100644
--- a/dev-libs/uriparser/uriparser-0.9.4.ebuild
+++ b/dev-libs/uriparser/uriparser-0.9.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${P}/${P}.tar.bz2";
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos ~x86-solaris"
 IUSE="doc qt5 test unicode"
 
 RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-crypt/trousers/

2020-08-31 Thread Sam James
commit: 0a9577c53706fcef77bbbde6deb38f6853bd43bc
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:22:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:22:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9577c5

app-crypt/trousers: Stabilize 0.3.14-r3 ppc64, #737022

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

 app-crypt/trousers/trousers-0.3.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/trousers/trousers-0.3.14-r3.ebuild 
b/app-crypt/trousers/trousers-0.3.14-r3.ebuild
index bad268a44f8..70af34e9a2e 100644
--- a/app-crypt/trousers/trousers-0.3.14-r3.ebuild
+++ b/app-crypt/trousers/trousers-0.3.14-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/trousers/${PN}/${P}.tar.gz"
 
 LICENSE="CPL-1.0 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~m68k ~ppc ~ppc64 ~s390 x86"
+KEYWORDS="amd64 arm arm64 ~m68k ~ppc ppc64 ~s390 x86"
 IUSE="doc libressl selinux" # gtk
 
 # gtk support presently does NOT compile.



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

2020-08-31 Thread Sam James
commit: f9e6a413a7ab53cbfd70e3cf596fb66619e6a720
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:21:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:21:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e6a413

dev-libs/tinyxml2: Stabilize 8.0.0 sparc, #739702

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

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

diff --git a/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
index 0357e48a941..53d4b8b6f53 100644
--- a/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="ZLIB"
 SLOT="0/8"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: c77f5b577da51a5774d7cb43b1e9cf2ebc7874c1
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:16:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:16:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77f5b57

dev-libs/npth: Stabilize 1.6-r1 ppc, #737554

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

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

diff --git a/dev-libs/npth/npth-1.6-r1.ebuild b/dev-libs/npth/npth-1.6-r1.ebuild
index 8a95ed7685e..b4b46cb59b2 100644
--- a/dev-libs/npth/npth-1.6-r1.ebuild
+++ b/dev-libs/npth/npth-1.6-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~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 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="static-libs"
 
 src_prepare() {



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

2020-08-31 Thread Sam James
commit: 6d08c7aa55a7e88706b76bdcada1c4b1cc34eed9
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:14:33 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:14:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d08c7aa

dev-libs/xmlsec: Stabilize 1.2.30 ppc, #737552

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

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

diff --git a/dev-libs/xmlsec/xmlsec-1.2.30.ebuild 
b/dev-libs/xmlsec/xmlsec-1.2.30.ebuild
index 7e6e08c0312..cf4329bbd9f 100644
--- a/dev-libs/xmlsec/xmlsec-1.2.30.ebuild
+++ b/dev-libs/xmlsec/xmlsec-1.2.30.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://www.aleksey.com/xmlsec/download/${PN}1-${PV}.tar.gz";
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~sparc x86"
 IUSE="doc gcrypt gnutls libressl nss +openssl static-libs test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="|| ( gcrypt gnutls nss openssl )



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

2020-08-31 Thread Sam James
commit: 0c6db687604264a15f89f6260f7f55630e8cf51e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:13:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:13:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6db687

app-misc/realpath: Stabilize 1.18 arm, #724020

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

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

diff --git a/app-misc/realpath/realpath-1.18.ebuild 
b/app-misc/realpath/realpath-1.18.ebuild
index 1068c25a2de..22782119301 100644
--- a/app-misc/realpath/realpath-1.18.ebuild
+++ b/app-misc/realpath/realpath-1.18.ebuild
@@ -13,7 +13,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls"
 
 RDEPEND="



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

2020-08-31 Thread Sam James
commit: 8d23ed226bddd557432c53cd8657bd1d0536fba6
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:10:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:10:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d23ed22

net-libs/ldns: Stabilize 1.7.1-r1 sparc, #735408

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

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

diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild 
b/net-libs/ldns/ldns-1.7.1-r1.ebuild
index 6c765408559..e4224bffd2a 100644
--- a/net-libs/ldns/ldns-1.7.1-r1.ebuild
+++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+dane doc +ecdsa ed25519 ed448 gost libressl python static-libs 
vim-syntax"
 
 # configure will die if ecdsa is enabled and ssl is not



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

2020-08-31 Thread Sam James
commit: 03e522da530c2cb9379c4a0040bf1f2e2f6a66e4
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:09:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:09:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e522da

sys-libs/libnih: Stabilize 1.0.3-r4 arm, #724174

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

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

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



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

2020-08-31 Thread Sam James
commit: 207153f49e296338775e469b0260a92add2858f9
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:05:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:05:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=207153f4

media-libs/libdvdread: Stabilize 6.1.1 amd64, #733564

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

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

diff --git a/media-libs/libdvdread/libdvdread-6.1.1.ebuild 
b/media-libs/libdvdread/libdvdread-6.1.1.ebuild
index fdb2d08ccd0..c08f226ba9f 100644
--- a/media-libs/libdvdread/libdvdread-6.1.1.ebuild
+++ b/media-libs/libdvdread/libdvdread-6.1.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://code.videolan.org/videolan/libdvdread.git";
 else

SRC_URI="https://downloads.videolan.org/pub/videolan/libdvdread/${PV}/${P}.tar.bz2";
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~x86-solaris"
 fi
 
 LICENSE="GPL-2"



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

2020-08-31 Thread Sam James
commit: dfea786fd2fcfebcd22017a1298920bbac7bd299
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:04:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:04:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea786f

dev-ml/camlp4: Stabilize 4.08_p1 arm, #710152

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

 dev-ml/camlp4/camlp4-4.08_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ml/camlp4/camlp4-4.08_p1.ebuild 
b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
index 4607c05c425..adf61a9c6c5 100644
--- a/dev-ml/camlp4/camlp4-4.08_p1.ebuild
+++ b/dev-ml/camlp4/camlp4-4.08_p1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/camlp4/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="LGPL-2-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="+ocamlopt"
 
 DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt?]"



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

2020-08-31 Thread Sam James
commit: 2b6682d1db4069615f578f2b22d264d9f79ad2f6
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:03:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:03:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6682d1

sys-devel/autoconf: Stabilize 2.69-r5 ppc64, #738342

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

 sys-devel/autoconf/autoconf-2.69-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/autoconf/autoconf-2.69-r5.ebuild 
b/sys-devel/autoconf/autoconf-2.69-r5.ebuild
index 67aff6a447e..6201e196ab5 100644
--- a/sys-devel/autoconf/autoconf-2.69-r5.ebuild
+++ b/sys-devel/autoconf/autoconf-2.69-r5.ebuild
@@ -10,7 +10,7 @@ else
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz

https://dev.gentoo.org/~polynomial-c/dist/${P}-runstatedir_patches.tar.xz";
-   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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 inherit toolchain-autoconf



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

2020-08-31 Thread Sam James
commit: e3ee9ea059b588e7e5ecbd576cf1ace9029fc3ae
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:39:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:39:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ee9ea0

dev-libs/iniparser: Stabilize 4.1 arm64, #739470

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

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

diff --git a/dev-libs/iniparser/iniparser-4.1.ebuild 
b/dev-libs/iniparser/iniparser-4.1.ebuild
index df698fd0c87..310a88eaf57 100644
--- a/dev-libs/iniparser/iniparser-4.1.ebuild
+++ b/dev-libs/iniparser/iniparser-4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ndevilla/iniparser/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2020-08-31 Thread Sam James
commit: fa44b14777e1cfbcb32d0f74e822e3adb0497dde
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:38:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:38:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa44b147

dev-libs/iniparser: Stabilize 4.1 arm, #739470

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

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

diff --git a/dev-libs/iniparser/iniparser-4.1.ebuild 
b/dev-libs/iniparser/iniparser-4.1.ebuild
index db6a28c229e..df698fd0c87 100644
--- a/dev-libs/iniparser/iniparser-4.1.ebuild
+++ b/dev-libs/iniparser/iniparser-4.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/ndevilla/iniparser/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc examples"
 
 BDEPEND="doc? ( app-doc/doxygen )"



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

2020-08-31 Thread Sam James
commit: 220f585f1e7e8bf7d48b4c8d834194adaf9fd54f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:35:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:35:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220f585f

x11-libs/libnotify: Stabilize 0.7.9 arm, #733592

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

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 52226cf9d44..b32cb9ce75f 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify";
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/

2020-08-31 Thread Sam James
commit: 387975fcc5abdfcb367ac16608293d13009cb9b1
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:32:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:32:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387975fc

net-irc/unrealircd: Stabilize 5.0.6 amd64, #732932

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

 net-irc/unrealircd/unrealircd-5.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/unrealircd/unrealircd-5.0.6.ebuild 
b/net-irc/unrealircd/unrealircd-5.0.6.ebuild
index c6970092be7..af6bd63d0f5 100644
--- a/net-irc/unrealircd/unrealircd-5.0.6.ebuild
+++ b/net-irc/unrealircd/unrealircd-5.0.6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://www.unrealircd.org/downloads/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~amd64-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
 IUSE="class-nofakelag curl libressl +operoverride operoverride-verify 
+prefixaq showlistmodes"
 
 RDEPEND="



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

2020-08-31 Thread Sam James
commit: 71961522bb180d1a4b19032b41c4f8b8d0bba8ac
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:31:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:31:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71961522

dev-libs/tinyxml2: Stabilize 8.0.0 arm64, #739702

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

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

diff --git a/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild 
b/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
index e4b6c117c4d..0357e48a941 100644
--- a/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
+++ b/dev-libs/tinyxml2/tinyxml2-8.0.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="ZLIB"
 SLOT="0/8"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ppc64 ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: 4b5084c11ceb58fa272a10048dfb95c70ce46daf
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:26:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:26:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5084c1

net-misc/grdesktop: Stabilize 0.23-r2 amd64, #726792

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

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

diff --git a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild 
b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
index 666fd481bec..15edde92c9a 100644
--- a/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
+++ b/net-misc/grdesktop/grdesktop-0.23-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" 
https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-08-31 Thread Sam James
commit: 8d93a5dde4022725248242b0fca029ac7abb5251
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:23:48 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:23:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d93a5dd

dev-libs/libpcre2: Stabilize 10.35 ppc, #737550

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

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

diff --git a/dev-libs/libpcre2/libpcre2-10.35.ebuild 
b/dev-libs/libpcre2/libpcre2-10.35.ebuild
index af20214e780..d5cbf94bdb0 100644
--- a/dev-libs/libpcre2/libpcre2-10.35.ebuild
+++ b/dev-libs/libpcre2/libpcre2-10.35.ebuild
@@ -25,7 +25,7 @@ fi
 
 LICENSE="BSD"
 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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit static-libs 
unicode zlib"
 REQUIRED_USE="?? ( libedit readline )"
 



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

2020-08-31 Thread Sam James
commit: e5fa6f322313fde65719f3f9c2e60a508952d2c3
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:20:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:20:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fa6f32

net-misc/curl: Stabilize 7.72.0 arm, #737990

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

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

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



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

2020-08-31 Thread Sam James
commit: 89b6d76202e0b4b3a2f4647da4cea8ea30dd3d06
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:22:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:22:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b6d762

net-misc/curl: Stabilize 7.72.0 arm64, #737990

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

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

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



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

2020-08-31 Thread Sam James
commit: 235c697a37296a8d331bfd984ff64871e5ce2927
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:20:00 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:20:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235c697a

net-misc/curl: Stabilize 7.72.0 sparc, #737990

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

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

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



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

2020-08-31 Thread Sam James
commit: 181208bdc4a46a65e9e2a249da975ef9f22e2168
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:14:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:14:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=181208bd

sys-apps/diffutils: Stabilize 3.7-r1 ppc, #737502

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

 sys-apps/diffutils/diffutils-3.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/diffutils/diffutils-3.7-r1.ebuild 
b/sys-apps/diffutils/diffutils-3.7-r1.ebuild
index 21da40ee701..1cd06831e37 100644
--- a/sys-apps/diffutils/diffutils-3.7-r1.ebuild
+++ b/sys-apps/diffutils/diffutils-3.7-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/diffutils/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="nls static"
 
 BDEPEND="nls? ( sys-devel/gettext )"



[gentoo-commits] repo/gentoo:master commit in: media-video/gpac/files/, media-video/gpac/

2020-08-31 Thread Sam James
commit: a373cdf5df43887629aaf902bd080f6b7f46a10e
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:13:31 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:14:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a373cdf5

media-video/gpac: security cleanup

Bug: https://bugs.gentoo.org/711262
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 media-video/gpac/Manifest  |   1 -
 media-video/gpac/files/ffmpeg4.patch   |  44 --
 media-video/gpac/files/gpac-0.7.1-configure.patch  |  94 -
 .../gpac/files/gpac-0.7.1-openssl-1.1.patch| 126 -
 media-video/gpac/files/gpac-freetype.patch |  15 ---
 media-video/gpac/gpac-0.7.1-r1.ebuild  | 150 -
 6 files changed, 430 deletions(-)

diff --git a/media-video/gpac/Manifest b/media-video/gpac/Manifest
index 8340f361bd6..fa53da9d266 100644
--- a/media-video/gpac/Manifest
+++ b/media-video/gpac/Manifest
@@ -1,2 +1 @@
-DIST gpac-0.7.1.tar.gz 10654838 BLAKE2B 
795fd11d6bf02bb0d27d97f2c98017e9875aae26ea7d99c5587c7ec5ccc8273283fbce6444389ff4371a34d0e7d03102982ff8a8ec014c7f0c2ddd36c684cba9
 SHA512 
0377d9471db9e5ccf75f85dfd0c9f4e37a211108b5e128a5411ac015bd9c906257320d517717f0fa03d434e1fce24bd8a9c3a73200fac5c21b80895b716ab403
 DIST gpac-0.8.1.tar.gz 11432459 BLAKE2B 
5c08d6c903b4865c19818c5cee07c0a0ebd1775f168740eadc3722d6b19ed685d4f6089cee4bbd68a52bf7cce4cf564c083deb629c47ba35eac66c754f3136cf
 SHA512 
f2039fe91a502ea8c54330abf893d52d10fb57d4459f5f3aae28122f565ab8964011b67e6af0d79c170fa55b125ac1385fd1d280021da7d1d37b27c74ee5b6c1

diff --git a/media-video/gpac/files/ffmpeg4.patch 
b/media-video/gpac/files/ffmpeg4.patch
deleted file mode 100644
index 61f329806a5..000
--- a/media-video/gpac/files/ffmpeg4.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-Index: gpac-0.7.1/applications/dashcast/video_encoder.c
-===
 gpac-0.7.1.orig/applications/dashcast/video_encoder.c
-+++ gpac-0.7.1/applications/dashcast/video_encoder.c
-@@ -144,7 +144,7 @@ int dc_video_encoder_open(VideoOutputFil
-   }
- 
-   //the global header gives access to the extradata (SPS/PPS)
--  video_output_file->codec_ctx->flags |= CODEC_FLAG_GLOBAL_HEADER;
-+  video_output_file->codec_ctx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER;
- 
-   video_output_file->vstream_idx = 0;//video_stream->index;
- 
-Index: gpac-0.7.1/modules/ffmpeg_in/ffmpeg_decode.c
-===
 gpac-0.7.1.orig/modules/ffmpeg_in/ffmpeg_decode.c
-+++ gpac-0.7.1/modules/ffmpeg_in/ffmpeg_decode.c
-@@ -49,7 +49,7 @@
- static uint8_t * ffmpeg_realloc_buffer(uint8_t * oldBuffer, u32 size) {
-   uint8_t * buffer;
-   /* Size of buffer must be larger, see avcodec_decode_video2 
documentation */
--  u32 allocatedSz = sizeof( char ) * (FF_INPUT_BUFFER_PADDING_SIZE + 
size);
-+  u32 allocatedSz = sizeof( char ) * (AV_INPUT_BUFFER_PADDING_SIZE + 
size);
-   if (oldBuffer)
-   gf_free(oldBuffer);
-   buffer = (uint8_t*)gf_malloc( allocatedSz );
-@@ -577,7 +577,7 @@ static GF_Err FFDEC_GetCapabilities(GF_B
-   capability->cap.valueInt = 1;
-   return GF_OK;
-   case GF_CODEC_PADDING_BYTES:
--  capability->cap.valueInt = FF_INPUT_BUFFER_PADDING_SIZE;
-+  capability->cap.valueInt = AV_INPUT_BUFFER_PADDING_SIZE;
-   return GF_OK;
-   case GF_CODEC_REORDER:
-   capability->cap.valueInt = 1;
-@@ -669,7 +669,7 @@ static GF_Err FFDEC_GetCapabilities(GF_B
-   break;
- 
-   case GF_CODEC_PADDING_BYTES:
--  capability->cap.valueInt = FF_INPUT_BUFFER_PADDING_SIZE;
-+  capability->cap.valueInt = AV_INPUT_BUFFER_PADDING_SIZE;
-   break;
-   default:
-   capability->cap.valueInt = 0;

diff --git a/media-video/gpac/files/gpac-0.7.1-configure.patch 
b/media-video/gpac/files/gpac-0.7.1-configure.patch
deleted file mode 100644
index 8bc3ec9f907..000
--- a/media-video/gpac/files/gpac-0.7.1-configure.patch
+++ /dev/null
@@ -1,94 +0,0 @@
 gpac-0.7.1/Makefile.orig   2017-07-25 09:34:51.910379115 -0600
-+++ gpac-0.7.1/Makefile2017-07-25 09:36:18.906385736 -0600
-@@ -252,7 +252,9 @@
-   $(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/include/gpac/enst/*.h 
"$(DESTDIR)$(prefix)/include/gpac/enst"
- endif
-   mkdir -p "$(DESTDIR)$(prefix)/$(libdir)"
-+ifeq ($(STATIC_LIBS),yes)
-   $(INSTALL) $(INSTFLAGS) -m 644 "./bin/gcc/libgpac_static.a" 
"$(DESTDIR)$(prefix)/$(libdir)"
-+endif
-   $(MAKE) installdylib
- 
- uninstall-lib:
 gpac-0.7.1/src/Makefile.orig   2017-07-25 09:37:48.157392528 -0600
-+++ gpac-0.7.1/src/Makefile2017-07-25 09:39:06.092398459 -0600
-@@ -267,16 +267,20 @@
- 
- ifeq ($(CONFIG_DARWIN),yes)
- 
-+ifeq (

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

2020-08-31 Thread Thomas Deutschmann
commit: fdc63e39dd1365d45aaf16389ca3ba746a6eae09
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 31 23:00:21 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 23:00:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc63e39

www-servers/apache: security cleanup

Bug: https://bugs.gentoo.org/736282
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 www-servers/apache/Manifest |   1 -
 www-servers/apache/apache-2.4.43.ebuild | 272 
 2 files changed, 273 deletions(-)

diff --git a/www-servers/apache/Manifest b/www-servers/apache/Manifest
index 5c4d8faf822..731f594c418 100644
--- a/www-servers/apache/Manifest
+++ b/www-servers/apache/Manifest
@@ -1,3 +1,2 @@
 DIST gentoo-apache-2.4.39-20190402.tar.bz2 25491 BLAKE2B 
ce230b07ec156048c7d7c1eb4b0e732fa6140f55d136e317714591327bde3f85bab7780424e6eef04b7a4518cbdcfdddcbc094409f4ca19ffea1ce967bdf7cf1
 SHA512 
bc0ffa20cffd9a89c2ea64420fa2243d77e97d7922bcd0b387a7fcfcc3c6908a056972b499a81344f7c3e3e19b55ffc300fd034c54b287f4f32d8931bd50cde4
-DIST httpd-2.4.43.tar.bz2 7155865 BLAKE2B 
cd85c7e25500f8f1b4bd6ac5f715718a61bf548dfaf36408a970d27bacbfce256e4dda255ba5b62f89e117c335d0568d6207c93e5fb0d2b1ee84dba4ce0d4bd7
 SHA512 
16cfeecc8f6fab6eca478065a384bdf1872f7ac42206b0bc2bcac6c0d9c576f392c07107201f39e0601dec1bbafcb33d66153544de4d87d79b9a52094d334b64
 DIST httpd-2.4.46.tar.bz2 7187805 BLAKE2B 
2cd8a40be0b7b60ae5b06a286aa6dd801b8615fd0483a4653ceea6f9832c9ebb111f67ba4f69827b01acd1e5552e70ac0441df49573c9da0ca26d4c2f589f0bc
 SHA512 
5936784bb662e9d8a4f7fe38b70c043b468114d931cd10ea831bfe74461ea5856b64f88f42c567ab791fc8907640a99884ba4b6a600f86d661781812735b6f13

diff --git a/www-servers/apache/apache-2.4.43.ebuild 
b/www-servers/apache/apache-2.4.43.ebuild
deleted file mode 100644
index ac4fa3b9f31..000
--- a/www-servers/apache/apache-2.4.43.ebuild
+++ /dev/null
@@ -1,272 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# latest gentoo apache files
-GENTOO_PATCHSTAMP="20190402"
-GENTOO_DEVELOPER="polynomial-c"
-GENTOO_PATCHNAME="gentoo-apache-2.4.39"
-
-# IUSE/USE_EXPAND magic
-IUSE_MPMS_FORK="prefork"
-IUSE_MPMS_THREAD="event worker"
-
-# << obsolete modules:
-# authn_default authz_default mem_cache
-# mem_cache is replaced by cache_disk
-# ?? buggy modules
-# proxy_scgi: startup error: undefined symbol "ap_proxy_release_connection", 
no fix found
-# >> added modules for reason:
-# compat: compatibility with 2.2 access control
-# authz_host: new module for access control
-# authn_core: functionality provided by authn_alias in previous versions
-# authz_core: new module, provides core authorization capabilities
-# cache_disk: replacement for mem_cache
-# lbmethod_byrequests: Split off from mod_proxy_balancer in 2.3
-# lbmethod_bytraffic: Split off from mod_proxy_balancer in 2.3
-# lbmethod_bybusyness: Split off from mod_proxy_balancer in 2.3
-# lbmethod_heartbeat: Split off from mod_proxy_balancer in 2.3
-# slotmem_shm: Slot-based shared memory provider (for lbmethod_byrequests).
-# socache_shmcb: shared object cache provider. Default config with ssl needs it
-# unixd: fixes startup error: Invalid command 'User'
-IUSE_MODULES="access_compat actions alias asis auth_basic auth_digest auth_form
-authn_alias authn_anon authn_core authn_dbd authn_dbm authn_file authn_socache 
authz_core
-authz_dbd authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex
-brotli cache cache_disk cache_socache cern_meta charset_lite cgi cgid dav 
dav_fs dav_lock
-dbd deflate dir dumpio env expires ext_filter file_cache filter headers http2
-ident imagemap include info lbmethod_byrequests lbmethod_bytraffic 
lbmethod_bybusyness
-lbmethod_heartbeat log_config log_forensic logio macro md mime mime_magic 
negotiation
-proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_html proxy_http 
proxy_scgi
-proxy_http2 proxy_fcgi  proxy_wstunnel rewrite ratelimit remoteip reqtimeout
-session session_cookie session_crypto session_dbd setenvif slotmem_shm speling
-socache_shmcb status substitute unique_id userdir usertrack unixd version 
vhost_alias
-watchdog xml2enc"
-# The following are also in the source as of this version, but are not 
available
-# for user selection:
-# bucketeer case_filter case_filter_in echo http isapi optional_fn_export
-# optional_fn_import optional_hook_export optional_hook_import
-
-# inter-module dependencies
-# TODO: this may still be incomplete
-MODULE_DEPENDS="
-   auth_form:session
-   brotli:filter
-   dav_fs:dav
-   dav_lock:dav
-   deflate:filter
-   cache_disk:cache
-   ext_filter:filter
-   file_cache:cache
-   lbmethod_byrequests:proxy_balancer
-   lbmethod_byrequests:slotmem_shm
-   lbmethod_bytraffic:proxy_balancer
-   lbmethod_bybusyness:proxy_balancer
-   lbm

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

2020-08-31 Thread Sam James
commit: 39a6bf044c180d6d36f96b1d3fa9d5a4f14fd6ad
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:57:22 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:57:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a6bf04

www-servers/apache: Stabilize 2.4.46 ppc64, #736282

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

 www-servers/apache/apache-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/apache/apache-2.4.46.ebuild 
b/www-servers/apache/apache-2.4.46.ebuild
index d6672e9c583..ac4fa3b9f31 100644
--- a/www-servers/apache/apache-2.4.46.ebuild
+++ b/www-servers/apache/apache-2.4.46.ebuild
@@ -136,7 +136,7 @@ HOMEPAGE="https://httpd.apache.org/";
 # some helper scripts are Apache-1.1, thus both are here
 LICENSE="Apache-2.0 Apache-1.1"
 SLOT="2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x64-macos ~x86-macos ~m68k-mint ~sparc64-solaris ~x64-solaris"
 
 # Enable http2 by default (bug #563452)
 # FIXME: Move to apache-2.eclass once this has reached stable.



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

2020-08-31 Thread Sam James
commit: 92ad7032135bccaab360a82aaafce409e85c528b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:57:17 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:57:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ad7032

app-admin/apache-tools: Stabilize 2.4.46 ppc64, #736282

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

 app-admin/apache-tools/apache-tools-2.4.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.46.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
index 14cb0a19092..45f315f173a 100644
--- a/app-admin/apache-tools/apache-tools-2.4.46.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.46.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc64-solaris ~x64-solaris"
 IUSE="libressl ssl"
 RESTRICT="test"
 



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

2020-08-31 Thread Sam James
commit: 04bdad356ba93e58c556bf484762eaa551dbc99b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:51:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:51:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bdad35

sys-apps/gawk: Stabilize 5.1.0 arm64, #730488

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

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

diff --git a/sys-apps/gawk/gawk-5.1.0.ebuild b/sys-apps/gawk/gawk-5.1.0.ebuild
index 667e8859b87..f922714026f 100644
--- a/sys-apps/gawk/gawk-5.1.0.ebuild
+++ b/sys-apps/gawk/gawk-5.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="mpfr nls readline"
 
 RDEPEND="



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

2020-08-31 Thread Sam James
commit: a5f0c160d2a3f754ef52130b2ea9297051c25c25
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:43:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:43:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f0c160

sys-apps/gawk: Stabilize 5.1.0 arm, #730488

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

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

diff --git a/sys-apps/gawk/gawk-5.1.0.ebuild b/sys-apps/gawk/gawk-5.1.0.ebuild
index 93db5b97f3a..667e8859b87 100644
--- a/sys-apps/gawk/gawk-5.1.0.ebuild
+++ b/sys-apps/gawk/gawk-5.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gawk/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="mpfr nls readline"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/

2020-08-31 Thread Sam James
commit: 276b7dfa937f5cdf5e4db8ccf4ed32590fd1d92b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:35:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:35:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276b7dfa

sys-power/powertop: Stabilize 2.13 ppc, #737484

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

 sys-power/powertop/powertop-2.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/powertop/powertop-2.13.ebuild 
b/sys-power/powertop/powertop-2.13.ebuild
index 2a324272186..c3f8c053410 100644
--- a/sys-power/powertop/powertop-2.13.ebuild
+++ b/sys-power/powertop/powertop-2.13.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
SRC_URI=""
 else
SRC_URI="https://github.com/fenrus75/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="amd64 arm ~arm64 ~ppc sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 inherit autotools ${GIT_ECLASS} linux-info



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

2020-08-31 Thread Sam James
commit: b5a220115a52387fedc230036477b269953c0ca6
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:12:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:13:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a22011

net-misc/curl: Stabilize 7.72.0 amd64, #737990

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

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

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



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

2020-08-31 Thread Thomas Deutschmann
commit: c7bb7c1750e54218dcf79b622eb6fed17ffa1fa1
Author: Ross Charles Campbell  gmail  com>
AuthorDate: Sun Aug 30 17:33:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 22:08:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bb7c17

dev-libs/nss: detect compiler type and set CC_IS_{GCC,CLANG}

The two flags enables the build system to detect certain compiler features
and optimizations.

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17269
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/nss/nss-3.56.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-libs/nss/nss-3.56.ebuild b/dev-libs/nss/nss-3.56.ebuild
index 1404b61e14c..c5e3dea3064 100644
--- a/dev-libs/nss/nss-3.56.ebuild
+++ b/dev-libs/nss/nss-3.56.ebuild
@@ -163,6 +163,12 @@ multilib_src_compile() {
export ASFLAGS=""
# Fix build failure on arm64
export NS_USE_GCC=1
+   # Detect compiler type and set proper environment value
+   if tc-is-gcc; then
+   export CC_IS_GCC=1
+   elif tc-is-clang; then
+   export CC_IS_CLANG=1
+   fi
 
local d
 



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

2020-08-31 Thread Thomas Deutschmann
commit: 6edf65f8d7e2d643df9e1bba1ef27ac687a35714
Author: Ross Charles Campbell  gmail  com>
AuthorDate: Wed Aug 26 15:11:03 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 22:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edf65f8

dev-libs/nss: Add NS_USE_GCC environment variable

This variable seems to be required to be be set in order to have certain
files to be compiled on arm64 linux systems, otherwise some symbols will
be missing at linking thus causing build failure.

This addition seems to be harmless on amd64 systems.

Closes: https://bugs.gentoo.org/738924
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Ross Charles Campbell  gmail.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-libs/nss/nss-3.56.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-libs/nss/nss-3.56.ebuild b/dev-libs/nss/nss-3.56.ebuild
index 1be5f0e7ebe..1404b61e14c 100644
--- a/dev-libs/nss/nss-3.56.ebuild
+++ b/dev-libs/nss/nss-3.56.ebuild
@@ -161,6 +161,8 @@ multilib_src_compile() {
export USE_SYSTEM_ZLIB=1
export ZLIB_LIBS=-lz
export ASFLAGS=""
+   # Fix build failure on arm64
+   export NS_USE_GCC=1
 
local d
 



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

2020-08-31 Thread Lars Wendler
commit: 844b6f6a222f81960183cb06b4af9e15132ad571
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Aug 31 22:05:55 2020 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Aug 31 22:06:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844b6f6a

app-misc/uptimed: Bump to version 0.4.3

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler  gentoo.org>

 app-misc/uptimed/Manifest |  1 +
 app-misc/uptimed/uptimed-0.4.3.ebuild | 61 +++
 2 files changed, 62 insertions(+)

diff --git a/app-misc/uptimed/Manifest b/app-misc/uptimed/Manifest
index 4650a596cc9..2fff17db37f 100644
--- a/app-misc/uptimed/Manifest
+++ b/app-misc/uptimed/Manifest
@@ -1,2 +1,3 @@
 DIST uptimed-0.4.1.tar.gz 55162 BLAKE2B 
c281f922ed4fcf4f55571f1f1177451bf9f2e0fecfc87566610e1d24055969cd61543fcb0fdae4d0e6dc7a082c1b9013a08b72641d572a2475e9c7f5fd56deae
 SHA512 
5dfe79aebab8c8daca3a3ec88d54e312446fc7cf8b54ef1414cbfcb3fb25053ef31235de4b42cb14fc7352965b77ca2875c753b97b4d61178792a5484715e23a
 DIST uptimed-0.4.2.tar.gz 55339 BLAKE2B 
120a3b1d6dc9518f7051af4d7e0f1bcf455f7dd989687fa8f5a40f160f2912c21d09298bbb9c676af5387d96890a98acf3f21b60e046a9548a735ca10dbc4006
 SHA512 
a18cc8580a4dc7db7f4d97d70e25d76e7b98b9d328a0fa4ece4176d40fc26589149d63ffc9d2638cc35003cf485b43ae6e115aa1821c662d77f234eb3c4c0a4f
+DIST uptimed-0.4.3.tar.gz 55396 BLAKE2B 
bebea6559c436d2700df905b63fabd73b1c55463e8633409bc05cd16c7d110d8116f52e00d63879cfb2e0482f648bda04dcb5a1d5ff629699d2758dcc85ba53a
 SHA512 
f9485224dfe7173bab135a87b047d749f9b61d3c29d50523126b585ae77e68837680fdb725a08fd7cad39f0b35b2da7a6923b8540700881f9638286ab5082260

diff --git a/app-misc/uptimed/uptimed-0.4.3.ebuild 
b/app-misc/uptimed/uptimed-0.4.3.ebuild
new file mode 100644
index 000..e1746141b17
--- /dev/null
+++ b/app-misc/uptimed/uptimed-0.4.3.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools systemd
+
+DESCRIPTION="System uptime record daemon that keeps track of your highest 
uptimes"
+HOMEPAGE="https://github.com/rpodgorny/uptimed/";
+SRC_URI="https://github.com/rpodgorny/uptimed/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+   acct-group/uptimed
+   acct-user/uptimed
+"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   # fix configure.ac for >=automake-1.13 (bug #467582)
+   sed 's@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@' -i configure.ac || die
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   local DOCS=( ChangeLog README.md TODO AUTHORS CREDITS INSTALL.cgi 
sample-cgi/* )
+   default
+   find "${ED}" -type f -name '*.la' -delete || die
+
+   local spooldir="/var/spool/${PN}"
+   keepdir ${spooldir}
+   fowners uptimed:uptimed ${spooldir}
+
+   newinitd "${FILESDIR}"/${PN}.init-r1 uptimed
+   systemd_dounit "${FILESDIR}/${PN}.service"
+}
+
+pkg_postinst() {
+   local spooldir="/var/spool/${PN}"
+   if [[ -d "${spooldir}" ]] ; then
+   einfo "Fixing permissions in ${spooldir}"
+   find ${spooldir} -type f -links 1 \
+   \( -name records -o -name records.old \) \
+   | xargs --no-run-if-empty chown uptimed:uptimed || die
+   fi
+   echo
+   elog "Start uptimed with '/etc/init.d/uptimed start' (for openRC)"
+   elog "or systemctl start uptimed (for systemd)"
+   elog "To view your uptime records, use the command 'uprecords'."
+   echo
+}



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

2020-08-31 Thread Sam James
commit: e324d02d97663b5a55463c177fe8dde2f156509b
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:04:39 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:04:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e324d02d

media-libs/libjpeg-turbo: Stabilize 2.0.5-r1 ppc, #737164

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

 media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r1.ebuild 
b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r1.ebuild
index da5546a77ef..4ceb524fa7a 100644
--- a/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r1.ebuild
+++ b/media-libs/libjpeg-turbo/libjpeg-turbo-2.0.5-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 LICENSE="BSD IJG ZLIB"
 SLOT="0"
 [[ "$(ver_cut 3)" -ge 90 ]] || \
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE="java static-libs"
 
 ASM_DEPEND="|| ( dev-lang/nasm dev-lang/yasm )"



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

2020-08-31 Thread Sam James
commit: 2d578bc0380dc973ee2141f80cbb920344e45972
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 22:01:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 22:01:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d578bc0

dev-libs/libgpg-error: Stabilize 1.38 ppc, #737162

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

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

diff --git a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
index d1b8761f026..4638e200d82 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.38.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="common-lisp nls static-libs"
 
 RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )"



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

2020-08-31 Thread Sam James
commit: 610a1948941d90ae82c6e47f170935c294ce9eee
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:50:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:51:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610a1948

sys-devel/bison: Stabilize 3.7.1 arm, #717936

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

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

diff --git a/sys-devel/bison/bison-3.7.1.ebuild 
b/sys-devel/bison/bison-3.7.1.ebuild
index 192517f5df1..cb5ef210384 100644
--- a/sys-devel/bison/bison-3.7.1.ebuild
+++ b/sys-devel/bison/bison-3.7.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: 937af7e779005fa0d4b7999291d198c3968cc726
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:49:30 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:50:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=937af7e7

sys-devel/bison: Stabilize 3.7.1 ppc64, #717936

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

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

diff --git a/sys-devel/bison/bison-3.7.1.ebuild 
b/sys-devel/bison/bison-3.7.1.ebuild
index 0090560cadc..192517f5df1 100644
--- a/sys-devel/bison/bison-3.7.1.ebuild
+++ b/sys-devel/bison/bison-3.7.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: 0c4c696cebddd48ef7bde6a8291ae092449af790
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:48:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c4c696c

sys-devel/bison: Stabilize 3.7.1 sparc, #717936

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

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

diff --git a/sys-devel/bison/bison-3.7.1.ebuild 
b/sys-devel/bison/bison-3.7.1.ebuild
index b3a15ae0230..0090560cadc 100644
--- a/sys-devel/bison/bison-3.7.1.ebuild
+++ b/sys-devel/bison/bison-3.7.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: b94deac6035c01cec4c08743d506d40497c3ff06
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:50:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:51:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94deac6

sys-devel/gettext: Stabilize 0.21 arm, #717936

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

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

diff --git a/sys-devel/gettext/gettext-0.21.ebuild 
b/sys-devel/gettext/gettext-0.21.ebuild
index e21e54be5e6..07122723a58 100644
--- a/sys-devel/gettext/gettext-0.21.ebuild
+++ b/sys-devel/gettext/gettext-0.21.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2020-08-31 Thread Sam James
commit: 50bea5b2348b2480798ca741010eb714ac4151ab
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:49:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:50:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50bea5b2

sys-devel/gettext: Stabilize 0.21 ppc64, #717936

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

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

diff --git a/sys-devel/gettext/gettext-0.21.ebuild 
b/sys-devel/gettext/gettext-0.21.ebuild
index 775d5122c15..e21e54be5e6 100644
--- a/sys-devel/gettext/gettext-0.21.ebuild
+++ b/sys-devel/gettext/gettext-0.21.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 
~riscv s390 sparc x86"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2020-08-31 Thread Sam James
commit: 2af39dc51215fa450a38cff3e3b5478facc07018
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:48:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2af39dc5

sys-devel/bison: Stabilize 3.7.1 arm64, #717936

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

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

diff --git a/sys-devel/bison/bison-3.7.1.ebuild 
b/sys-devel/bison/bison-3.7.1.ebuild
index 399f68cd595..b3a15ae0230 100644
--- a/sys-devel/bison/bison-3.7.1.ebuild
+++ b/sys-devel/bison/bison-3.7.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Sam James
commit: cecae4369c19c7a1ffc1a4a2c6c2bd62cdb6f5fc
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:48:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:50:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecae436

sys-devel/gettext: Stabilize 0.21 sparc, #717936

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

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

diff --git a/sys-devel/gettext/gettext-0.21.ebuild 
b/sys-devel/gettext/gettext-0.21.ebuild
index 5d35fb8ef57..775d5122c15 100644
--- a/sys-devel/gettext/gettext-0.21.ebuild
+++ b/sys-devel/gettext/gettext-0.21.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 sparc x86"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2020-08-31 Thread Sam James
commit: 2fd6fb2f630e624011f797a02245b40de66d8f4f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:48:02 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:50:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd6fb2f

sys-devel/gettext: Stabilize 0.21 arm64, #717936

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

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

diff --git a/sys-devel/gettext/gettext-0.21.ebuild 
b/sys-devel/gettext/gettext-0.21.ebuild
index 3a7c0f4904b..5d35fb8ef57 100644
--- a/sys-devel/gettext/gettext-0.21.ebuild
+++ b/sys-devel/gettext/gettext-0.21.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sparc x86"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



[gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/

2020-08-31 Thread Thomas Deutschmann
commit: 3932f1472a01d01831bfd5546932b247f7f82686
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 31 21:36:31 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 21:36:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3932f147

net-nntp/sabnzbd: bump to v3.0.2

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

 net-nntp/sabnzbd/Manifest |   1 +
 net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild | 121 ++
 2 files changed, 122 insertions(+)

diff --git a/net-nntp/sabnzbd/Manifest b/net-nntp/sabnzbd/Manifest
index 8c8c8a46ffd..a382ecc8525 100644
--- a/net-nntp/sabnzbd/Manifest
+++ b/net-nntp/sabnzbd/Manifest
@@ -1,2 +1,3 @@
 DIST SABnzbd-3.0.0-src.tar.gz 2673275 BLAKE2B 
418ffd55c395c9d31e80f087c5e8c47e30bd86dbd8783afc173c9c54c6259b0d4607f5377ff3d83673f8e8ba24f46d5ad923a933a415097a7e48739f01039b45
 SHA512 
70441d76ad2e6cba33b033a85a29815fc50e9c714a275120bc7010e5e0cfb885f7b3d42f497c4ce46123c9bce2d33f778865d9a17878f6fe5811849faa6fe215
 DIST SABnzbd-3.0.1-src.tar.gz 2674117 BLAKE2B 
8143e449e70e0d17cc29437ed11a01d2d006f9840eb218d35a72d0da3dfe64d698ea239bbacc11d341b1a82b96e68dd10cff8145b46d41f85d3c3087779695e8
 SHA512 
0eefff2c9b64ba92b7f550a22aef21a718b603e5aa1f46818d7516e95c446e9edc556d0e2e16d69f9abad1a6f49146dd90331396f4858e8d7a2903890931e8cf
+DIST SABnzbd-3.0.2-src.tar.gz 2687984 BLAKE2B 
47719c247a1bf7bf16a3df0a0fea430c0cf335598ad8f34e6c7c8e9bd762afafc9fdda76c542d4327f9608ea8a845effa57090e07c511906bd782bf93373bb9c
 SHA512 
023eb5f6ae31dab177584bff7f087269f50079e283d3d7873fc29d5f3438fdf2d0d0d49c8e4844d2b11e214510e1f7a60e635e0c37ca74b153f9ee2a9dede238

diff --git a/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild 
b/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild
new file mode 100644
index 000..a4942c83c18
--- /dev/null
+++ b/net-nntp/sabnzbd/sabnzbd-3.0.2.ebuild
@@ -0,0 +1,121 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+# Require python-2 with sqlite USE flag
+PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_REQ_USE="sqlite"
+
+inherit python-single-r1 systemd
+
+MY_PV="${PV/_rc/RC}"
+MY_PV="${MY_PV//_pre*}"
+
+MY_P="${PN/sab/SAB}-${MY_PV}"
+
+DESCRIPTION="Binary newsgrabber with web-interface"
+HOMEPAGE="https://sabnzbd.org/";
+SRC_URI="https://github.com/sabnzbd/sabnzbd/releases/download/${MY_PV}/${MY_P}-src.tar.gz";
+
+# Sabnzbd is GPL-2 but bundles software with the following licenses.
+LICENSE="GPL-2 BSD LGPL-2 MIT BSD-1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+7za +rar unzip"
+
+# Sabnzbd is installed to /usr/share/ as upstream makes it clear they should 
not
+# be in python's sitedir.  See: 
https://sabnzbd.org/wiki/advanced/unix-packaging
+
+COMMON_DEPS="
+   acct-user/sabnzbd
+   acct-group/sabnzbd
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+   dev-python/cheetah3[${PYTHON_MULTI_USEDEP}]
+   dev-python/cherrypy[${PYTHON_MULTI_USEDEP}]
+   dev-python/configobj[${PYTHON_MULTI_USEDEP}]
+   dev-python/cryptography[${PYTHON_MULTI_USEDEP}]
+   =dev-python/sabyenc-3.3.1[${PYTHON_MULTI_USEDEP}]
+   ')
+"
+
+DEPEND="${COMMON_DEPS}"
+
+RDEPEND="
+   ${COMMON_DEPS}
+   >=app-arch/par2cmdline-0.4
+   net-misc/wget
+   7za? ( app-arch/p7zip )
+   rar? ( || ( app-arch/unrar app-arch/rar ) )
+   unzip? ( >=app-arch/unzip-5.5.2 )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S="${WORKDIR}/${MY_P}"
+
+pkg_setup() {
+   MY_HOMEDIR="/var/lib/${PN}"
+   python-single-r1_pkg_setup
+}
+
+src_install() {
+   local d
+
+   for d in email icons interfaces locale po sabnzbd scripts tools; do
+   insinto "/usr/share/${PN}/${d}"
+   doins -r ${d}/*
+   done
+
+   exeinto "/usr/share/${PN}"
+   doexe SABnzbd.py
+
+   python_fix_shebang "${ED}/usr/share/${PN}"
+   python_optimize "${ED}/usr/share/${PN}"
+
+   newinitd "${FILESDIR}/${PN}-r1.initd" "${PN}"
+   newconfd "${FILESDIR}/${PN}.confd" "${PN}"
+
+   diropts -o "${PN}" -g "${PN}"
+   dodir "/etc/${PN}"
+   keepdir "/var/log/${PN}"
+
+   insinto "/etc/${PN}"
+   insopts -m 0600 -o "${PN}" -g "${PN}"
+   newins "${FILESDIR}"/${PN}-r1.ini ${PN}.ini
+
+   dodoc {ABOUT,ISSUES}.txt README.mkd licenses/*
+
+   systemd_newunit "${FILESDIR}"/sabnzbd_at.service 'sabnzbd@.service'
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   # This is a new installation
+   einfo "Default directory: ${MY_HOMEDIR}"
+   einfo
+   einfo "To add a user to the sabnzbd group so it can edit 
SABnzbd+ files, run:"
+   einfo
+   einfo "usermod -a -G sabnzbd "
+   einfo
+   einfo "By default, SABnzbd will listen on

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

2020-08-31 Thread Sam James
commit: 9e8f14c6c9835e0193c58f5bbd6f2df78c3235d0
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:35:13 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8f14c6

dev-libs/libgcrypt: Stabilize 1.8.6 ppc, #737158

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

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

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
index 96660a05c6a..326a5f8cd0f 100644
--- a/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
+++ b/dev-libs/libgcrypt/libgcrypt-1.8.6.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1 MIT"
 SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc o-flag-munging static-libs"
 
 RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"



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

2020-08-31 Thread Sam James
commit: b815eb3f9d76c4d046f1672038a114d7100c1e8f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:34:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:35:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b815eb3f

sys-devel/gettext: Stabilize 0.21 amd64, #717936

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

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

diff --git a/sys-devel/gettext/gettext-0.21.ebuild 
b/sys-devel/gettext/gettext-0.21.ebuild
index b9804d06e84..3a7c0f4904b 100644
--- a/sys-devel/gettext/gettext-0.21.ebuild
+++ b/sys-devel/gettext/gettext-0.21.ebuild
@@ -14,7 +14,7 @@ if [[ "${PV}" == *_rc* ]] ; then
S="${WORKDIR}/${P/_/-}"
 else
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sparc x86"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 
~riscv s390 ~sparc x86"
 fi
 # Only libasprintf is under the LGPL (and libintl is in a sep package),
 # so put that license behind USE=cxx.



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

2020-08-31 Thread Sam James
commit: 93c4c1bf4675e98826c3670c744781a5e6a5743c
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 21:34:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 21:35:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c4c1bf

sys-devel/bison: Stabilize 3.7.1 amd64, #717936

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

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

diff --git a/sys-devel/bison/bison-3.7.1.ebuild 
b/sys-devel/bison/bison-3.7.1.ebuild
index 7eb922b7a07..399f68cd595 100644
--- a/sys-devel/bison/bison-3.7.1.ebuild
+++ b/sys-devel/bison/bison-3.7.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://gnu/${PN}/${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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE="examples nls static test"
 RESTRICT="!test? ( test )"
 



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

2020-08-31 Thread Thomas Deutschmann
commit: 77173a6b3c99a0b86acbcc2dfb1709fcc2fc97bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 31 21:25:13 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 21:25:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77173a6b

dev-python/eyeD3: x86 keyworded (bug #736519)

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

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

diff --git a/dev-python/eyeD3/eyeD3-0.9.5.ebuild 
b/dev-python/eyeD3/eyeD3-0.9.5.ebuild
index b083f46174d..c3e639317a5 100644
--- a/dev-python/eyeD3/eyeD3-0.9.5.ebuild
+++ b/dev-python/eyeD3/eyeD3-0.9.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/nicfit/eyeD3/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0.7"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
 
 RDEPEND="
dev-python/deprecation[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/, net-vpn/strongswan/files/

2020-08-31 Thread Thomas Deutschmann
commit: 91a1df51bd14d00b9dbbb7763826ebf62eb38a17
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 31 21:21:44 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 21:25:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a1df51

net-vpn/strongswan: drop old

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

 net-vpn/strongswan/Manifest|   2 -
 .../strongswan/files/strongswan-5.8.2-gcc-10.patch |  45 ---
 net-vpn/strongswan/strongswan-5.8.1.ebuild | 308 
 net-vpn/strongswan/strongswan-5.8.2.ebuild | 310 -
 4 files changed, 665 deletions(-)

diff --git a/net-vpn/strongswan/Manifest b/net-vpn/strongswan/Manifest
index 82da10a5e07..d714fba7291 100644
--- a/net-vpn/strongswan/Manifest
+++ b/net-vpn/strongswan/Manifest
@@ -1,4 +1,2 @@
-DIST strongswan-5.8.1.tar.bz2 4517921 BLAKE2B 
07a82309515a054b267a063fc0e2f49fd03d16b221b1ee26a33c8d367df140797320e1ef7007a39074e40c472022d941656b3ae93d2eb860152cdc5a5d3dbc8a
 SHA512 
630d24643b3d61e931bb25cdd083ad3c55f92fe41f3fcd3198012eee486fb3b1a16dc3f80936162afb7da9e471d45d92b7d183a00153a558babb2a79e5f6813f
-DIST strongswan-5.8.2.tar.bz2 4533402 BLAKE2B 
edbfa8dbe1ac00c140cfe9e906ac7aa1b6f3ddfd528dec84e7b1799e5ecdd0f6114679168ebcff9185c8abae78b46dfc43ddc4dabecd44f720285bd175d7a249
 SHA512 
423e7924acfe8a03ad7d4359ae9086fd516798fcf5eb948a27b52ea719f4d8954b83ea30ce94191ea1647616611df8a1215cb4d5c7ec48676624df6c41853e1d
 DIST strongswan-5.8.4.tar.bz2 4546240 BLAKE2B 
f58f53a17c02924a3ad75bfadd5956f62098c41468ec5fe8d51bf0f0465c8936d8ca846a41a0b6ff6ac24ccd2229e726d3ea2b48904abf5743bbe766e5f5f81c
 SHA512 
15e866b0d6cc4ea94f17856b519d926ae08c15d3b62f675f62685d0722ca8fa26b46afb1ad1c866e9d5f347d77a747f57d0c6d7f6bd57762f37d7798f9e28103
 DIST strongswan-5.9.0.tar.bz2 4568404 BLAKE2B 
daf5cce5cbe12253f9ad201d89323ab7d54ba7ff466685b84830737689e4d417fbb97d053d8c9f3de5acb6dee9a192ebae48ec0d4aa07ba3c8969ee6d8f06ab3
 SHA512 
b982ce7c3e940ad75ab71b02ce3e2813b41c6b098cde5b6f3f3513d095f409fe989ae6e38a31eff51c57423bf452c3610cd5cd8cd7f45ff932581d9859df1821

diff --git a/net-vpn/strongswan/files/strongswan-5.8.2-gcc-10.patch 
b/net-vpn/strongswan/files/strongswan-5.8.2-gcc-10.patch
deleted file mode 100644
index a7be11729c7..000
--- a/net-vpn/strongswan/files/strongswan-5.8.2-gcc-10.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-https://bugs.gentoo.org/706408
-https://github.com/strongswan/strongswan/pull/163
-
-From a1f73a67aed56628c4655caa1ae50a6a2e4ec639 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Sun, 26 Jan 2020 11:03:27 +
-Subject: [PATCH] swanctl: fix build failure against gcc-10
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-On gcc-10 (and gcc-9 -fno-common) build fails as:
-
-```
-libtool: link: gcc ... -o .libs/swanctl ...
-ld: commands/load_authorities.o:strongswan/src/swanctl/./swanctl.h:33:
-  multiple definition of `swanctl_dir'; 
commands/load_all.o:strongswan/src/swanctl/./swanctl.h:33: first defined here
-```
-
-gcc-10 will change the default from -fcommon to fno-common:
-https://gcc.gnu.org/PR85678.
-
-The error also happens if CFLAGS=-fno-common passed explicitly.
-
-Reported-by: Toralf Förster
-Bug: https://bugs.gentoo.org/706408
-Signed-off-by: Sergei Trofimovich 

- src/swanctl/swanctl.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 a/src/swanctl/swanctl.h
-+++ b/src/swanctl/swanctl.h
-@@ -30,7 +30,7 @@
- /**
-  * Base directory for credentials and config
-  */
--char *swanctl_dir;
-+extern char *swanctl_dir;
- 
- /**
-  * Configuration file for connections, etc.
--- 
-2.25.0
-

diff --git a/net-vpn/strongswan/strongswan-5.8.1.ebuild 
b/net-vpn/strongswan/strongswan-5.8.1.ebuild
deleted file mode 100644
index 168a76a9f0d..000
--- a/net-vpn/strongswan/strongswan-5.8.1.ebuild
+++ /dev/null
@@ -1,308 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit linux-info systemd user
-
-DESCRIPTION="IPsec-based VPN solution, supporting IKEv1/IKEv2 and MOBIKE"
-HOMEPAGE="https://www.strongswan.org/";
-SRC_URI="https://download.strongswan.org/${P}.tar.bz2";
-
-LICENSE="GPL-2 RSA DES"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 x86"
-IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql 
networkmanager +non-root +openssl selinux sqlite systemd pam pkcs11"
-
-STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici"
-STRONGSWAN_PLUGINS_OPT="aesni blowfish ccm chapoly ctr forecast gcm ha 
ipseckey newhope ntru padlock rdrand save-keys unbound whitelist"
-for mod in $STRONGSWAN_PLUGINS_STD; do
-   IUSE="${IUSE} +strongswan_plugins_${mod}"
-done
-
-for mod in $STRONGSWAN_PLUGINS_OPT; do
-   IUSE="${IUSE} strongswan_plugins_${mod}"
-done
-
-COMMON_DEPEND="!net-misc/openswan
-   gmp? ( >=dev-libs/gm

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

2020-08-31 Thread Thomas Deutschmann
commit: fd2aee5aed9ddb89878de3d795c1e068e6030acd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 31 21:24:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 21:25:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2aee5a

dev-python/filetype: x86 keyworded (bug #736519)

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

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

diff --git a/dev-python/filetype/filetype-1.0.7.ebuild 
b/dev-python/filetype/filetype-1.0.7.ebuild
index b3e4ca6e2a2..efe38c69fbf 100644
--- a/dev-python/filetype/filetype-1.0.7.ebuild
+++ b/dev-python/filetype/filetype-1.0.7.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
 
 PATCHES=( "${FILESDIR}/${P}-examples.patch" )
 



  1   2   3   4   >