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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 543031581E1 for ; Mon, 18 Nov 2024 21:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876E3E09B1; Mon, 18 Nov 2024 21:42:28 +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 6CE89E09B1 for ; Mon, 18 Nov 2024 21:42:28 +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 B6E81340C7C for ; Mon, 18 Nov 2024 21:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD5381F41 for ; Mon, 18 Nov 2024 21:42:24 +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: <1731966092.f9a5d47fa9e6d0f7e7ce6009ed4852094e4ee20f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwt/qwt-5.2.3_p20210828.ebuild x11-libs/qwt/qwt-6.2.0-r3.ebuild X-VCS-Directories: x11-libs/qwt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f9a5d47fa9e6d0f7e7ce6009ed4852094e4ee20f X-VCS-Branch: master Date: Mon, 18 Nov 2024 21:42:24 +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: da995957-f35f-44dc-9be4-7a5b98fd1d54 X-Archives-Hash: 870b97e9016222191599c4b83e81045c commit: f9a5d47fa9e6d0f7e7ce6009ed4852094e4ee20f Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 16 08:04:42 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 18 21:41:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a5d47f x11-libs/qwt: Fix VariableOrderWrong warning Signed-off-by: Andreas Sturmlechner gentoo.org> x11-libs/qwt/qwt-5.2.3_p20210828.ebuild | 4 ++-- x11-libs/qwt/qwt-6.2.0-r3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild b/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild index 054f0a455778..aba2296dc521 100644 --- a/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild +++ b/x11-libs/qwt/qwt-5.2.3_p20210828.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,8 +21,8 @@ SRC_URI="https://github.com/SciDAVis/qwt5-qt5/archive/${COMMIT}.tar.gz -> ${P}.t S="${WORKDIR}/${PN}5-qt5-${COMMIT}" LICENSE="qwt" -KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86" SLOT="5" +KEYWORDS="amd64 ~arm ppc ppc64 ~riscv x86" IUSE="designer examples" DEPEND=" diff --git a/x11-libs/qwt/qwt-6.2.0-r3.ebuild b/x11-libs/qwt/qwt-6.2.0-r3.ebuild index d8f403b3a93e..f0c77426cc17 100644 --- a/x11-libs/qwt/qwt-6.2.0-r3.ebuild +++ b/x11-libs/qwt/qwt-6.2.0-r3.ebuild @@ -15,8 +15,8 @@ HOMEPAGE="https://qwt.sourceforge.io/" SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.bz2" LICENSE="qwt" -KEYWORDS="amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" SLOT="6/2.0" +KEYWORDS="amd64 ~arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="designer doc examples opengl polar +qt5 qt6 svg" REQUIRED_USE="|| ( qt5 qt6 )"