Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/riseup-vpn/
Date: Mon, 20 Sep 2021 08:47:02
Message-Id: 1632127598.28d116a8b381c4b073cc25ea53a89166e685c910.andrewammerlaan@gentoo
1 commit: 28d116a8b381c4b073cc25ea53a89166e685c910
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 08:46:38 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 08:46:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d116a8
7
8 net-vpn/riseup-vpn: add missing dep, EAPI bump
9
10 appeareantly this requires both qtquickcontrols
11 *and* qtquickcontrols2. Also do an EAPI bump
12 while we are touching this ebuild anyway
13
14 Closes: https://bugs.gentoo.org/813522
15 Package-Manager: Portage-3.0.23, Repoman-3.0.3
16 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
17
18 .../{riseup-vpn-0.21.6.ebuild => riseup-vpn-0.21.6-r1.ebuild} | 3 ++-
19 1 file changed, 2 insertions(+), 1 deletion(-)
20
21 diff --git a/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild b/net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild
22 similarity index 99%
23 rename from net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
24 rename to net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild
25 index 3b22b5554ae..41c0814e1dc 100644
26 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild
27 +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild
28 @@ -1,7 +1,7 @@
29 # Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=7
33 +EAPI=8
34
35 DOCS_BUILDER="sphinx"
36 DOCS_DIR="docs"
37 @@ -81,6 +81,7 @@ BDEPEND="
38
39 DEPEND="${PYTHON_DEPS}
40 dev-qt/qtdeclarative:5[widgets]
41 + dev-qt/qtquickcontrols:5[widgets]
42 dev-qt/qtquickcontrols2:5[widgets]
43 "