commit: 28d116a8b381c4b073cc25ea53a89166e685c910 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Mon Sep 20 08:46:38 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Mon Sep 20 08:46:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d116a8
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 <AT> gentoo.org> .../{riseup-vpn-0.21.6.ebuild => riseup-vpn-0.21.6-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 similarity index 99% rename from net-vpn/riseup-vpn/riseup-vpn-0.21.6.ebuild rename to net-vpn/riseup-vpn/riseup-vpn-0.21.6-r1.ebuild index 3b22b5554ae..41c0814e1dc 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] "
