summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2014-07-22 04:01:55 +0000
committerJonathan Callen <jcallen@gentoo.org>2014-07-22 04:01:55 +0000
commit3fff9b59376c7e20b125c9ff3cf1a5f3a5ae0429 (patch)
treee365d78a9a4fd92092e73724cb978d46e31e64fe /kde-base
parentbump, rm old (diff)
downloadgentoo-2-3fff9b59376c7e20b125c9ff3cf1a5f3a5ae0429.tar.gz
gentoo-2-3fff9b59376c7e20b125c9ff3cf1a5f3a5ae0429.tar.bz2
gentoo-2-3fff9b59376c7e20b125c9ff3cf1a5f3a5ae0429.zip
Fix build with PYTHON_TARGETS="" USE=-python
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 229E5838)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/superkaramba/ChangeLog6
-rw-r--r--kde-base/superkaramba/superkaramba-4.13.2.ebuild4
-rw-r--r--kde-base/superkaramba/superkaramba-4.13.3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/kde-base/superkaramba/ChangeLog b/kde-base/superkaramba/ChangeLog
index b5f145cce107..0581ed12596f 100644
--- a/kde-base/superkaramba/ChangeLog
+++ b/kde-base/superkaramba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/superkaramba
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.309 2014/07/16 17:40:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.310 2014/07/22 04:01:55 jcallen Exp $
+
+ 22 Jul 2014; Jonathan Callen <jcallen@gentoo.org> superkaramba-4.13.2.ebuild,
+ superkaramba-4.13.3.ebuild:
+ Fix build with PYTHON_TARGETS="" USE=-python
*superkaramba-4.13.3 (16 Jul 2014)
diff --git a/kde-base/superkaramba/superkaramba-4.13.2.ebuild b/kde-base/superkaramba/superkaramba-4.13.2.ebuild
index 7bcd55235a2d..6a646d420037 100644
--- a/kde-base/superkaramba/superkaramba-4.13.2.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.13.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild,v 1.1 2014/06/15 16:56:52 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.2.ebuild,v 1.2 2014/07/22 04:01:55 jcallen Exp $
EAPI=5
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
"
pkg_setup() {
- python-single-r1_pkg_setup
+ use python && python-single-r1_pkg_setup
kde4-base_pkg_setup
}
diff --git a/kde-base/superkaramba/superkaramba-4.13.3.ebuild b/kde-base/superkaramba/superkaramba-4.13.3.ebuild
index a9cd017106b6..c0d9bfbcd8a2 100644
--- a/kde-base/superkaramba/superkaramba-4.13.3.ebuild
+++ b/kde-base/superkaramba/superkaramba-4.13.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild,v 1.1 2014/07/16 17:40:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.13.3.ebuild,v 1.2 2014/07/22 04:01:55 jcallen Exp $
EAPI=5
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
"
pkg_setup() {
- python-single-r1_pkg_setup
+ use python && python-single-r1_pkg_setup
kde4-base_pkg_setup
}