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 F1C10139694 for ; Wed, 10 May 2017 18:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E79621C20C; Wed, 10 May 2017 18:53:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F83321C201 for ; Wed, 10 May 2017 18:53:54 +0000 (UTC) Received: from localhost.localdomain (d202-252.icpnet.pl [109.173.202.252]) (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 5F0B93416B3; Wed, 10 May 2017 18:53:47 +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 3/3] virtual/python-dnspython: Use -2/-3 operators to python_gen_usedep (example) Date: Wed, 10 May 2017 20:53:33 +0200 Message-Id: <20170510185333.6423-3-mgorny@gentoo.org> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170510185333.6423-1-mgorny@gentoo.org> References: <20170510185333.6423-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-Archives-Salt: f4814fb2-ee68-4f80-9475-18bf43ac7a3b X-Archives-Hash: 18bc283ccefbdaee05484a54c79fecf5 --- virtual/python-dnspython/python-dnspython-1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/python-dnspython/python-dnspython-1.ebuild b/virtual/python-dnspython/python-dnspython-1.ebuild index 063bbe7ce66f..885153f90caf 100644 --- a/virtual/python-dnspython/python-dnspython-1.ebuild +++ b/virtual/python-dnspython/python-dnspython-1.ebuild @@ -14,6 +14,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} !dev-python/dnspython:0 - $(python_gen_cond_dep 'dev-python/dnspython:py2[${PYTHON_USEDEP}]' python2*) - $(python_gen_cond_dep 'dev-python/dnspython:py3[${PYTHON_USEDEP}]' python3*)" + $(python_gen_cond_dep 'dev-python/dnspython:py2[${PYTHON_USEDEP}]' -2) + $(python_gen_cond_dep 'dev-python/dnspython:py3[${PYTHON_USEDEP}]' -3)" DEPEND="!dev-python/dnspython:0" -- 2.13.0