| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes two things:
* Some dependencies were missing, I added them by checking all imports
from "gi.repository" and calls to "gi.require_version". The list
should be exhaustive. Only dev-libs/gobject-introspection itself was
skipped as it is implied by the introspection USE flag.
* The GUI could start with the wrong Python version because it simply
called "python3". By making it call ${EPYTHON} instead, we force it to
use the correct version.
Closes: https://bugs.gentoo.org/828111
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Also:
* remove redundant eclass inherit.
* switch to EAPI 8.
Closes: https://bugs.gentoo.org/896596
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
|
|
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/812197
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/560390
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
|