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 2D02A1384B4 for ; Thu, 19 Nov 2015 04:22:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFDF21C027; Thu, 19 Nov 2015 04:22:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0068C21C027 for ; Thu, 19 Nov 2015 04:22:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F3363402A2 for ; Thu, 19 Nov 2015 04:22:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AC64A7F for ; Thu, 19 Nov 2015 04:21:54 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1447906867.2c0d4a87989a1d4d6279940cf098d2c4d9bb1ed6.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2c0d4a87989a1d4d6279940cf098d2c4d9bb1ed6 X-VCS-Branch: master Date: Thu, 19 Nov 2015 04:21:54 +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: a7ae84ba-a241-4432-be27-8c9e7cbdbe8a X-Archives-Hash: 780a09c57c97c60f177589f1dd971d7d commit: 2c0d4a87989a1d4d6279940cf098d2c4d9bb1ed6 Author: Mike Frysinger gentoo org> AuthorDate: Thu Nov 19 04:21:07 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Nov 19 04:21:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0d4a87 dev-util/catalyst: update git to permit python-3 The latest version should work w/py3, so start allowing people to test. dev-util/catalyst/catalyst-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index a0c932f..5586792 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" fi -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 multilib ${SRC_ECLASS} @@ -29,10 +29,10 @@ IUSE="ccache doc kernel_linux" DEPEND=" app-text/asciidoc - >=dev-python/snakeoil-0.6.5 + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}] " RDEPEND=" - =dev-python/pydecomp-9999 + =dev-python/pydecomp-9999[${PYTHON_USEDEP}] app-arch/lbzip2 app-crypt/shash app-arch/tar[xattr] @@ -45,7 +45,6 @@ RDEPEND=" " python_prepare_all() { - python_export_best echo VERSION="${PV}" "${PYTHON}" setup.py set_version VERSION="${PV}" "${PYTHON}" setup.py set_version } @@ -55,7 +54,7 @@ python_compile_all() { emake } -python_install_all(){ +python_install_all() { distutils-r1_python_install_all if use doc; then dodoc files/HOWTO.html files/docbook-xsl.css