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 F418415808B 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 9C8D9E0866; 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 3F206E0882 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 45620340DCE 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 CCAAB33F 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: <1647857086.6df2c7ed95639a3d130f441016f02fb242544d5b.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtxmlpatterns/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.3.9999.ebuild X-VCS-Directories: dev-qt/qtxmlpatterns/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6df2c7ed95639a3d130f441016f02fb242544d5b 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: 2dc7f853-67c4-47f2-b0ee-a410cdeab4ab X-Archives-Hash: 78f39a3a027c84f0b9c53d50c19fe5e3 commit: 6df2c7ed95639a3d130f441016f02fb242544d5b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Nov 27 21:16:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 21 10:04:46 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6df2c7ed dev-qt/qtxmlpatterns: Symlink xmlpatterns to /usr/bin/xmlpatterns The binary tools work unrelated to major Qt version. Development is dead. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.3.9999.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.3.9999.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.3.9999.ebuild index 0e77af60..83dd028b 100644 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.3.9999.ebuild +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-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 @@ -18,7 +18,9 @@ DEPEND=" =dev-qt/qtnetwork-${QT5_PV}* qml? ( =dev-qt/qtdeclarative-${QT5_PV}* ) " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !