Skip to content

Commit

Permalink
gentoo: Allow python3 installation
Browse files Browse the repository at this point in the history
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
  • Loading branch information
solj committed Apr 24, 2013
1 parent 1108cbc commit d0da5e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gentoo/bcfg2-1.3.0.ebuild
@@ -1,21 +1,21 @@
# 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

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"
Expand Down

0 comments on commit d0da5e1

Please sign in to comment.