commit: f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Mon Dec 9 16:57:50 2019 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Mon Dec 9 16:58:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cce8e0
x11-misc/redshift: Fix for PYTHON_TARGETS= USE=-gtk Closes: https://bugs.gentoo.org/702314 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19 x11-misc/redshift/redshift-1.12-r3.ebuild | 4 ++-- 1 file 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 2aeb085bce7..b0a34731e93 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() {
