Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-sudo/
Date: Wed, 22 Sep 2021 19:15:10
Message-Id: 1632337866.98df863d28319a315f5a28a09dc1df50a75ada20.asturm@gentoo
1 commit: 98df863d28319a315f5a28a09dc1df50a75ada20
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:49:31 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:11:06 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=98df863d
7
8 lxqt-base/lxqt-sudo: Sync with Gentoo ebuild repo
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
17 index f28b029d..aef9d42a 100644
18 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
19 +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-9999.ebuild
20 @@ -16,15 +16,15 @@ else
21 KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
22 fi
23
24 -LICENSE="LGPL-2.1+"
25 +LICENSE="LGPL-2.1 LGPL-2.1+"
26 SLOT="0"
27
28 -BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
29 -RDEPEND="
30 +BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
31 +DEPEND="
32 app-admin/sudo
33 >=dev-libs/libqtxdg-3.3.1
34 dev-qt/qtcore:5
35 dev-qt/qtwidgets:5
36 =lxqt-base/liblxqt-$(ver_cut 1-2)*
37 "
38 -DEPEND="${RDEPEND}"
39 +RDEPEND="${DEPEND}"