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 27DF6158021 for ; Mon, 19 Dec 2022 10:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0E05E0B01; Mon, 19 Dec 2022 10:56:58 +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 B1029E0B01 for ; Mon, 19 Dec 2022 10:56:58 +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 AAE7C33EDD8 for ; Mon, 19 Dec 2022 10:56:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB6AB7CE for ; Mon, 19 Dec 2022 10:56:55 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1671275150.46b0aa6f529117952462574ecbf08afca78e8101.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-voip/discover-overlay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/discover-overlay/discover-overlay-0.6.3-r1.ebuild net-voip/discover-overlay/discover-overlay-0.6.3.ebuild X-VCS-Directories: net-voip/discover-overlay/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 46b0aa6f529117952462574ecbf08afca78e8101 X-VCS-Branch: master Date: Mon, 19 Dec 2022 10:56:55 +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: 7ebfcb5a-9086-4a35-8042-a0ff87164dae X-Archives-Hash: 2d095465a978f71e2253acbf8d5e8cfd commit: 46b0aa6f529117952462574ecbf08afca78e8101 Author: Nicola Smaniotto gmail com> AuthorDate: Sat Dec 17 10:49:44 2022 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Sat Dec 17 11:05:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46b0aa6f net-voip/discover-overlay: add wayland USE flag The dependency on gui-libs/gtk-layer-shell is not needed on X11 Signed-off-by: Nicola Smaniotto gmail.com> ...discover-overlay-0.6.3.ebuild => discover-overlay-0.6.3-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild b/net-voip/discover-overlay/discover-overlay-0.6.3-r1.ebuild similarity index 91% rename from net-voip/discover-overlay/discover-overlay-0.6.3.ebuild rename to net-voip/discover-overlay/discover-overlay-0.6.3-r1.ebuild index d5f0ed8dc..c4cd0a37d 100644 --- a/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild +++ b/net-voip/discover-overlay/discover-overlay-0.6.3-r1.ebuild @@ -16,6 +16,8 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" +IUSE="wayland" + RDEPEND=" >=dev-python/pygobject-3.22[${PYTHON_USEDEP}] dev-python/websocket-client[${PYTHON_USEDEP}] @@ -23,7 +25,7 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] - gui-libs/gtk-layer-shell[introspection(+)] + wayland? ( gui-libs/gtk-layer-shell[introspection(+)] ) " S="${WORKDIR}/Discover-${PV}"