Skip to content

Commit

Permalink
dev-qt/linguist: Symlink linguist to /usr/bin/linguist
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Nov 27, 2020
1 parent dade205 commit 10fbbfa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-qt/linguist/linguist-5.15.9999.ebuild
Expand Up @@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QT5_MODULE="qttools"
inherit desktop qt5-build xdg-utils

Expand All @@ -21,14 +22,17 @@ DEPEND="
~dev-qt/qtwidgets-${PV}
~dev-qt/qtxml-${PV}
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!<=dev-qt/qtchooser-66
"

QT5_TARGET_SUBDIRS=(
src/linguist/linguist
)

src_install() {
qt5-build_src_install
qt5_symlink_binary_to_path linguist

local size
for size in 16 32 48 64 128; do
Expand Down

0 comments on commit 10fbbfa

Please sign in to comment.