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 200E8138334 for ; Sat, 30 Nov 2019 12:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2F4EE0A7C; Sat, 30 Nov 2019 12:42:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 675AFE0A6E for ; Sat, 30 Nov 2019 12:42:02 +0000 (UTC) Received: from localhost.localdomain (c134-66.icpnet.pl [85.221.134.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 8B8CA34D60F; Sat, 30 Nov 2019 12:42:00 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 5/7] app-editors/gedit-plugins: Use new PYTHON_*_USEDEP API Date: Sat, 30 Nov 2019 13:41:24 +0100 Message-Id: <20191130124126.169871-6-mgorny@gentoo.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191130124126.169871-1-mgorny@gentoo.org> References: <20191130124126.169871-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: fdf45c60-eeca-4a3a-a4ff-84519802b462 X-Archives-Hash: 519f2bd87b02c6ea3e397eb3fa52793a Signed-off-by: Michał Górny --- .../gedit-plugins/gedit-plugins-3.32.2.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild index 2d7024b86e3d..4d985c3d2e20 100644 --- a/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-3.32.2.ebuild @@ -34,11 +34,13 @@ RDEPEND=" >=x11-libs/gtksourceview-4.0.2:4 python? ( ${PYTHON_DEPS} - >=app-editors/gedit-3.16[introspection,python,${PYTHON_USEDEP}] - dev-libs/libpeas[python,${PYTHON_USEDEP}] - >=dev-python/dbus-python-0.82[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] + >=app-editors/gedit-3.16[introspection,python,${PYTHON_SINGLE_USEDEP}] + dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/dbus-python-0.82[${PYTHON_MULTI_USEDEP}] + dev-python/pycairo[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}] + ') >=x11-libs/gtk+-3.9:3[introspection] >=x11-libs/gtksourceview-3.14:3.0[introspection] x11-libs/pango[introspection] -- 2.24.0