aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-19 17:18:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-19 23:56:25 +0100
commita946ccdf49d368b1f9226520ebccb3c7019d97a3 (patch)
tree736b8170a321f6881fd836c2dc89b04ed6ccefd3
parentkde-plasma/kinfocenter: Simplify as with KF5Plasma, USE=egl -> wayland (diff)
downloadkde-a946ccdf49d368b1f9226520ebccb3c7019d97a3.tar.gz
kde-a946ccdf49d368b1f9226520ebccb3c7019d97a3.tar.bz2
kde-a946ccdf49d368b1f9226520ebccb3c7019d97a3.zip
net-misc/smb4k: Drop USE=plasma, not optional anymore
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--net-misc/smb4k/smb4k-9999.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild
index 729043c4cb..1817e47a3a 100644
--- a/net-misc/smb4k/smb4k-9999.ebuild
+++ b/net-misc/smb4k/smb4k-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/"
[[ ${PV} != 9999 ]] && KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
-IUSE="plasma"
+IUSE=""
DEPEND="
$(add_frameworks_dep kauth)
@@ -40,14 +40,7 @@ DEPEND="
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}
+ $(add_frameworks_dep plasma)
net-fs/samba[cups]
- plasma? ( $(add_frameworks_dep plasma) )
!net-misc/smb4k:4
"
-
-src_configure(){
- local mycmakeargs=(
- -DINSTALL_PLASMOID=$(usex plasma)
- )
- kde5_src_configure
-}