diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2016-12-29 23:43:53 +1100 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-29 23:43:59 +1100 |
| commit | 1f1ccd1758df680e8e4cd9d832d6a5aaa0de3872 (patch) | |
| tree | 02d54c637c6f4b20cbfc28bac7a878505624a37d | |
| parent | 2e8832c0e90b5e27b0f4ff3793055b3325f124ca (diff) | |
| download | kde-1f1ccd1758df680e8e4cd9d832d6a5aaa0de3872.tar.gz kde-1f1ccd1758df680e8e4cd9d832d6a5aaa0de3872.tar.bz2 kde-1f1ccd1758df680e8e4cd9d832d6a5aaa0de3872.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-9999.ebuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/kde-frameworks/kcrash/kcrash-9999.ebuild b/kde-frameworks/kcrash/kcrash-9999.ebuild index c5515d5f523..21af306557f 100644 --- a/kde-frameworks/kcrash/kcrash-9999.ebuild +++ b/kde-frameworks/kcrash/kcrash-9999.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Framework for intercepting and handling application crashes" LICENSE="LGPL-2+" KEYWORDS="" -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 -} |
