From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E418138202 for ; Wed, 19 Dec 2012 21:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 893C221C07B; Wed, 19 Dec 2012 21:00:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1468921C07B for ; Wed, 19 Dec 2012 21:00:48 +0000 (UTC) Received: from pomiocik.lan (77-253-148-250.adsl.inetia.pl [77.253.148.250]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id 36B3833D95C; Wed, 19 Dec 2012 21:00:46 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-python@lists.gentoo.org Cc: python@gentoo.org, =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-python] [PATCH 2/2] Use python_gen_*() functions to make the deps simpler. Date: Wed, 19 Dec 2012 22:00:38 +0100 Message-Id: <1355950838-31624-2-git-send-email-mgorny@gentoo.org> X-Mailer: git-send-email 1.8.0.2 In-Reply-To: <1355950838-31624-1-git-send-email-mgorny@gentoo.org> References: <1355950838-31624-1-git-send-email-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussions centering around the Python ecosystem in Gentoo Linux X-BeenThere: gentoo-python@gentoo.org X-BeenThere: gentoo-python@lists.gentoo.org X-Archives-Salt: c2f30c14-d46d-4fbb-901f-8b00d7ab5404 X-Archives-Hash: bbe98fe8872d09f1b2d5171f4e425374 --- gx86/dev-python/dbus-python/dbus-python-1.1.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gx86/dev-python/dbus-python/dbus-python-1.1.1-r1.ebuild b/gx86/dev-python/dbus-python/dbus-python-1.1.1-r1.ebuild index f5e6f41..5c3f40b 100644 --- a/gx86/dev-python/dbus-python/dbus-python-1.1.1-r1.ebuild +++ b/gx86/dev-python/dbus-python/dbus-python-1.1.1-r1.ebuild @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples test" # API docs generated with epydoc, which is python2-only -REQUIRED_USE="doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) )" +REQUIRED_USE="doc? ( || ( $(python_gen_useflags python2*) ) )" RDEPEND=">=dev-libs/dbus-glib-0.100:= >=sys-apps/dbus-1.6:= @@ -25,8 +25,8 @@ RDEPEND=">=dev-libs/dbus-glib-0.100:= DEPEND="${RDEPEND} virtual/pkgconfig doc? ( - dev-python/docutils[python_targets_python2_6?,python_targets_python2_7?] - =dev-python/epydoc-3*[python_targets_python2_6?,python_targets_python2_7?] ) + dev-python/docutils[$(python_gen_usedep python2*)] + =dev-python/epydoc-3*[$(python_gen_usedep python2*)] ) test? ( dev-python/pygobject:3 )" # TODO: should be dev-python/pygobject:3[${PYTHON_USEDEP] when pygobject-3.4 is unmasked -- 1.8.0.2