Gentoo Archives: gentoo-commits

From: Maciej Mrozowski <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwayland-integration/
Date: Wed, 01 Mar 2023 21:38:14
Message-Id: 1677706617.16d45153e4f7678c4e76824a38f46393100c4652.reavertm@gentoo
1 commit: 16d45153e4f7678c4e76824a38f46393100c4652
2 Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 21:36:21 2023 +0000
4 Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 21:36:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d45153
7
8 kde-plasma/kwayland-integration: add missing wayland-scanner build dep
9
10 Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
11
12 kde-plasma/kwayland-integration/kwayland-integration-5.27.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.27.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.27.2.ebuild
16 index 8c56787c316b..079a05edc071 100644
17 --- a/kde-plasma/kwayland-integration/kwayland-integration-5.27.2.ebuild
18 +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.27.2.ebuild
19 @@ -36,6 +36,7 @@ DEPEND="
20 RDEPEND="${DEPEND}"
21 BDEPEND="
22 >=dev-qt/qtwaylandscanner-${QTMIN}:5
23 + dev-util/wayland-scanner
24 virtual/pkgconfig
25 "