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, 03 Oct 2021 12:40:46
Message-Id: 1633264754.4d770b30a57b8f36bdd4c1e7851b427f642ac3e6.asturm@gentoo
1 commit: 4d770b30a57b8f36bdd4c1e7851b427f642ac3e6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 14:09:03 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 12:39:14 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4d770b30
7
8 dev-qt/qtwayland: More fine-grained subslot
9
10 Bug: https://bugs.gentoo.org/806797
11 Bug: https://bugs.gentoo.org/815646
12 Package-Manager: Portage-3.0.26, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
19 index b403369c..b680c42c 100644
20 --- a/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
21 +++ b/dev-qt/qtwayland/qtwayland-5.15.2.9999.ebuild
22 @@ -6,6 +6,7 @@ EAPI=8
23 inherit qt5-build
24
25 DESCRIPTION="Wayland platform plugin for Qt"
26 +SLOT=5/${QT5_PV} # bug 815646
27
28 if [[ ${QT5_BUILD_TYPE} == release ]]; then
29 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"