Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/x2goclient/
Date: Fri, 05 Jan 2018 11:08:00
Message-Id: 1515150471.8c17d0463aba4d484dadd8e5ffad842ec9f8669d.voyageur@gentoo
1 commit: 8c17d0463aba4d484dadd8e5ffad842ec9f8669d
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 11:01:25 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 11:07:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c17d046
7
8 net-misc/x2goclient: add dev-qt/linguist-tools:5 build dep
9
10 Thansk kensington in bug #631892
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 net-misc/x2goclient/x2goclient-4.1.1.0.ebuild | 11 ++++++-----
15 1 file changed, 6 insertions(+), 5 deletions(-)
16
17 diff --git a/net-misc/x2goclient/x2goclient-4.1.1.0.ebuild b/net-misc/x2goclient/x2goclient-4.1.1.0.ebuild
18 index 5f929c0bb67..53df37c70e2 100644
19 --- a/net-misc/x2goclient/x2goclient-4.1.1.0.ebuild
20 +++ b/net-misc/x2goclient/x2goclient-4.1.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE="ldap"
30
31 -DEPEND="dev-qt/qtcore:5
32 +COMMON_DEPEND="dev-qt/qtcore:5
33 dev-qt/qtgui:5
34 dev-qt/qtnetwork:5[ssl]
35 dev-qt/qtsvg:5
36 @@ -23,9 +23,10 @@ DEPEND="dev-qt/qtcore:5
37 >=net-libs/libssh-0.6.0_rc1
38 net-print/cups
39 x11-libs/libXpm
40 - ldap? ( net-nds/openldap )
41 -"
42 -RDEPEND="${DEPEND}
43 + ldap? ( net-nds/openldap )"
44 +DEPEND="${COMMON_DEPEND}
45 + dev-qt/linguist-tools:5"
46 +RDEPEND="${COMMON_DEPEND}
47 net-misc/nx"
48
49 CLIENT_BUILD="${WORKDIR}"/${P}.client_build