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 615E015812D for ; Thu, 02 Jan 2025 06:43:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32ED2E07D3; Thu, 02 Jan 2025 06:43:05 +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 1A785E07D3 for ; Thu, 02 Jan 2025 06:43:05 +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 3DAC133BF29 for ; Thu, 02 Jan 2025 06:43:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4903F1909 for ; Thu, 02 Jan 2025 06:43:02 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1735800018.bad66dff01673d00522251abf44568b441d81d77.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/librnp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/librnp/librnp-0.17.1-r2.ebuild X-VCS-Directories: dev-util/librnp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bad66dff01673d00522251abf44568b441d81d77 X-VCS-Branch: master Date: Thu, 02 Jan 2025 06:43:02 +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: fb20f74a-10ba-48cc-b4f9-7962af96dfc5 X-Archives-Hash: 8f75240bdf31a73002a7a7b3c40980ec commit: bad66dff01673d00522251abf44568b441d81d77 Author: Joonas Niilola gentoo org> AuthorDate: Thu Jan 2 06:40:18 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jan 2 06:40:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bad66dff dev-util/librnp: stabilize 0.17.1-r2 for amd64, #947343 Closes: https://bugs.gentoo.org/947343 Signed-off-by: Joonas Niilola gentoo.org> dev-util/librnp/librnp-0.17.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/librnp/librnp-0.17.1-r2.ebuild b/dev-util/librnp/librnp-0.17.1-r2.ebuild index 622351d9190f..f8175ee6d059 100644 --- a/dev-util/librnp/librnp-0.17.1-r2.ebuild +++ b/dev-util/librnp/librnp-0.17.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2024 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ S="${WORKDIR}/${P/*lib/}" LICENSE="Apache-2.0 BSD BSD-2" SLOT="0/0.16.1" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~x86" IUSE="+botan man test" RESTRICT="!test? ( test )"