Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/
Date: Wed, 22 Sep 2021 19:15:11
Message-Id: 1632338091.493d115a47b9355c9a201989912e72a779941373.asturm@gentoo
1 commit: 493d115a47b9355c9a201989912e72a779941373
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 19:07:08 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:14:51 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=493d115a
7
8 x11-themes/lxqt-themes: 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 x11-themes/lxqt-themes/lxqt-themes-9999.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
17 index f460989c..22f37c6f 100644
18 --- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
19 +++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
20 @@ -5,10 +5,10 @@ EAPI=7
21
22 inherit cmake
23
24 -DESCRIPTION="Themes, graphics and icons for LXQt"
25 +DESCRIPTION="LXQt Themes"
26 HOMEPAGE="https://lxqt.github.io/"
27
28 -if [[ ${PV} = *9999* ]]; then
29 +if [[ ${PV} == *9999* ]]; then
30 inherit git-r3
31 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
32 else
33 @@ -19,6 +19,4 @@ fi
34 LICENSE="LGPL-2.1+"
35 SLOT="0"
36
37 -BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}"
40 +BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"