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-misc/calamares-runtime | |
parent | ac61dab372105de941c7adc6e3c40976b40d81d7 (diff) |
build calamares against python 3.4, change default backend to portage
Diffstat (limited to 'app-misc/calamares-runtime')
-rw-r--r-- | app-misc/calamares-runtime/calamares-runtime-2.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/calamares-runtime/calamares-runtime-2.0-r1.ebuild b/app-misc/calamares-runtime/calamares-runtime-2.0-r1.ebuild index 56ce336e..5d27440d 100644 --- a/app-misc/calamares-runtime/calamares-runtime-2.0-r1.ebuild +++ b/app-misc/calamares-runtime/calamares-runtime-2.0-r1.ebuild @@ -4,6 +4,8 @@ EAPI=5 +PYTHON_COMPAT=( python3_4 ) + DESCRIPTION="Calamares distribution-independent installer framework runtime meta-package (containing all the runtime dependencies)" SRC_URI="" @@ -15,13 +17,12 @@ IUSE="+branding +python" DEPEND="" RDEPEND=" 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}] ) branding? ( >=x11-themes/kogaion-artwork-calamares-2.0 ) >=app-misc/calamares-config-kogaion-2.0 >=dev-qt/designer-5.4.0:5 - >=dev-qt/linguist-tools-5.4.0:5 + >=dev-qt/linguist-tools-5.4.0:5 >=dev-qt/qtconcurrent-5.4.0:5 >=dev-qt/qtcore-5.4.0:5 >=dev-qt/qtdbus-5.4.0:5 |