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 4D5FB13933E for ; Sat, 17 Jul 2021 18:18:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D9FE0D91; Sat, 17 Jul 2021 18:18:32 +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 166BBE0D91 for ; Sat, 17 Jul 2021 18:18:32 +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 DC929342B58 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 81AAB84C 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: <1626545845.456db16a1fca1fba9806cdceac71c9e19a21b56b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/openbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/openbox/openbox-3.6.1-r3.ebuild x11-wm/openbox/openbox-9999.ebuild X-VCS-Directories: x11-wm/openbox/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 456db16a1fca1fba9806cdceac71c9e19a21b56b 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: afb80381-629c-4011-a220-c5a9e46af72e X-Archives-Hash: 924a522fee474f5f36636e82dee4b6c9 commit: 456db16a1fca1fba9806cdceac71c9e19a21b56b Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:25 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=456db16a x11-wm/openbox: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> x11-wm/openbox/openbox-3.6.1-r3.ebuild | 4 ++-- x11-wm/openbox/openbox-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/openbox/openbox-3.6.1-r3.ebuild b/x11-wm/openbox/openbox-3.6.1-r3.ebuild index 2e055c88caa..2288b82914b 100644 --- a/x11-wm/openbox/openbox-3.6.1-r3.ebuild +++ b/x11-wm/openbox/openbox-3.6.1-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit autotools python-single-r1 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager" @@ -47,7 +47,7 @@ RDEPEND=" xdg? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] ') ) " diff --git a/x11-wm/openbox/openbox-9999.ebuild b/x11-wm/openbox/openbox-9999.ebuild index f608dddb2d7..996da0e2825 100644 --- a/x11-wm/openbox/openbox-9999.ebuild +++ b/x11-wm/openbox/openbox-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit autotools python-single-r1 DESCRIPTION="Standards compliant, fast, light-weight, extensible window manager" @@ -47,7 +47,7 @@ RDEPEND=" xdg? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/pyxdg[${PYTHON_MULTI_USEDEP}] + dev-python/pyxdg[${PYTHON_USEDEP}] ') ) "