summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [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: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/python-dateutil-2.7.2-r1: ppc64 stable, bug 659662Matt Turner2018-09-161-1/+1
|
* dev-python/python-dateutil-2.7.2-r1: ppc stable, bug 659662Matt Turner2018-09-161-1/+1
|
* dev-python/python-dateutil: mark s390 stableMikle Kolyada2018-08-201-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-dateutil: arm stable wrt bug #659662Mikle Kolyada2018-07-311-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-dateutil-2.7.2-r1: alpha stableTobias Klausmann2018-07-201-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/659662
* dev-python/python-dateutil: Enable py3.7Michał Górny2018-07-161-1/+1
|
* dev-python/python-dateutil: stable 2.7.2-r1 for hppaRolf Eike Beer2018-07-071-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659662 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="hppa"
* dev-python/python-dateutil: stable 2.7.2-r1 for ia64, bug #659662Sergei Trofimovich2018-07-041-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659662 Package-Manager: Portage-2.3.41, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* dev-python/python-dateutil: x86 stable (bug #659662)Thomas Deutschmann2018-07-021-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-dateutil: amd64 stable, bug #659662Pacho Ramos2018-07-011-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/python-dateutil: stable 2.7.2-r1 for sparcRolf Eike Beer2018-07-011-1/+1
| | | | | | Bug: https://bugs.gentoo.org/659662 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc"
* dev-python/python-dateutil-2.7.2-r1: arm64 stable (bug #659662)Mart Raudsepp2018-06-301-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/python-dateutil: Use system tzdata correctlyMichał Górny2018-04-201-0/+49
Closes: https://bugs.gentoo.org/652226