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-globalkeys/
Date: Wed, 22 Sep 2021 19:15:08
Message-Id: 1632337765.03fe73289cb4871d891d90bcb87a4240baf99e3e.asturm@gentoo
1 commit: 03fe73289cb4871d891d90bcb87a4240baf99e3e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:39:02 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:09:25 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=03fe7328
7
8 lxqt-base/lxqt-globalkeys: 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-globalkeys/lxqt-globalkeys-9999.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
17 index c01579b5..3e3154a1 100644
18 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
19 +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-9999.ebuild
20 @@ -16,14 +16,14 @@ else
21 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
22 fi
23
24 -LICENSE="LGPL-2.1+"
25 +LICENSE="LGPL-2.1 LGPL-2.1+"
26 SLOT="0"
27
28 BDEPEND="
29 dev-qt/linguist-tools:5
30 - >=dev-util/lxqt-build-tools-0.6.0
31 + >=dev-util/lxqt-build-tools-0.9.0
32 "
33 -RDEPEND="
34 +DEPEND="
35 >=dev-libs/libqtxdg-3.3.1
36 dev-qt/qtcore:5
37 dev-qt/qtdbus:5
38 @@ -31,8 +31,8 @@ RDEPEND="
39 dev-qt/qtwidgets:5
40 dev-qt/qtx11extras:5
41 dev-qt/qtxml:5
42 - =lxqt-base/liblxqt-$(ver_cut 1-2)*
43 kde-frameworks/kwindowsystem:5
44 + =lxqt-base/liblxqt-$(ver_cut 1-2)*
45 x11-libs/libX11
46 "
47 -DEPEND="${RDEPEND}"
48 +RDEPEND="${DEPEND}"