diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2019-12-17 19:36:54 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2019-12-17 19:37:30 +0100 |
commit | a31e24f7de9cb50ee70c6d669623800a9eaa1364 (patch) | |
tree | 1aa018a00cc17e60c23c94467c2b8f5b1568d535 /x11-misc/xflux-gui | |
parent | net-im/yowsup: add python3.8 support (diff) | |
download | gentoo-a31e24f7de9cb50ee70c6d669623800a9eaa1364.tar.gz gentoo-a31e24f7de9cb50ee70c6d669623800a9eaa1364.tar.bz2 gentoo-a31e24f7de9cb50ee70c6d669623800a9eaa1364.zip |
x11-misc/xflux-gui: add python3.8 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc/xflux-gui')
-rw-r--r-- | x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild index 9c62c28fe9a8..2f9d630b7675 100644 --- a/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild +++ b/x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 gnome2-utils xdg-utils @@ -29,7 +29,8 @@ RDEPEND=" S="${WORKDIR}/fluxgui-${PV}" python_install() { - # Don't let the package compiling the schemas, as this could cause a file collision + # Don't let the package compiling the schemas, + # as this could cause a file collision export DISABLE_GSCHEMAS_COMPILED="true" distutils-r1_python_install |