From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D0BE139695 for ; Sun, 19 Mar 2017 22:56:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 605F321C202; Sun, 19 Mar 2017 22:56:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B24B21C202 for ; Sun, 19 Mar 2017 22:56:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD1F133D3C7 for ; Sun, 19 Mar 2017 22:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 484826E16 for ; Sun, 19 Mar 2017 22:56:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1489964185.a946ccdf49d368b1f9226520ebccb3c7019d97a3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/ X-VCS-Repository: proj/kde X-VCS-Files: net-misc/smb4k/smb4k-9999.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a946ccdf49d368b1f9226520ebccb3c7019d97a3 X-VCS-Branch: master Date: Sun, 19 Mar 2017 22:56:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b4aef6ca-290f-4c66-a956-9552461ab1ca X-Archives-Hash: 065ad14c538a62aa62b492c3f45b00df commit: a946ccdf49d368b1f9226520ebccb3c7019d97a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 19 16:18:30 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 19 22:56:25 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a946ccdf net-misc/smb4k: Drop USE=plasma, not optional anymore Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-misc/smb4k/smb4k-9999.ebuild | 11 ++--------- 1 file 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 -}