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>
* sci-libs/alglib: amd64 stable wrt bug #665294Mikle Kolyada2018-09-141-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sci-libs/alglib: x86 stable (bug #665294)Thomas Deutschmann2018-09-121-1/+1
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sci-libs/alglib: Fix tests on x86Andreas Sturmlechner2018-09-121-1/+2
| | | | | Closes: https://bugs.gentoo.org/665504 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sci-libs/alglib: Disable failing testAndreas Sturmlechner2018-09-121-0/+2
| | | | | Bug: https://bugs.gentoo.org/665504 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* sci-libs/alglib: EAPI-6Andreas Sturmlechner2018-08-261-3/+5
| | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-libs/alglib: Set subslotJustin Lecher2015-09-251-0/+28
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=561460 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec@gentoo.org>