Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/riseup-vpn/
Date: Wed, 21 Apr 2021 07:32:53
Message-Id: 1618990329.bb649a6596441adf642bad63959e42aebc771ef8.andrewammerlaan@gentoo
1 commit: bb649a6596441adf642bad63959e42aebc771ef8
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Apr 21 07:32:09 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 21 07:32:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb649a65
7
8 net-vpn/riseup-vpn: move linguist-tools to BDEPEND
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild
17 index 068dc89d0..f3335afd2 100644
18 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild
19 +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild
20 @@ -83,6 +83,7 @@ QA_PRESTRIPPED="
21
22 BDEPEND="
23 virtual/pkgconfig
24 + dev-qt/linguist-tools
25 test? ( dev-qt/qttest )
26 "
27
28 @@ -92,7 +93,6 @@ DEPEND="
29 dev-util/debhelper
30 sys-apps/fakeroot
31 x11-libs/gtk+:3
32 - dev-qt/linguist-tools
33 dev-qt/qtdeclarative[widgets]
34 dev-qt/qtquickcontrols2[widgets]
35 "