summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-1/+2
| | | | | | | | | | | | | | | | | | 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-perl/Config-Any: arm stable wrt bug #652552Mikle Kolyada2018-04-181-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-perl/Config-Any-0.320.0: ppc stable, bug 652552Matt Turner2018-04-061-1/+1
|
* dev-perl/Config-Any: x86 stable (bug #652552)Thomas Deutschmann2018-04-051-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-perl/Config-Any: amd64 stableAaron Bauman2018-04-051-2/+2
| | | | | Bug: https://bugs.gentoo.org/652552 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-perl/Config-Any: add ~arm, bug #619310Markus Meier2017-05-271-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-perl/Config-Any: Bump to version 0.320.0Kent Fredric2017-05-221-0/+54
- Enumerate more deps into USE flags Upstream: - Improve module loading - Handle unsupported Config::General versions better - Improve diagnostics for test failures. - Less strict error message tests Keywords: - New dep Config-Tiny -> drops ~arm Package-Manager: Portage-2.3.5, Repoman-2.3.2