diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-05-31 15:10:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-05-31 15:10:45 +0100 |
commit | c119419dd991fe1d01a582ece0675bc083d01805 (patch) | |
tree | 540f4fe5ca72dfe7d00aa278064168df778b4891 /app-admin/calamares/calamares-999.ebuild | |
parent | 65e272e056fb25f8b9e90757c60b46aef9896838 (diff) |
use python-r1 eclass to pull required python deps for calamares
Diffstat (limited to 'app-admin/calamares/calamares-999.ebuild')
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index a4ac0eef..1a16ef56 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -3,8 +3,9 @@ # $Header: $ EAPI=5 +PYTHON_COMPAT=( python{3_3,3_4} ) -inherit eutils cmake-utils git-2 +inherit eutils cmake-utils python-r1 git-2 EGIT_BRANCH="kogaion" EGIT_COMMIT="5805b67793b6fb2c38da66d7bb9c88e35bb528a2" @@ -28,8 +29,6 @@ DEPEND="dev-vcs/git >=dev-qt/qtsvg-5.4.0:5 >=dev-qt/qtwidgets-5.4.0:5 >=dev-cpp/yaml-cpp-0.5.1 - dev-lang/python:3.3 - dev-libs/boost[python_targets_python3_3] >=kde-frameworks/extra-cmake-modules-5.10.0" RDEPEND=">=dev-qt/qtcore-5.4.0:5 @@ -39,8 +38,6 @@ RDEPEND=">=dev-qt/qtcore-5.4.0:5 >=dev-qt/qtwidgets-5.4.0:5 >=dev-cpp/yaml-cpp-0.5.1 >=dev-libs/libatasmart-0.19 - dev-lang/python:3.3 - dev-libs/boost[python_targets_python3_3] >=kde-frameworks/kconfig-5.10.0 >=kde-frameworks/ki18n-5.10.0 >=kde-frameworks/kcoreaddons-5.10.0 |