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 5FAB215808B for ; Mon, 21 Mar 2022 10:06:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CAB7E0875; Mon, 21 Mar 2022 10:06:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2BA36E0875 for ; Mon, 21 Mar 2022 10:06:43 +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 2EFB9340D01 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 F1C31343 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: <1647857087.b4c7124844773028ae7303776606bfa90daff27a.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qdbus/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qdbus/qdbus-5.15.3.9999.ebuild X-VCS-Directories: dev-qt/qdbus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b4c7124844773028ae7303776606bfa90daff27a 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: b850c87f-ee51-4a70-bd03-ba97c51d5a59 X-Archives-Hash: 4157c1d5b1eb821ef7dc0cc27dbc1f8f commit: b4c7124844773028ae7303776606bfa90daff27a Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 21:03:18 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=b4c71248 dev-qt/qdbus: Symlink qdbus to /usr/bin/qdbus Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qdbus/qdbus-5.15.3.9999.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-qt/qdbus/qdbus-5.15.3.9999.ebuild b/dev-qt/qdbus/qdbus-5.15.3.9999.ebuild index 31604f0e..f8db01b1 100644 --- a/dev-qt/qdbus/qdbus-5.15.3.9999.ebuild +++ b/dev-qt/qdbus/qdbus-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 @@ -19,8 +19,16 @@ DEPEND=" =dev-qt/qtdbus-${QT5_PV}* =dev-qt/qtxml-${QT5_PV}* " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-qt/${PN}:5 + !