summaryrefslogtreecommitdiffstats
path: root/gentoo
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-04-24 17:18:45 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-04-24 17:19:10 -0500
commitd0da5e17de0826127c54788f567384df867cccdc (patch)
tree5e6fd89386158d97f57abdc423811b5235e5de20 /gentoo
parent1108cbcc29017bf54a2a2ca844720ce56ba8e545 (diff)
downloadbcfg2-d0da5e17de0826127c54788f567384df867cccdc.tar.gz
bcfg2-d0da5e17de0826127c54788f567384df867cccdc.tar.bz2
bcfg2-d0da5e17de0826127c54788f567384df867cccdc.zip
gentoo: Allow python3 installation
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'gentoo')
-rw-r--r--gentoo/bcfg2-1.3.0.ebuild10
1 files changed, 5 insertions, 5 deletions
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"