summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-themes/gtk-engines-experience: Port to EAPI 7David Seifert2019-12-241-10/+13
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-themes/gtk-engines-candido: Port to EAPI 7David Seifert2019-12-242-13/+15
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* x11-themes/gtk-engines-aurora: Port to EAPI 7David Seifert2019-12-242-23/+19
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-scheme/guile-json: bump up to 3.3.0Sergei Trofimovich2019-12-242-0/+24
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/cyrus-sasl: x86 stable wrt bug #703628Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/jaaa: x86 stable wrt bug #703190Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-sound/aeolus: x86 stable wrt bug #703188Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/cups: x86 stable wrt bug #702826Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sci-mathematics/agda: allow multiple revisions of agda-stdlibSergei Trofimovich2019-12-243-3/+3
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* flag-o-matic.eclass: add LDFLAGS testing against linkerSergei Trofimovich2019-12-242-15/+59
| | | | | | | | | | | | | | | | Before the change we tested only compiler driver (gcc flag parser) for LDFLAGS. This does not cover cases when we would really like to filter out unsupported linker flags like -Wl,--hash-style=gnu passed to non-ELF targets. The change adds test-flag-CCLD() helper to perform all of assembly, compilation and linking steps. Helper is used to filter LDFLAGS variable in strip-unsupported-flags(). Closes: https://bugs.gentoo.org/333763 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-devel/autogen: amd64 stable wrt bug #703632Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/cyrus-sasl: amd64 stable wrt bug #703628Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/system-config-printer: amd64 stable wrt bug #703580Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/cups: amd64 stable wrt bug #702826Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/gcc: drop 7.3.0-r6 againSergei Trofimovich2019-12-242-21/+0
| | | | | | Closes: https://bugs.gentoo.org/701050 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-scheme/guile-json: fix maintainer type in metadata.xmlSergei Trofimovich2019-12-241-1/+1
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/pyproject2setuppy: New packageMichał Górny2019-12-243-0/+44
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/backports-tempfile: Add pypyMichał Górny2019-12-241-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/backports-weakref: Add pypyMichał Górny2019-12-241-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* distutils-r1.eclass: Permit DISTUTILS_USE_SETUPTOOLS=manualMichał Górny2019-12-241-2/+5
| | | | | | | | | Add a new DISTUTILS_USE_SETUPTOOLS option to permit manually setting the dependencies correctly and suppressing the check. Requested by Arfrever. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argcomplete: Bump to 1.11.0Michał Górny2019-12-242-0/+37
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/argcomplete: Remove redundant versionsMichał Górny2019-12-244-107/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-radio/dxcc: Version bumpThomas Beierlein2019-12-242-0/+24
| | | | | Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
* sci-libs/tensorflow: bump 2.1.0_rc2Jason Zaman2019-12-243-374/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Jason Zaman <perfinion@gentoo.org>
* dev-ruby/rack: x86 stable wrt bug #703316Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/ipv6calc: x86 stable wrt bug #703224Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libmicrohttpd: x86 stable wrt bug #703220Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/libclxclient: x86 stable wrt bug #703194Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libclthreads: x86 stable wrt bug #703192Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-libs/zita-alsa-pcmi: x86 stable wrt bug #703186Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/wcwidth: x86 stable wrt bug #703062Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/hypothesis: x86 stable wrt bug #703062Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/attrs: x86 stable wrt bug #703062Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* media-gfx/graphviz: x86 stable wrt bug #703582Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-admin/system-config-printer: x86 stable wrt bug #703580Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* x11-libs/libfakekey: x86 stable wrt bug #703578Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libzip: x86 stable wrt bug #703556Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/simpleeval: x86 stable wrt bug #703484Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/phonenumbers: x86 stable wrt bug #703482Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-tcltk/thread: x86 stable wrt bug #703434Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-apps/postfixadmin: x86 stable wrt bug #703402Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/libseccomp: x86 stable wrt bug #703366Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-vpn/tor: x86 stable wrt bug #703366Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: x86 stable wrt bug #703326Agostino Sarubbo2019-12-242-2/+2
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-arch/unrar: x86 stable wrt bug #700516Agostino Sarubbo2019-12-241-1/+1
| | | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/miniupnpc: Bump to 2.1.20191224Michał Górny2019-12-242-0/+32
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/miniupnpc: Bump to 2.1.20191224Michał Górny2019-12-242-0/+57
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/autogen: arm64 stable (bug #703632)Aaron Bauman2019-12-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.82, Repoman-2.3.20
* media-gfx/graphviz: arm64 stable (bug #703582)Aaron Bauman2019-12-231-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.82, Repoman-2.3.20
* sys-apps/portage: Bump to version 2.3.83Zac Medico2019-12-232-0/+277
| | | | | | | | | | | | | | #384107 adjust || preference to break dependency cycles, which solves bug 382421 and bug 703440 #703348 emerge --with-test-deps: allow circular deps Bug: https://bugs.gentoo.org/701268 Bug: https://bugs.gentoo.org/382421 Bug: https://bugs.gentoo.org/384107 Bug: https://bugs.gentoo.org/703440 Bug: https://bugs.gentoo.org/703348 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Zac Medico <zmedico@gentoo.org>