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 87801138331 for ; Wed, 4 Apr 2018 18:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE3B3E0B93; Wed, 4 Apr 2018 18:17:27 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97EB7E0B93 for ; Wed, 4 Apr 2018 18:17:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 870D8335C2E for ; Wed, 4 Apr 2018 18:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479BE274 for ; Wed, 4 Apr 2018 18:17:25 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1522865837.5b50d8d67a56a193996571e8f1956010e8b3e56d.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5b50d8d67a56a193996571e8f1956010e8b3e56d X-VCS-Branch: master Date: Wed, 4 Apr 2018 18:17:25 +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: 6ea13ccd-c247-49cd-954f-0e63027212b6 X-Archives-Hash: b1038864ce2cd212d8602e87f895bd53 commit: 5b50d8d67a56a193996571e8f1956010e8b3e56d Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 4 18:04:39 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 4 18:17:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5b50d8d6 net-misc/smb4k: Proper release switch Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-misc/smb4k/smb4k-9999.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild index 50e003937d..e39609173c 100644 --- a/net-misc/smb4k/smb4k-9999.ebuild +++ b/net-misc/smb4k/smb4k-9999.ebuild @@ -8,9 +8,12 @@ inherit kde5 DESCRIPTION="Advanced network neighborhood browser" HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/" -[[ ${PV} != 9999 ]] && SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" -[[ ${PV} != 9999 ]] && KEYWORDS="~amd64 ~x86" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + LICENSE="GPL-2" IUSE="plasma"