From 5b3ced1df74c335bd85ff332762fb233dbde58f1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 6 Mar 2016 10:23:12 +0000 Subject: build calamares against python 3.4, change default backend to portage --- app-admin/calamares/calamares-1.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app-admin') 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 -- cgit v1.2.3