From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4F8D15808B for ; Mon, 21 Mar 2022 10:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C640E0833; Mon, 21 Mar 2022 10:06:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C78D2E0829 for ; Mon, 21 Mar 2022 10:06:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1F5B340D15 for ; Mon, 21 Mar 2022 10:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 703AE330 for ; Mon, 21 Mar 2022 10:06:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1647857085.cd28c783082b970b1c52580c2485979d42ae6d5a.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtcore/qtcore-5.15.3.9999.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cd28c783082b970b1c52580c2485979d42ae6d5a X-VCS-Branch: master Date: Mon, 21 Mar 2022 10:06:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f99f575-cfc1-4c16-af8b-e9cdc04feeae X-Archives-Hash: f543b5c5f9636fd7fe45f95c8213ca16 commit: cd28c783082b970b1c52580c2485979d42ae6d5a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 20:55:59 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 21 10:04:45 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cd28c783 dev-qt/qtcore: Symlink qmake to /usr/bin/qmake5 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtcore/qtcore-5.15.3.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtcore/qtcore-5.15.3.9999.ebuild b/dev-qt/qtcore/qtcore-5.15.3.9999.ebuild index bf94a0df..3d3b8751 100644 --- a/dev-qt/qtcore/qtcore-5.15.3.9999.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.3.9999.ebuild @@ -81,6 +81,7 @@ src_configure() { src_install() { qt5-build_src_install + qt5_symlink_binary_to_path qmake 5 local flags=( DBUS FREETYPE IMAGEFORMAT_JPEG IMAGEFORMAT_PNG