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 583EC158B20 for ; Sun, 02 Feb 2025 10:29:05 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 40C89343083 for ; Sun, 02 Feb 2025 10:29:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BF7BF110482; Sun, 02 Feb 2025 10:28:33 +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 bobolink.gentoo.org (Postfix) with ESMTPS id BA73E110482 for ; Sun, 02 Feb 2025 10:28:33 +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 71960343073 for ; Sun, 02 Feb 2025 10:28:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C10F2630 for ; Sun, 02 Feb 2025 10:28:30 +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: <1738492083.155f4c98a870c8366121ed1728a412b395bf0e8b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcalc/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcalc/kcalc-24.12.49.9999.ebuild kde-apps/kcalc/kcalc-9999.ebuild X-VCS-Directories: kde-apps/kcalc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 155f4c98a870c8366121ed1728a412b395bf0e8b X-VCS-Branch: master Date: Sun, 02 Feb 2025 10:28:30 +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: 45a08390-9afa-4c50-82ac-75fa49e83056 X-Archives-Hash: 34237d2a08572c90954a15cd21f18a52 commit: 155f4c98a870c8366121ed1728a412b395bf0e8b Author: Alfred Wingate protonmail com> AuthorDate: Sun Feb 2 07:57:40 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 2 10:28:03 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=155f4c98 kde-apps/kcalc: specifying slot 0 is unnecessary Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/kde/pull/1028 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kcalc/kcalc-24.12.49.9999.ebuild | 6 +++--- kde-apps/kcalc/kcalc-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kde-apps/kcalc/kcalc-24.12.49.9999.ebuild b/kde-apps/kcalc/kcalc-24.12.49.9999.ebuild index eeebfede0a..e2ccb7d971 100644 --- a/kde-apps/kcalc/kcalc-24.12.49.9999.ebuild +++ b/kde-apps/kcalc/kcalc-24.12.49.9999.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 @@ -18,8 +18,8 @@ KEYWORDS="" IUSE="" DEPEND=" - dev-libs/gmp:0= - dev-libs/mpfr:0= + dev-libs/gmp:= + dev-libs/mpfr:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] >=kde-frameworks/kcolorscheme-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6 diff --git a/kde-apps/kcalc/kcalc-9999.ebuild b/kde-apps/kcalc/kcalc-9999.ebuild index cae435b677..729935b05f 100644 --- a/kde-apps/kcalc/kcalc-9999.ebuild +++ b/kde-apps/kcalc/kcalc-9999.ebuild @@ -18,9 +18,9 @@ KEYWORDS="" IUSE="" DEPEND=" - dev-libs/gmp:0= + dev-libs/gmp:= dev-libs/mpc:= - dev-libs/mpfr:0= + dev-libs/mpfr:= >=dev-qt/qtbase-${QTMIN}:6[gui,widgets,xml] >=kde-frameworks/kcolorscheme-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6