commit: 47117a1902e026ea0be4e9b11a6cab74ccc415a5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 17 18:33:44 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 14:06:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=47117a19
dev-qt/qtwayland: Drop install of qtwaylandscanner
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
b/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
index 7ecd5279..e45f03de 100644
--- a/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
+++ b/dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -41,3 +41,8 @@ src_configure() {
)
qt5-build_src_configure
}
+
+src_install() {
+ qt5-build_src_install
+ rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
+}