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-notificationd/
Date: Wed, 22 Sep 2021 19:15:08
Message-Id: 1632337765.b633bed7cc038bd5e70a500335740d6d5ecdbe0a.asturm@gentoo
1 commit: b633bed7cc038bd5e70a500335740d6d5ecdbe0a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:41:22 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=b633bed7
7
8 lxqt-base/lxqt-notificationd: 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-notificationd/lxqt-notificationd-9999.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild b/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
17 index 8f456387..e6259e0a 100644
18 --- a/lxqt-base/lxqt-notificationd/lxqt-notificationd-9999.ebuild
19 +++ b/lxqt-base/lxqt-notificationd/lxqt-notificationd-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 @@ -32,4 +32,4 @@ RDEPEND="
39 kde-frameworks/kwindowsystem:5
40 =lxqt-base/liblxqt-$(ver_cut 1-2)*
41 "
42 -DEPEND="${RDEPEND}"
43 +RDEPEND="${DEPEND}"