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 B71C1139694 for ; Sat, 15 Apr 2017 07:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C172AE0CBF; Sat, 15 Apr 2017 07:33:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1D3AE0CBF for ; Sat, 15 Apr 2017 07:33:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1EBCB341130 for ; Sat, 15 Apr 2017 07:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D3AA69BC for ; Sat, 15 Apr 2017 07:33:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1492241567.6cb312af2bd483826c95f3404b3898c58207e93b.mgorny@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.11-r1.ebuild X-VCS-Directories: x11-misc/redshift/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6cb312af2bd483826c95f3404b3898c58207e93b X-VCS-Branch: master Date: Sat, 15 Apr 2017 07:33:29 +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-Archives-Salt: e60f5213-80b8-4a63-b96d-518fa51be512 X-Archives-Hash: 4fba26b0e8e73e37ef316a193bae0062 commit: 6cb312af2bd483826c95f3404b3898c58207e93b Author: Hummer12007 gmail com> AuthorDate: Thu Apr 13 16:28:37 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 15 07:32:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb312af x11-misc/redshift: do not set Python up w/ USE=-gtk Closes: https://github.com/gentoo/gentoo/pull/4416 x11-misc/redshift/redshift-1.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/redshift/redshift-1.11-r1.ebuild b/x11-misc/redshift/redshift-1.11-r1.ebuild index d9f7e168280..2275d41cc66 100644 --- a/x11-misc/redshift/redshift-1.11-r1.ebuild +++ b/x11-misc/redshift/redshift-1.11-r1.ebuild @@ -30,7 +30,7 @@ DEPEND="${COMMON_DEPEND} nls? ( sys-devel/gettext ) appindicator? ( dev-libs/libappindicator ) " -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="gtk? ( ${PYTHON_REQUIRED_USE} )" src_prepare() { epatch_user @@ -38,7 +38,7 @@ src_prepare() { } src_configure() { - python_export_best + use gtk && python_setup econf \ --disable-silent-rules \