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 CBBA8138334 for ; Sun, 22 Dec 2019 22:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26944E0BA1; Sun, 22 Dec 2019 22:11:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 11291E0BA1 for ; Sun, 22 Dec 2019 22:11:56 +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 E319634DA96 for ; Sun, 22 Dec 2019 22:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E5A917929 for ; Sun, 22 Dec 2019 22:11:53 +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: <1577052442.6e826f6e72506f5e5070032a21e2893943943655.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-fuse/kio-fuse-9999.ebuild X-VCS-Directories: kde-misc/kio-fuse/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6e826f6e72506f5e5070032a21e2893943943655 X-VCS-Branch: master Date: Sun, 22 Dec 2019 22:11:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c67c00d-7ff9-4c73-813c-e563fbee2523 X-Archives-Hash: b45c5919892e700d962574bb438a6257 commit: 6e826f6e72506f5e5070032a21e2893943943655 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 22 21:59:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 22 22:07:22 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e826f6e kde-misc/kio-fuse: Add release switch Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-fuse/kio-fuse-9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild index f4ee318c1e..dbe835b42e 100644 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -ECM_TEST="optional" +ECM_TEST="true" KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org @@ -11,9 +11,13 @@ inherit ecm kde.org DESCRIPTION="FUSE interface for KIO" HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/" +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + LICENSE="GPL-3+" SLOT="5" -KEYWORDS="" IUSE="" DEPEND="