summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-9999.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-05-30 04:14:11 +1000
committerMichael Palimaka <kensington@gentoo.org>2013-05-30 04:14:11 +1000
commit6c213b8956a9933a373d5220ae1697179d0ff381 (patch)
tree64c008a6871d4433b4bb364c6bcc506f848444c9 /kde-base/pykde4/pykde4-9999.ebuild
parent89b8d1c9b8731f5635aed17289493a7b55362660 (diff)
downloadkde-6c213b8956a9933a373d5220ae1697179d0ff381.tar.gz
kde-6c213b8956a9933a373d5220ae1697179d0ff381.tar.bz2
kde-6c213b8956a9933a373d5220ae1697179d0ff381.zip
[kde-base/pykde4] Drop USE="semantic-desktop".
Package-Manager: portage-2.1.12.2
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-9999.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 72b44bef3d2..4e30a95efa3 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -11,20 +11,17 @@ inherit python-r1 portability kde4-base multilib
DESCRIPTION="Python bindings for KDE4"
KEYWORDS=""
-IUSE="debug doc examples semantic-desktop test"
+IUSE="debug doc examples test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# blocker added due to compatibility issues and error during compile time
RDEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.14:=[${PYTHON_USEDEP}]
-
- $(add_kdebase_dep kdelibs 'opengl,semantic-desktop?')
- semantic-desktop? (
- $(add_kdebase_dep kdepimlibs 'semantic-desktop')
- >=dev-libs/soprano-2.9.0
- )
+ >=dev-libs/soprano-2.9.0
+ $(add_kdebase_dep kdelibs 'opengl')
+ $(add_kdebase_dep kdepimlibs)
aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,aqua] )
!aqua? ( >=dev-python/PyQt4-4.9.5[${PYTHON_USEDEP},dbus,declarative,script(+),sql,svg,webkit,X] )
"
@@ -77,9 +74,6 @@ src_configure() {
local mycmakeargs=(
-DWITH_PolkitQt=OFF
-DWITH_QScintilla=OFF
- $(cmake-utils_use_with semantic-desktop Soprano)
- $(cmake-utils_use_with semantic-desktop Nepomuk)
- $(cmake-utils_use_with semantic-desktop KdepimLibs)
-DPYTHON_EXECUTABLE=${PYTHON}
-DPYKDEUIC4_ALTINSTALL=TRUE
)