diff options
| -rw-r--r-- | kde-base/cantor/cantor-4.13.95.ebuild | 5 | ||||
| -rw-r--r-- | kde-base/cantor/cantor-4.14.49.9999.ebuild | 5 | ||||
| -rw-r--r-- | kde-base/cantor/cantor-4.9999.ebuild | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/kde-base/cantor/cantor-4.13.95.ebuild b/kde-base/cantor/cantor-4.13.95.ebuild index 601f0796726..6fff54074d9 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 35c48105a77..33897eb7c44 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 35c48105a77..33897eb7c44 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) |
