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 2EA181580B8 for ; Sat, 4 Mar 2023 09:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70036E0919; Sat, 4 Mar 2023 09:05:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 50FD2E0919 for ; Sat, 4 Mar 2023 09: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 625C3341311 for ; Sat, 4 Mar 2023 09:05:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E04048CC for ; Sat, 4 Mar 2023 09:05:43 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1677920733.78cc3e28a7733f7b004b04c9a380476a5ad97bcc.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libqalculate/libqalculate-4.5.0.ebuild X-VCS-Directories: sci-libs/libqalculate/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 78cc3e28a7733f7b004b04c9a380476a5ad97bcc X-VCS-Branch: master Date: Sat, 4 Mar 2023 09:05:43 +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: 9d12335f-7edb-4c44-b7b7-d18e5ca87dc9 X-Archives-Hash: 338e0bfd763d8963dea6abb5d3d0b7fb commit: 78cc3e28a7733f7b004b04c9a380476a5ad97bcc Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 4 09:05:33 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 4 09:05:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78cc3e28 sci-libs/libqalculate: Stabilize 4.5.0 x86, #899436 Signed-off-by: Arthur Zamarin gentoo.org> sci-libs/libqalculate/libqalculate-4.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/libqalculate/libqalculate-4.5.0.ebuild b/sci-libs/libqalculate/libqalculate-4.5.0.ebuild index d248a587feea..c8003aab4d1f 100644 --- a/sci-libs/libqalculate/libqalculate-4.5.0.ebuild +++ b/sci-libs/libqalculate/libqalculate-4.5.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="GPL-2" # SONAME changes pretty often on bumps. Check! SLOT="0/22" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="curl icu gnuplot +hardened readline test" RESTRICT="!test? ( test )"