diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-09-20 10:46:38 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-09-20 10:46:38 +0200 |
commit | 28d116a8b381c4b073cc25ea53a89166e685c910 (patch) | |
tree | c6d5a3c5fbf66b216630874496d3b7d43b10ee11 /net-vpn/riseup-vpn | |
parent | app-admin/bitwarden-desktop-bin: remove 1.26.5 (diff) | |
download | gentoo-28d116a8b381c4b073cc25ea53a89166e685c910.tar.gz gentoo-28d116a8b381c4b073cc25ea53a89166e685c910.tar.bz2 gentoo-28d116a8b381c4b073cc25ea53a89166e685c910.zip |
net-vpn/riseup-vpn: add missing dep, EAPI bump
appeareantly this requires both qtquickcontrols
*and* qtquickcontrols2. Also do an EAPI bump
while we are touching this ebuild anyway
Closes: https://bugs.gentoo.org/813522
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'net-vpn/riseup-vpn')
-rw-r--r-- | net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild (renamed from net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 3b22b5554aed..41c0814e1dc7 100644 --- a/net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild +++ b/net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DOCS_BUILDER="sphinx" DOCS_DIR="docs" @@ -81,6 +81,7 @@ BDEPEND=" DEPEND="${PYTHON_DEPS} dev-qt/qtdeclarative:5[widgets] + dev-qt/qtquickcontrols:5[widgets] dev-qt/qtquickcontrols2:5[widgets] " |