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 C6D28158020 for ; Fri, 21 Oct 2022 15:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4897E0867; Fri, 21 Oct 2022 15:05:46 +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 97447E085E for ; Fri, 21 Oct 2022 15:05:46 +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 BEA34340BEA for ; Fri, 21 Oct 2022 15:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A2EB628 for ; Fri, 21 Oct 2022 15:05:44 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1666364689.e3baa924f2ab91f6e1ffb0151c63d7e057cb8c35.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtpolar/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild X-VCS-Directories: x11-libs/qwtpolar/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e3baa924f2ab91f6e1ffb0151c63d7e057cb8c35 X-VCS-Branch: master Date: Fri, 21 Oct 2022 15:05:44 +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: 850221c1-bbb0-4a10-899d-6d1515aac696 X-Archives-Hash: 46eb8af8c07d68131bbf5d3ee022e3e7 commit: e3baa924f2ab91f6e1ffb0151c63d7e057cb8c35 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Oct 21 12:48:33 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Oct 21 15:04:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3baa924 x11-libs/qwtpolar: restrict to qwt<6.2 Closes: https://bugs.gentoo.org/832198 Closes: https://bugs.gentoo.org/829099 Signed-off-by: Andrew Ammerlaan gentoo.org> .../qwtpolar/{qwtpolar-1.1.1-r2.ebuild => qwtpolar-1.1.1-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild b/x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild similarity index 93% rename from x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild rename to x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild index 39bb2faf54f9..b3cb574faa90 100644 --- a/x11-libs/qwtpolar/qwtpolar-1.1.1-r2.ebuild +++ b/x11-libs/qwtpolar/qwtpolar-1.1.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 - x11-libs/qwt:6=[designer,qt5(+),svg] +