commit:     91e14b5a944aa6304c6c0418d916c15038edde5a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 08:05:15 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 08:05:15 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=91e14b5a

[kde-base/cantor] Only use python eclass when python support is enabled wrt bug 
#518368.

Package-Manager: portage-2.2.10

---
 kde-base/cantor/cantor-4.13.95.ebuild      | 5 +++++
 kde-base/cantor/cantor-4.14.49.9999.ebuild | 5 +++++
 kde-base/cantor/cantor-4.9999.ebuild       | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/kde-base/cantor/cantor-4.13.95.ebuild 
b/kde-base/cantor/cantor-4.13.95.ebuild
index 601f079..6fff540 100644
--- a/kde-base/cantor/cantor-4.13.95.ebuild
+++ b/kde-base/cantor/cantor-4.13.95.ebuild
@@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
 
 RESTRICT="test"
 
+pkg_setup() {
+       use python && python-single-r1_pkg_setup
+       kde4-base_pkg_setup
+}
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_with analitza)

diff --git a/kde-base/cantor/cantor-4.14.49.9999.ebuild 
b/kde-base/cantor/cantor-4.14.49.9999.ebuild
index 35c4810..33897eb 100644
--- a/kde-base/cantor/cantor-4.14.49.9999.ebuild
+++ b/kde-base/cantor/cantor-4.14.49.9999.ebuild
@@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
 
 RESTRICT="test"
 
+pkg_setup() {
+       use python && python-single-r1_pkg_setup
+       kde4-base_pkg_setup
+}
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_with analitza)

diff --git a/kde-base/cantor/cantor-4.9999.ebuild 
b/kde-base/cantor/cantor-4.9999.ebuild
index 35c4810..33897eb 100644
--- a/kde-base/cantor/cantor-4.9999.ebuild
+++ b/kde-base/cantor/cantor-4.9999.ebuild
@@ -33,6 +33,11 @@ DEPEND="${RDEPEND}
 
 RESTRICT="test"
 
+pkg_setup() {
+       use python && python-single-r1_pkg_setup
+       kde4-base_pkg_setup
+}
+
 src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_with analitza)

Reply via email to