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 DEB34158B20 for ; Wed, 05 Feb 2025 11:27:34 +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 C843E342FF4 for ; Wed, 05 Feb 2025 11:27:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6DD0711047E; Wed, 05 Feb 2025 11:27:10 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 58BA211047D for ; Wed, 05 Feb 2025 11:27:10 +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 127EB342FE7 for ; Wed, 05 Feb 2025 11:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94CAD268A for ; Wed, 05 Feb 2025 11:27:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1738754674.0480c702ba2d88cd66fc0c729bd5fa9ecb6fd89b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild X-VCS-Directories: sci-libs/libqalculate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0480c702ba2d88cd66fc0c729bd5fa9ecb6fd89b X-VCS-Branch: master Date: Wed, 05 Feb 2025 11:27:07 +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: 479f1509-7e59-4999-84c2-f66ca7ed3d74 X-Archives-Hash: 74dcf59ef649640ecaa8bc47a83fdbce commit: 0480c702ba2d88cd66fc0c729bd5fa9ecb6fd89b Author: Sam James gentoo org> AuthorDate: Wed Feb 5 11:24:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Feb 5 11:24:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0480c702 sci-libs/libqalculate: Stabilize 5.4.0.1 amd64, #949229 Signed-off-by: Sam James gentoo.org> sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild b/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild index 6548db93c155..707abba2c637 100644 --- a/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild +++ b/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}"/"${PN}-${MY_PV}" LICENSE="GPL-2+" # SONAME changes pretty often on bumps. Check! SLOT="0/23.3" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="curl icu gnuplot +hardened readline test" RESTRICT="!test? ( test )"