diff options
Diffstat (limited to 'x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild')
-rw-r--r-- | x11-misc/xflux-gui/xflux-gui-1.2.0-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 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 872771717bd0..6d4020943388 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 @@ -1,15 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 gnome2-utils xdg-utils DESCRIPTION="A GUI for f.lux" HOMEPAGE="https://github.com/xflux-gui/fluxgui/" SRC_URI="https://github.com/${PN}/fluxgui/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/fluxgui-${PV}" LICENSE="MIT" SLOT="0" @@ -26,8 +27,6 @@ RDEPEND=" x11-misc/xflux " -S="${WORKDIR}/fluxgui-${PV}" - python_install() { # Don't let the package compiling the schemas, # as this could cause a file collision |