From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 1FE94158091 for ; Mon, 23 Jun 2025 14:47:08 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 00E1F341436 for ; Mon, 23 Jun 2025 14:47:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4E3B110552; Mon, 23 Jun 2025 14:47:06 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DA014110552 for ; Mon, 23 Jun 2025 14:47:06 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F5C33412DE for ; Mon, 23 Jun 2025 14:47:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A09B2A6E for ; Mon, 23 Jun 2025 14:47:05 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1750689966.99f161de68b7274464c000fbde4daf3c88578eeb.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwt/qwt-6.2.0-r3.ebuild x11-libs/qwt/qwt-6.2.0-r4.ebuild X-VCS-Directories: x11-libs/qwt/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 99f161de68b7274464c000fbde4daf3c88578eeb X-VCS-Branch: master Date: Mon, 23 Jun 2025 14:47:05 +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: 8217b4fd-4c20-41f3-b061-97c465cb724d X-Archives-Hash: 858281c11895ecd4f0073c19b68d6cf6 commit: 99f161de68b7274464c000fbde4daf3c88578eeb Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 23 14:31:40 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Jun 23 14:46:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f161de x11-libs/qwt: drop qtbase[cups] dependency USE="gui widgets" provides qtprintsupport, *not* cups. Spare users from potentially having to set it for nothing. Only a few rare packages (typically using private cups headers) need this and it does not seem to be the case here. Not really worth a revbump. Signed-off-by: Ionen Wolkens gentoo.org> x11-libs/qwt/qwt-6.2.0-r3.ebuild | 4 ++-- x11-libs/qwt/qwt-6.2.0-r4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/qwt/qwt-6.2.0-r3.ebuild b/x11-libs/qwt/qwt-6.2.0-r3.ebuild index f0c77426cc17..d485ea21890c 100644 --- a/x11-libs/qwt/qwt-6.2.0-r3.ebuild +++ b/x11-libs/qwt/qwt-6.2.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,7 +35,7 @@ DEPEND=" svg? ( dev-qt/qtsvg:5 ) ) qt6? ( - dev-qt/qtbase:6[concurrent,gui,cups,widgets] + dev-qt/qtbase:6[concurrent,gui,widgets] designer? ( dev-qt/qttools:6[designer] ) opengl? ( dev-qt/qtbase:6[opengl] diff --git a/x11-libs/qwt/qwt-6.2.0-r4.ebuild b/x11-libs/qwt/qwt-6.2.0-r4.ebuild index 4f62c63f5ec3..164f002c3ea9 100644 --- a/x11-libs/qwt/qwt-6.2.0-r4.ebuild +++ b/x11-libs/qwt/qwt-6.2.0-r4.ebuild @@ -33,7 +33,7 @@ DEPEND=" svg? ( dev-qt/qtsvg:5 ) ) qt6? ( - dev-qt/qtbase:6[concurrent,gui,cups,widgets] + dev-qt/qtbase:6[concurrent,gui,widgets] designer? ( dev-qt/qttools:6[designer] ) opengl? ( dev-qt/qtbase:6[opengl]