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 4475C15808B for ; Thu, 31 Mar 2022 19:24:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45B14E07C9; Thu, 31 Mar 2022 19:24:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5DC50E07C9 for ; Thu, 31 Mar 2022 19:24:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4A89E341107 for ; Thu, 31 Mar 2022 19:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D75522D7 for ; Thu, 31 Mar 2022 19:23:59 +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: <1648754628.ab44117d630adb20dd0eb54026b324610e6104d1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.3-r1.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab44117d630adb20dd0eb54026b324610e6104d1 X-VCS-Branch: master Date: Thu, 31 Mar 2022 19:23:59 +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: 3130b8cf-5f5f-41d3-b093-f050b3aa28d2 X-Archives-Hash: c896e74f2997b53b21b410c17374fdc7 commit: ab44117d630adb20dd0eb54026b324610e6104d1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 31 19:23:36 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 31 19:23:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab44117d dev-qt/qtdeclarative: Drop superfluous qmljs link Closes: https://bugs.gentoo.org/836464 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.3-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.3-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.3-r1.ebuild index 4820d17976ce..f80cc817a433 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.3-r1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.3-r1.ebuild @@ -60,7 +60,6 @@ src_install() { qt5-build_src_install qt5_symlink_binary_to_path qml 5 qt5_symlink_binary_to_path qmleasing 5 - qt5_symlink_binary_to_path qmljs 5 qt5_symlink_binary_to_path qmlpreview 5 qt5_symlink_binary_to_path qmlscene 5 }