commit: ba601768409f0a66db245d7d0041b7c02f703aa0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 20:59:22 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 10:04:46 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ba601768
dev-qt/qtpaths: Symlink qtpaths to /usr/bin/qtpaths5
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtpaths/qtpaths-5.15.3.9999.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/dev-qt/qtpaths/qtpaths-5.15.3.9999.ebuild
b/dev-qt/qtpaths/qtpaths-5.15.3.9999.ebuild
index 5bf2463e..6ce80927 100644
--- a/dev-qt/qtpaths/qtpaths-5.15.3.9999.ebuild
+++ b/dev-qt/qtpaths/qtpaths-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
@@ -22,3 +22,8 @@ RDEPEND="${DEPEND}"
QT5_TARGET_SUBDIRS=(
src/qtpaths
)
+
+src_install() {
+ qt5-build_src_install
+ qt5_symlink_binary_to_path qtpaths 5
+}