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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6EA913933E for ; Sat, 17 Jul 2021 18:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B21DE0D83; Sat, 17 Jul 2021 18:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 831AEE0D82 for ; Sat, 17 Jul 2021 18:18:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CB20342B61 for ; Sat, 17 Jul 2021 18:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36119844 for ; Sat, 17 Jul 2021 18:18:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626545841.d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/polybar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/polybar/polybar-3.5.5.ebuild x11-misc/polybar/polybar-3.5.6.ebuild X-VCS-Directories: x11-misc/polybar/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18:25 +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: 30afe114-77d0-4b8f-8b6a-42afdcd573c8 X-Archives-Hash: 6e45fad2eaf21dae574c620b81930bb4 commit: d31baf62db8f80e176ca5b5ba01a24bee5cf3bbf Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:21 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31baf62 x11-misc/polybar: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> x11-misc/polybar/polybar-3.5.5.ebuild | 4 ++-- x11-misc/polybar/polybar-3.5.6.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/polybar/polybar-3.5.5.ebuild b/x11-misc/polybar/polybar-3.5.5.ebuild index 9cf689dc360..61bb99a7d5d 100644 --- a/x11-misc/polybar/polybar-3.5.5.ebuild +++ b/x11-misc/polybar/polybar-3.5.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6" I3IPCPP_COMMIT="cb008b30fc5f3febfe467884cb0211ee3c16386b" @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image diff --git a/x11-misc/polybar/polybar-3.5.6.ebuild b/x11-misc/polybar/polybar-3.5.6.ebuild index ebab3b6c656..d36b8fef936 100644 --- a/x11-misc/polybar/polybar-3.5.6.ebuild +++ b/x11-misc/polybar/polybar-3.5.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) XPP_COMMIT="044e69d05db7f89339bda1ccd1efe0263b01c8f6" I3IPCPP_COMMIT="86ddf7102c6903ae0cc543071e2d375403fc0727" @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_MULTI_USEDEP}]') + $(python_gen_cond_dep 'x11-base/xcb-proto[${PYTHON_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] x11-libs/xcb-util-image