diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-06 10:23:12 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-06 10:23:12 +0000 |
commit | 5b3ced1df74c335bd85ff332762fb233dbde58f1 (patch) | |
tree | 9170cb3b56f22058417ed70c129c7190fbf3018c /app-admin | |
parent | ac61dab372105de941c7adc6e3c40976b40d81d7 (diff) |
build calamares against python 3.4, change default backend to portage
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/calamares/calamares-1.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-admin/calamares/calamares-1.1.ebuild b/app-admin/calamares/calamares-1.1.ebuild index 2c0af862..2d5b865d 100644 --- a/app-admin/calamares/calamares-1.1.ebuild +++ b/app-admin/calamares/calamares-1.1.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=( python3_3 ) +PYTHON_COMPAT=( python3_4 ) inherit eutils cmake-utils python-r1 @@ -22,8 +22,7 @@ S="${WORKDIR}/${PN}-${PV}" DEPEND=" dev-vcs/git python? ( - >=dev-lang/python-3.3.5-r1:3.3 - >=dev-libs/boost-1.55.0-r2[python_targets_python3_3] + >=dev-libs/boost-1.55:=[${PYTHON_USEDEP}] ) >=dev-qt/designer-5.4.0:5 >=dev-qt/linguist-tools-5.4.0:5 |