| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/617972
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Package-Manager: Portage-2.3.41, Repoman-2.3.9
|
|
|
|
|
| |
Without the eutils, in the installation phase, the error occurs: "strip-linguas: command not fount".
Closes: https://github.com/gentoo/gentoo/pull/8247
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/650068
Package-Manager: Portage-2.3.27, Repoman-2.3.9
|
|
* Now compatible with >=glibc-2.26, bug #638180.
* Make sure USE=introspection explicitely passes configure switch as we
might split glib/gobject from introspection at some point.
* Switch to perl-functions eclass as advised in bug #629946.
* Restore USE=ocaml as I could not bug #629490 from provided info.
* Fix pkg_postinst feature check on USE=gtk.
* Fix build with FEATURES=test by disabling -Werror always. It makes no
sense to enable this flag for a release, bug #640494.
* Add myself to maintainers.
Closes: https://bugs.gentoo.org/629690
Closes: https://bugs.gentoo.org/629946
Closes: https://bugs.gentoo.org/638180
Closes: https://bugs.gentoo.org/640494
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|