diff options
author | Sebastian Pipping <sping@gentoo.org> | 2019-12-09 17:57:50 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2019-12-09 17:58:30 +0100 |
commit | f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f (patch) | |
tree | d30be6e57e1649d2a85752970455acc957777959 /x11-misc | |
parent | media-libs/gegl: Use python-any-r1.eclass again (and more correctly). (diff) | |
download | gentoo-f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f.tar.gz gentoo-f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f.tar.bz2 gentoo-f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f.zip |
x11-misc/redshift: Fix for PYTHON_TARGETS= USE=-gtk
Closes: https://bugs.gentoo.org/702314
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/redshift/redshift-1.12-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/redshift/redshift-1.12-r3.ebuild b/x11-misc/redshift/redshift-1.12-r3.ebuild index 2aeb085bce7f..b0a34731e938 100644 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild @@ -70,9 +70,9 @@ src_install() { python_foreach_impl _impl_specific_src_install python_replicate_script "${D}"/usr/bin/redshift-gtk dosym redshift-gtk /usr/bin/gtk-redshift - fi - python_foreach_impl python_optimize + python_foreach_impl python_optimize + fi } pkg_preinst() { |