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 67E0A15ACFD for ; Sun, 7 May 2023 06:17:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C996E07FA; Sun, 7 May 2023 06:17:30 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59781E07FA for ; Sun, 7 May 2023 06:17:30 +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 459D3341356 for ; Sun, 7 May 2023 06:17:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0EC4A4D for ; Sun, 7 May 2023 06:17:27 +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: <1683440244.55815d09f16ff907bc6ebdc8b3a73a5634bb36a4.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zchunk/zchunk-1.2.3.ebuild X-VCS-Directories: app-arch/zchunk/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 55815d09f16ff907bc6ebdc8b3a73a5634bb36a4 X-VCS-Branch: master Date: Sun, 7 May 2023 06:17:27 +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: c5203eea-ab5c-4baf-ae9d-c7aaeb6b3db2 X-Archives-Hash: 9ab40444dc7aca441bcd0edc697586ca commit: 55815d09f16ff907bc6ebdc8b3a73a5634bb36a4 Author: Joonas Niilola gentoo org> AuthorDate: Sun May 7 06:14:45 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun May 7 06:17:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55815d09 app-arch/zchunk: Keyword 1.2.3 x86, #900154 Signed-off-by: Joonas Niilola gentoo.org> app-arch/zchunk/zchunk-1.2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild b/app-arch/zchunk/zchunk-1.2.3.ebuild index 76677dce82f5..78b7906664ab 100644 --- a/app-arch/zchunk/zchunk-1.2.3.ebuild +++ b/app-arch/zchunk/zchunk-1.2.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/zchunk/zchunk.git" else SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="BSD-2"