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 0E8CB139694 for ; Sat, 11 Feb 2017 19:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB45E0D6F; Sat, 11 Feb 2017 19:51:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A98D2E0D6F for ; Sat, 11 Feb 2017 19:51:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 89151340988 for ; Sat, 11 Feb 2017 19:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B0354464 for ; Sat, 11 Feb 2017 19:50:57 +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: <1486842630.1cb31b399ee0c378d4639a44e079d4367c6731cc.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: 1cb31b399ee0c378d4639a44e079d4367c6731cc X-VCS-Branch: master Date: Sat, 11 Feb 2017 19:50:57 +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: d1347b00-4367-40e4-b21a-2f5548795bcb X-Archives-Hash: 48d007d81fef10feb3e8552e000efa6c commit: 1cb31b399ee0c378d4639a44e079d4367c6731cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 7 01:49:54 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 11 19:50:30 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cb31b39 net-misc/smb4k: Sync with tree Package-Manager: portage-2.3.3 net-misc/smb4k/smb4k-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 0a6a09af15..33e8ceef02 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/" LICENSE="GPL-2" IUSE="" -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep kauth) $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -37,14 +37,11 @@ COMMON_DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) + $(add_qt_dep qttest) $(add_qt_dep qtwidgets) " -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} + $(add_frameworks_dep plasma) >=net-fs/samba-3.4.2[cups] !net-misc/smb4k:4 " - -DOCS=( AUTHORS BUGS ChangeLog README )