From d0da5e17de0826127c54788f567384df867cccdc Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 24 Apr 2013 17:18:45 -0500 Subject: gentoo: Allow python3 installation Signed-off-by: Sol Jerome --- gentoo/bcfg2-1.3.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gentoo') diff --git a/gentoo/bcfg2-1.3.0.ebuild b/gentoo/bcfg2-1.3.0.ebuild index e600448d9..4d8530b02 100644 --- a/gentoo/bcfg2-1.3.0.ebuild +++ b/gentoo/bcfg2-1.3.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI=4 -PYTHON_DEPEND="2:2.6" +PYTHON_DEPEND="*:2.6" SUPPORT_PYTHON_ABIS="1" # ssl module required. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" +RESTRICT_PYTHON_ABIS="2.5" inherit distutils eutils @@ -15,7 +15,7 @@ DESCRIPTION="configuration management tool" HOMEPAGE="http://bcfg2.org" SRC_URI="ftp://ftp.mcs.anl.gov/pub/bcfg/${P}.tar.gz" -LICENSE="BSD" +LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris" IUSE="doc cheetah genshi server" -- cgit v1.2.3-1-g7c22