commit:     626b5041b583a5b90aeedc571a0619ec59a42d26
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 21:01:51 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=626b5041

dev-qt/assistant: Symlink assistant to /usr/bin/assistant

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

 dev-qt/assistant/assistant-5.15.3.9999.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-qt/assistant/assistant-5.15.3.9999.ebuild 
b/dev-qt/assistant/assistant-5.15.3.9999.ebuild
index f9f9de34..52bf83ac 100644
--- a/dev-qt/assistant/assistant-5.15.3.9999.ebuild
+++ b/dev-qt/assistant/assistant-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
@@ -23,7 +23,10 @@ DEPEND="
        =dev-qt/qtsql-${QT5_PV}*[sqlite]
        =dev-qt/qtwidgets-${QT5_PV}*
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+       !dev-qt/${PN}:5
+       !<dev-qt/qtchooser-66-r2
+"
 
 QT5_TARGET_SUBDIRS=(
        src/assistant/assistant
@@ -38,6 +41,7 @@ src_prepare() {
 
 src_install() {
        qt5-build_src_install
+       qt5_symlink_binary_to_path assistant
 
        doicon -s 32 src/assistant/assistant/images/assistant.png
        newicon -s 128 src/assistant/assistant/images/assistant-128.png 
assistant.png

Reply via email to