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 74D0E158020 for ; Wed, 16 Nov 2022 19:33:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B90E08BD; Wed, 16 Nov 2022 19:33:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ABCBE08BD for ; Wed, 16 Nov 2022 19:33:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9335F340F6E for ; Wed, 16 Nov 2022 19:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32B4E748 for ; Wed, 16 Nov 2022 19:33:17 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1668605026.3c9a138674d7ced77eb73af5cab566623494a71b.flow@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.ebuild X-VCS-Directories: net-voip/discover-overlay/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 3c9a138674d7ced77eb73af5cab566623494a71b X-VCS-Branch: master Date: Wed, 16 Nov 2022 19:33:17 +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: e7d74d34-74f3-4e31-9084-2df8bdf6a247 X-Archives-Hash: 9551bd904cc13603dca41b5d022879a5 commit: 3c9a138674d7ced77eb73af5cab566623494a71b Author: Nicola Smaniotto gmail com> AuthorDate: Wed Nov 16 13:22:40 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Nov 16 13:23:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c9a1386 net-voip/discover-overlay: xdg icons Closes: https://bugs.gentoo.org/881479 Signed-off-by: Nicola Smaniotto gmail.com> net-voip/discover-overlay/discover-overlay-0.6.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild b/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild index 51d91a21b..23be7b61f 100644 --- a/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild +++ b/net-voip/discover-overlay/discover-overlay-0.6.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +inherit distutils-r1 xdg DESCRIPTION="Yet another Discord overlay for Linux written in Python using GTK3" HOMEPAGE="https://github.com/trigg/Discover" @@ -23,7 +23,6 @@ RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] - gui-libs/gtk-layer-shell[introspection(+)] "