From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02998138239 for ; Mon, 9 Dec 2019 16:59:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42DA4E089A; Mon, 9 Dec 2019 16:59:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2592DE089A for ; Mon, 9 Dec 2019 16:59:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB75B34D750 for ; Mon, 9 Dec 2019 16:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5439A8 for ; Mon, 9 Dec 2019 16:59:23 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1575910710.f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/redshift/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/redshift/redshift-1.12-r3.ebuild X-VCS-Directories: x11-misc/redshift/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f X-VCS-Branch: master Date: Mon, 9 Dec 2019 16:59:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bae9e9e9-e1bd-426e-821f-7de90175b9d2 X-Archives-Hash: fcaa916788ab7ef37f3f0a16c23911c9 commit: f4cce8e053e6f30a4be2ae9261a1fbcba8557f9f Author: Sebastian Pipping gentoo org> AuthorDate: Mon Dec 9 16:57:50 2019 +0000 Commit: Sebastian Pipping gentoo 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 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() {