summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/backports-functools-lru-cache: arm64 stableAaron Bauman2019-12-041-2/+2
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python/backports-functools-lru-cache: added Prefix keywords, bug #606554Fabian Groffen2017-12-271-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-python/backports-functools-lru-cache: keyworded 1.4-r1 for sparc, bug ↵Sergei Trofimovich2017-11-251-1/+1
| | | | | | | #606552 (thanks to Rolf Eike Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-python/backports-functools-lru-cache-1.4-r1: added ~alpha, bug 621282Matt Turner2017-11-231-1/+1
|
* dev-python/backports-functools-lru-cache-1.4-r1: added ~mips, bug 621282Matt Turner2017-11-091-1/+1
|
* dev-python/backports-functools-lru-cache: keyworded 1.4-r1 for ppc64, bug ↵Sergei Trofimovich2017-08-061-1/+1
| | | | | | | #621282 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* dev-python/backports-functools-lru-cache: keyworded 1.4-r1 for ppc, bug #621282Sergei Trofimovich2017-08-051-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* dev-python/backports-functools-lru-cache: marked ~amd64-linuxFabian Groffen2017-07-261-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-python/backports-functools-lru-cache: keyword ~arm64Alexis Ballier2017-07-101-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/backports-functools-lru-cache: x86 stable wrt bug #606192Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/backports-functools-lru-cache: amd64 stable wrt bug #606192Agostino Sarubbo2017-06-171-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/backports-functools-lru-cache: ia64 keyworded, bug #606552Sergei Trofimovich2017-06-151-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/backports-functools-lru-cache: add ~arm, bug #621282Markus Meier2017-06-141-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/backports-functools-lru-cache: remove conflicting bytecode filesLouis Sautier2017-06-101-0/+53
Package-Manager: Portage-2.3.6, Repoman-2.3.2 Gentoo-Bug: 621196 Closes: https://github.com/gentoo/gentoo/pull/4894