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 C8B25158B20 for ; Sat, 01 Feb 2025 13:12:24 +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 91A56343108 for ; Sat, 01 Feb 2025 13:12:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2103B110475; Sat, 01 Feb 2025 13:12:14 +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 16D31110475 for ; Sat, 01 Feb 2025 13:12:14 +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 C01663430F7 for ; Sat, 01 Feb 2025 13:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23E5252F for ; Sat, 01 Feb 2025 13:12:10 +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: <1738415523.df29487174766a46443c1836e488e54ee129f5c2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/pdlzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/pdlzip/pdlzip-1.14.ebuild X-VCS-Directories: app-arch/pdlzip/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: df29487174766a46443c1836e488e54ee129f5c2 X-VCS-Branch: master Date: Sat, 01 Feb 2025 13:12:10 +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: c72964ad-23a6-445b-bfc8-f493d82c31dc X-Archives-Hash: e726ef73f000fed851d6ec8871d20e39 commit: df29487174766a46443c1836e488e54ee129f5c2 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 1 13:12:03 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 1 13:12:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df294871 app-arch/pdlzip: Stabilize 1.14 x86, #949140 Signed-off-by: Arthur Zamarin gentoo.org> app-arch/pdlzip/pdlzip-1.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pdlzip/pdlzip-1.14.ebuild b/app-arch/pdlzip/pdlzip-1.14.ebuild index ec636376b45d..16edeef04014 100644 --- a/app-arch/pdlzip/pdlzip-1.14.ebuild +++ b/app-arch/pdlzip/pdlzip-1.14.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/$ LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~mips ~x86" +KEYWORDS="amd64 ~mips x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"