Skip to content

Commit

Permalink
dev-qt/qtwayland: Drop install of qtwaylandscanner
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Mar 12, 2022
1 parent a2e104f commit 47117a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-qt/qtwayland/qtwayland-5.15.3.9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -41,3 +41,8 @@ src_configure() {
)
qt5-build_src_configure
}

src_install() {
qt5-build_src_install
rm "${D}${QT5_BINDIR}"/qtwaylandscanner || die
}

0 comments on commit 47117a1

Please sign in to comment.