summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"