Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-fuse/
Date: Sun, 22 Dec 2019 22:11:56
Message-Id: 1577052442.6e826f6e72506f5e5070032a21e2893943943655.asturm@gentoo
1 commit: 6e826f6e72506f5e5070032a21e2893943943655
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 21:59:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 22:07:22 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6e826f6e
7
8 kde-misc/kio-fuse: Add release switch
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/kio-fuse/kio-fuse-9999.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
17 index f4ee318c1e..dbe835b42e 100644
18 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
19 +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -ECM_TEST="optional"
25 +ECM_TEST="true"
26 KFMIN=5.60.0
27 QTMIN=5.12.3
28 inherit ecm kde.org
29 @@ -11,9 +11,13 @@ inherit ecm kde.org
30 DESCRIPTION="FUSE interface for KIO"
31 HOMEPAGE="https://feverfew.home.blog/2019/09/10/kiofuse-final-report/"
32
33 +if [[ ${KDE_BUILD_TYPE} = release ]]; then
34 + SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
35 + KEYWORDS="~amd64"
36 +fi
37 +
38 LICENSE="GPL-3+"
39 SLOT="5"
40 -KEYWORDS=""
41 IUSE=""
42
43 DEPEND="