commit:     968f68b849dd000fa5df25099cc6abe0d890cb35
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 20:58:23 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=968f68b8

dev-qt/qtdiag: Symlink qtdiag to /usr/bin/qtdiag5

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtdiag/qtdiag-5.15.3.9999.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-qt/qtdiag/qtdiag-5.15.3.9999.ebuild 
b/dev-qt/qtdiag/qtdiag-5.15.3.9999.ebuild
index 84e799b5..29438215 100644
--- a/dev-qt/qtdiag/qtdiag-5.15.3.9999.ebuild
+++ b/dev-qt/qtdiag/qtdiag-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
@@ -35,3 +35,8 @@ src_prepare() {
 
        qt5-build_src_prepare
 }
+
+src_install() {
+       qt5-build_src_install
+       qt5_symlink_binary_to_path qtdiag 5
+}

Reply via email to