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 E6B1B138010 for ; Thu, 4 Oct 2012 00:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7305E21C01D; Thu, 4 Oct 2012 00:00:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3D55D21C01D for ; Thu, 4 Oct 2012 00:00:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E2D7335DF0 for ; Thu, 4 Oct 2012 00:00:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 44E95E5436 for ; Thu, 4 Oct 2012 00:00:42 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1349308824.fae09cb693f4ea3090f6691038c0333723204d8d.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/gdbus-codegen/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild X-VCS-Directories: dev-util/gdbus-codegen/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: fae09cb693f4ea3090f6691038c0333723204d8d X-VCS-Branch: master Date: Thu, 4 Oct 2012 00:00:42 +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-Archives-Salt: 12b9b29e-53b6-41f4-b182-2a4dfb998489 X-Archives-Hash: df831c92207cffcd5f797190b56b9251 commit: fae09cb693f4ea3090f6691038c0333723204d8d Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu Oct 4 00:00:24 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Thu Oct 4 00:00:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fae09cb6 dev-util/gdbus-codegen: use PYTHON_USE --- dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild index 4a78961..db331da 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-9999.ebuild @@ -5,6 +5,7 @@ EAPI="4" GNOME_ORG_MODULE="glib" PYTHON_COMPAT="python2_5 python2_6 python2_7 python3_1 python3_2" +PYTHON_USE="xml" inherit eutils python-distutils-ng if [[ ${PV} = 9999 ]]; then @@ -26,12 +27,7 @@ else fi IUSE="" -RDEPEND="python_targets_python2_5? ( dev-lang/python:2.5[xml] ) - python_targets_python2_6? ( dev-lang/python:2.6[xml] ) - python_targets_python2_7? ( dev-lang/python:2.7[xml] ) - python_targets_python3_1? ( dev-lang/python:3.1[xml] ) - python_targets_python3_2? ( dev-lang/python:3.2[xml] ) -" +RDEPEND="" DEPEND="" # To prevent circular dependencies with glib[test]