summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-12-29 23:43:46 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-12-29 23:44:06 +1100
commita7ab93ec8bc09529d028973d2a5dc629c1477031 (patch)
tree6e3d0f1271c8120502fe886842b5ff24d1efe40a
parentdev-lua/ldoc: New package (diff)
downloadgentoo-a7ab93ec.tar.gz
gentoo-a7ab93ec.tar.bz2
gentoo-a7ab93ec.zip
kde-frameworks/kcrash: remove broken X USE flag
Gentoo-bug: 602988 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--kde-frameworks/kcrash/kcrash-5.29.0.ebuild18
1 files changed, 4 insertions, 14 deletions
diff --git a/kde-frameworks/kcrash/kcrash-5.29.0.ebuild b/kde-frameworks/kcrash/kcrash-5.29.0.ebuild
index ff491a5217bc..60529f070e3e 100644
--- a/kde-frameworks/kcrash/kcrash-5.29.0.ebuild
+++ b/kde-frameworks/kcrash/kcrash-5.29.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for intercepting and handling application crashes"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="nls X"
+IUSE="nls"
# requires running kde environment
RESTRICT+=" test"
@@ -19,21 +19,11 @@ RDEPEND="
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kwindowsystem)
$(add_qt_dep qtgui)
- X? (
- $(add_qt_dep qtx11extras)
- x11-libs/libX11
- )
+ $(add_qt_dep qtx11extras)
+ x11-libs/libX11
"
DEPEND="${RDEPEND}
+ x11-proto/xproto
nls? ( $(add_qt_dep linguist-tools) )
test? ( $(add_qt_dep qtwidgets) )
- X? ( x11-proto/xproto )
"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
- )
-
- kde5_src_configure
-}