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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D41B9158020 for ; Tue, 20 Dec 2022 15:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D83DFE094A; Tue, 20 Dec 2022 15:50:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A04E9E094A for ; Tue, 20 Dec 2022 15:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D82B341595 for ; Tue, 20 Dec 2022 15:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5537D6 for ; Tue, 20 Dec 2022 15:50:32 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1671551334.c1e6a844f316512e345be2ff662b702d96a23cc6.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xflux-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xflux-gui/xflux-gui-2.0-r1.ebuild x11-misc/xflux-gui/xflux-gui-2.0.ebuild X-VCS-Directories: x11-misc/xflux-gui/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c1e6a844f316512e345be2ff662b702d96a23cc6 X-VCS-Branch: master Date: Tue, 20 Dec 2022 15:50:32 +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: 564129ad-acaa-4b75-a701-e9945a0bcdb7 X-Archives-Hash: 3090e85ee7bd8bd8fab2487189e6aa2b commit: c1e6a844f316512e345be2ff662b702d96a23cc6 Author: Conrad Kostecki gentoo org> AuthorDate: Tue Dec 20 15:47:28 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Dec 20 15:48:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e6a844 x11-misc/xflux-gui: migrate to ayatana indicators Closes: https://bugs.gentoo.org/887397 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/xflux-gui/{xflux-gui-2.0.ebuild => xflux-gui-2.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xflux-gui/xflux-gui-2.0.ebuild b/x11-misc/xflux-gui/xflux-gui-2.0-r1.ebuild similarity index 94% rename from x11-misc/xflux-gui/xflux-gui-2.0.ebuild rename to x11-misc/xflux-gui/xflux-gui-2.0-r1.ebuild index 4f75d03ddfb2..cd7a845f5c10 100644 --- a/x11-misc/xflux-gui/xflux-gui-2.0.ebuild +++ b/x11-misc/xflux-gui/xflux-gui-2.0-r1.ebuild @@ -15,10 +15,10 @@ S="${WORKDIR}/fluxgui-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" RDEPEND=" - dev-libs/libappindicator:3 + dev-libs/libayatana-appindicator dev-python/pexpect[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] dev-python/pyxdg[${PYTHON_USEDEP}]