Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwayland/
Date: Sun, 25 Apr 2021 20:53:51
Message-Id: 1619383771.b1696d43af231e86b23674d57c27a9ffa0ace7c7.asturm@gentoo
1 commit: b1696d43af231e86b23674d57c27a9ffa0ace7c7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 25 20:49:31 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 25 20:49:31 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b1696d43
7
8 dev-qt/qtwayland: Cleanup obsolete minimum dev-libs/wayland version
9
10 Even the latest upstream requirement was dropped from Gentoo ebuild
11 repository many years ago.
12
13 Package-Manager: Portage-3.0.18, Repoman-3.0.3
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 dev-qt/qtwayland/qtwayland-5.15.9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
20 index f15c3b42..2ae0db4d 100644
21 --- a/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
22 +++ b/dev-qt/qtwayland/qtwayland-5.15.9999.ebuild
23 @@ -14,7 +14,7 @@ fi
24 IUSE="vulkan X"
25
26 DEPEND="
27 - >=dev-libs/wayland-1.6.0
28 + dev-libs/wayland
29 ~dev-qt/qtcore-${PV}:5=
30 ~dev-qt/qtdeclarative-${PV}:5=
31 ~dev-qt/qtgui-${PV}:5=[egl,libinput,vulkan=]