diff options
author | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-10 22:12:23 +0100 |
---|---|---|
committer | Mamut Ghiunhan <V3n3RiX@users.noreply.github.com> | 2015-06-10 22:12:23 +0100 |
commit | 1c6fe646100b1abaa3613cf6f5153366a24ed1fb (patch) | |
tree | 6b1005d9ff5ef3a0e23b1ca194f35ac316477d07 | |
parent | 80c9b13b0ea59da051604e67df6402db5be001fc (diff) | |
parent | cde34b808013d6b2f265aa72daed957b3a52b14b (diff) |
Merge pull request #38 from V3n3RiX/master
force dev-libs/boost to build against python3.3 even if we have it in…
-rw-r--r-- | app-admin/calamares/calamares-999.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/calamares/calamares-999.ebuild b/app-admin/calamares/calamares-999.ebuild index 7fb2521d..4373bc4c 100644 --- a/app-admin/calamares/calamares-999.ebuild +++ b/app-admin/calamares/calamares-999.ebuild @@ -22,6 +22,7 @@ IUSE="" S="${WORKDIR}/${PN}-${PV}" DEPEND="dev-vcs/git + >=dev-libs/boost-1.55.0-r2[python_targets_python3_3] >=dev-qt/designer-5.4.0:5 >=dev-qt/linguist-tools-5.4.0:5 >=dev-qt/qtconcurrent-5.4.0:5 @@ -41,7 +42,8 @@ DEPEND="dev-vcs/git >=dev-cpp/yaml-cpp-0.5.1 >=kde-frameworks/extra-cmake-modules-5.10.0" -RDEPEND=">=dev-qt/designer-5.4.0:5 +RDEPEND=">=dev-libs/boost-1.55.0-r2[python_targets_python3_3] + >=dev-qt/designer-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 @@ -78,7 +80,11 @@ src_prepare() { # on gentoo finding python && boost libs is sometimes problematic, and we really really # want python support in our package # this patch helps calamares to find python && boost libs and force-enables python - epatch "${FILESDIR}/${PN}-find-gentoo-python3-boost-libs.patch" + # + # epatch "${FILESDIR}/${PN}-find-gentoo-python3-boost-libs.patch" + # + # no longer needed, but keep it around, just in case + # default interpretor must be set to python3.3 for calamares to find required libs # If qtchooser is installed, it may break the build, because moc,rcc and uic binaries for wrong qt version may be used. # Setting QT_SELECT environment variable will enforce correct binaries (fix taken from vlc ebuild) |