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 A99DB158090 for ; Tue, 3 May 2022 03:26:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5CEE0AF7; Tue, 3 May 2022 03:26:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 75F21E0AF7 for ; Tue, 3 May 2022 03:26:02 +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 28C9C34132A for ; Tue, 3 May 2022 03:26:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A83772F9 for ; Tue, 3 May 2022 03:25:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651548336.50f3a531efac8ce3bcfcb770498ed8b9434b7c5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/qtile/qtile-0.17.0-r1.ebuild x11-wm/qtile/qtile-0.17.0.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50f3a531efac8ce3bcfcb770498ed8b9434b7c5e X-VCS-Branch: master Date: Tue, 3 May 2022 03:25:59 +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: 83be0f48-634b-4079-9aab-39131d71cf50 X-Archives-Hash: be4b931a4bf363e5afb898bf7a329d13 commit: 50f3a531efac8ce3bcfcb770498ed8b9434b7c5e Author: Sam James gentoo org> AuthorDate: Tue May 3 03:25:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 03:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f3a531 x11-wm/qtile: add missing dependencies Closes: https://bugs.gentoo.org/793791 Closes: https://bugs.gentoo.org/833521 Signed-off-by: Sam James gentoo.org> x11-wm/qtile/{qtile-0.17.0.ebuild => qtile-0.17.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-0.17.0.ebuild b/x11-wm/qtile/qtile-0.17.0-r1.ebuild similarity index 90% rename from x11-wm/qtile/qtile-0.17.0.ebuild rename to x11-wm/qtile/qtile-0.17.0-r1.ebuild index ff3b8ed595c0..c2ca4b7e04ec 100644 --- a/x11-wm/qtile/qtile-0.17.0.ebuild +++ b/x11-wm/qtile/qtile-0.17.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,10 +25,12 @@ RESTRICT="test" RDEPEND=" x11-libs/cairo[X,xcb(+)] x11-libs/pango + x11-libs/libnotify[introspection] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] >=dev-python/cairocffi-0.9.0[${PYTHON_USEDEP}] >=dev-python/cffi-1.1.0[${PYTHON_USEDEP}] + dev-python/pygobject[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}] >=dev-python/xcffib-0.8.1[${PYTHON_USEDEP}] media-sound/pulseaudio