Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/riseup-vpn/
Date: Wed, 21 Apr 2021 07:00:04
Message-Id: 1618988211.ed37a1bef7e1a8697643ffa54b4a1995bff4856b.andrewammerlaan@gentoo
1 commit: ed37a1bef7e1a8697643ffa54b4a1995bff4856b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Apr 21 06:56:51 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Apr 21 06:56:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed37a1be
7
8 net-vpn/riseup-vpn: add missing dep
9
10 Closes: https://bugs.gentoo.org/784692
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
13
14 net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild
18 index b9f063bbd..068dc89d0 100644
19 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild
20 +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.2.ebuild
21 @@ -92,6 +92,7 @@ DEPEND="
22 dev-util/debhelper
23 sys-apps/fakeroot
24 x11-libs/gtk+:3
25 + dev-qt/linguist-tools
26 dev-qt/qtdeclarative[widgets]
27 dev-qt/qtquickcontrols2[widgets]
28 "