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 DD0DB15808B for ; Mon, 21 Mar 2022 10:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3288DE0891; Mon, 21 Mar 2022 10:06:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 05113E0891 for ; Mon, 21 Mar 2022 10:06:43 +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 7512A340FB3 for ; Mon, 21 Mar 2022 10:06:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 103F1344 for ; Mon, 21 Mar 2022 10:06:40 +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: <1647857087.94647cae2aabe7abdb84f5303faf8d7631734681.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qdbusviewer/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qdbusviewer/qdbusviewer-5.15.3.9999.ebuild X-VCS-Directories: dev-qt/qdbusviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94647cae2aabe7abdb84f5303faf8d7631734681 X-VCS-Branch: master Date: Mon, 21 Mar 2022 10:06:40 +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: d06aa813-88ab-48a0-9c8e-d3f5439de298 X-Archives-Hash: 6d2a3691987b565110e70b47f09a10ec commit: 94647cae2aabe7abdb84f5303faf8d7631734681 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 21:04:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 21 10:04:47 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=94647cae dev-qt/qdbusviewer: Symlink qdbusviewer to /usr/bin/qdbusviewer Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qdbusviewer/qdbusviewer-5.15.3.9999.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-qt/qdbusviewer/qdbusviewer-5.15.3.9999.ebuild b/dev-qt/qdbusviewer/qdbusviewer-5.15.3.9999.ebuild index d1de3784..3394c5f1 100644 --- a/dev-qt/qdbusviewer/qdbusviewer-5.15.3.9999.ebuild +++ b/dev-qt/qdbusviewer/qdbusviewer-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 @@ -21,7 +21,10 @@ DEPEND=" =dev-qt/qtwidgets-${QT5_PV}* =dev-qt/qtxml-${QT5_PV}* " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-qt/${PN}:5 + !