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-about/
Date: Wed, 22 Sep 2021 19:15:05
Message-Id: 1632337765.6ef5f221f3d9f49088e6adb96db41edb38b48125.asturm@gentoo
1 commit: 6ef5f221f3d9f49088e6adb96db41edb38b48125
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 17:54:52 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=6ef5f221
7
8 lxqt-base/lxqt-about: 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-about/lxqt-about-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
17 index 73296617..991a94d9 100644
18 --- a/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
19 +++ b/lxqt-base/lxqt-about/lxqt-about-9999.ebuild
20 @@ -19,12 +19,12 @@ fi
21 LICENSE="LGPL-2.1+"
22 SLOT="0"
23
24 -BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
25 -RDEPEND="
26 +BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
27 +DEPEND="
28 >=dev-libs/libqtxdg-3.3.1
29 dev-qt/qtcore:5
30 dev-qt/qtgui:5
31 dev-qt/qtwidgets:5
32 =lxqt-base/liblxqt-$(ver_cut 1-2)*
33 "
34 -DEPEND="${RDEPEND}"
35 +RDEPEND="${DEPEND}"