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 6F9F0158089 for ; Fri, 27 Oct 2023 05:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B50282BC03D; Fri, 27 Oct 2023 05:43:12 +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 80A732BC03E for ; Fri, 27 Oct 2023 05:43:12 +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 6697E335C0D for ; Fri, 27 Oct 2023 05:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EFEE12D9 for ; Fri, 27 Oct 2023 05:43:08 +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: <1698385362.639af36547ed51cc26d4fb17b68a9e1802522a8c.juippis@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.12.ebuild X-VCS-Directories: app-arch/pdlzip/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 639af36547ed51cc26d4fb17b68a9e1802522a8c X-VCS-Branch: master Date: Fri, 27 Oct 2023 05:43:08 +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: e0c0a242-60cf-4c03-83e2-4e02c09eb61c X-Archives-Hash: 54de9a7ff43ef7b0f50707b9e8b76559 commit: 639af36547ed51cc26d4fb17b68a9e1802522a8c Author: Joonas Niilola gentoo org> AuthorDate: Fri Oct 27 05:42:42 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 27 05:42:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639af365 app-arch/pdlzip: Stabilize 1.12 x86, #916314 Signed-off-by: Joonas Niilola gentoo.org> app-arch/pdlzip/pdlzip-1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pdlzip/pdlzip-1.12.ebuild b/app-arch/pdlzip/pdlzip-1.12.ebuild index dba922744742..a557757089e0 100644 --- a/app-arch/pdlzip/pdlzip-1.12.ebuild +++ b/app-arch/pdlzip/pdlzip-1.12.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 )"