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 299C715810D for ; Mon, 29 May 2023 18:30:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68E59E0841; Mon, 29 May 2023 18:30:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3EF58E0841 for ; Mon, 29 May 2023 18:30:01 +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 6069134109D for ; Mon, 29 May 2023 18:30:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6C0FA80 for ; Mon, 29 May 2023 18:29:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1685384980.5c534fd452e52180460c9bf9dc0cf587e3926a76.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/qtile/qtile-9999.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5c534fd452e52180460c9bf9dc0cf587e3926a76 X-VCS-Branch: master Date: Mon, 29 May 2023 18:29:57 +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: deb129d7-1fe8-4e32-a645-a758602269d2 X-Archives-Hash: 88c49ab36b07071d83231ef34411a87d commit: 5c534fd452e52180460c9bf9dc0cf587e3926a76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 29 09:30:01 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 29 18:29:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c534fd4 x11-wm/qtile: Switch IUSE=pulseaudio to media-libs/libpulse update HOMEPAGE Signed-off-by: Andreas Sturmlechner gentoo.org> x11-wm/qtile/qtile-9999.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild index db0c8d80ec74..0cf5d4db8098 100644 --- a/x11-wm/qtile/qtile-9999.ebuild +++ b/x11-wm/qtile/qtile-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 virtualx DESCRIPTION="A full-featured, hackable tiling window manager written in Python" -HOMEPAGE="http://qtile.org/" +HOMEPAGE="http://www.qtile.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -35,12 +35,8 @@ RDEPEND=" x11-libs/cairo[X,xcb(+)] x11-libs/libnotify[introspection] x11-libs/pango - pulseaudio? ( - media-sound/pulseaudio - ) - wayland? ( - =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] - ) + pulseaudio? ( media-libs/libpulse ) + wayland? ( =dev-python/pywlroots-0.15*[${PYTHON_USEDEP}] ) " BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}]