From df3ab689650fd8eaa6564b1b21f9effd82ec4597 Mon Sep 17 00:00:00 2001 From: Jimi Huotari Date: Wed, 9 Mar 2022 21:00:23 +0200 Subject: lxqt-base: sync with the latest release ebuilds Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari --- lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lxqt-base/lxqt-sudo') diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild index aef9d42a..b8d32430 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake DESCRIPTION="LXQt GUI frontend for sudo" -HOMEPAGE="https://lxqt.github.io/" +HOMEPAGE="https://lxqt-project.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 @@ -19,12 +19,12 @@ fi LICENSE="LGPL-2.1 LGPL-2.1+" SLOT="0" -BDEPEND=">=dev-util/lxqt-build-tools-0.9.0" +BDEPEND=">=dev-util/lxqt-build-tools-0.10.0" DEPEND=" app-admin/sudo - >=dev-libs/libqtxdg-3.3.1 - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - =lxqt-base/liblxqt-$(ver_cut 1-2)* + >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + ~lxqt-base/liblxqt-${PV}:= " RDEPEND="${DEPEND}" -- cgit v1.2.3-65-gdbad