Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-go/
Date: Sat, 13 Oct 2018 20:16:11
Message-Id: 1539461738.de6c82ca508d15aa711455b13aebaf75d902149b.asturm@gentoo
1 commit: de6c82ca508d15aa711455b13aebaf75d902149b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 13 20:15:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 20:15:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=de6c82ca
7
8 dev-util/kdevelop-go: Fix build with tests enabled
9
10 Closes: https://bugs.gentoo.org/651088
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-util/kdevelop-go/kdevelop-go-9999.ebuild | 5 +++--
15 1 file changed, 3 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
18 index 3c248697b0..519cfb456e 100644
19 --- a/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
20 +++ b/dev-util/kdevelop-go/kdevelop-go-9999.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -10,7 +10,7 @@ inherit kde5
28 DESCRIPTION="Go language support for KDevelop"
29 LICENSE="GPL-2"
30 KEYWORDS=""
31 -IUSE=""
32 +IUSE="test"
33
34 COMMON_DEPEND="
35 $(add_frameworks_dep kcoreaddons)
36 @@ -24,6 +24,7 @@ COMMON_DEPEND="
37 "
38 DEPEND="${COMMON_DEPEND}
39 dev-util/kdevelop-pg-qt:5
40 + test? ( dev-util/kdevelop:5[test] )
41 "
42 RDEPEND="${COMMON_DEPEND}
43 dev-lang/go