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 EA3B7138351 for ; Fri, 1 May 2020 17:57:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38D2BE0C20; Fri, 1 May 2020 17:57:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 247BEE0C20 for ; Fri, 1 May 2020 17:57:43 +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 4F53134F0FF for ; Fri, 1 May 2020 17:57:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC2F5210 for ; Fri, 1 May 2020 17:57:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1588355853.0400de670134a6119a7bd05fb352774319d0f530.pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0400de670134a6119a7bd05fb352774319d0f530 X-VCS-Branch: master Date: Fri, 1 May 2020 17:57:38 +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: 5c8bf7d2-9c6b-4915-b249-23bf285732e7 X-Archives-Hash: 7222d80ffff78d01bfab334fdc1c0705 commit: 0400de670134a6119a7bd05fb352774319d0f530 Author: Pacho Ramos gentoo org> AuthorDate: Fri May 1 17:53:48 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri May 1 17:57:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0400de67 x11-misc/redshift: Migrate to 'appindicator' USE Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> 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 49f09dec435..2666e1fd197 100644 --- a/x11-misc/redshift/redshift-1.12-r3.ebuild +++ b/x11-misc/redshift/redshift-1.12-r3.ebuild @@ -13,13 +13,13 @@ SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 arm64 x86" -IUSE="ayatana geoclue gtk nls" +IUSE="appindicator geoclue gtk nls" COMMON_DEPEND=">=x11-libs/libX11-1.4 x11-libs/libXxf86vm x11-libs/libxcb x11-libs/libdrm - ayatana? ( dev-libs/libappindicator:3[introspection] ) + appindicator? ( dev-libs/libappindicator:3[introspection] ) geoclue? ( app-misc/geoclue:2.0 dev-libs/glib:2 ) gtk? ( ${PYTHON_DEPS} )" RDEPEND="${COMMON_DEPEND}