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 D611B158086 for ; Fri, 17 Dec 2021 18:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DCBA2BC012; Fri, 17 Dec 2021 18:30:29 +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 69D502BC011 for ; Fri, 17 Dec 2021 18:30:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99B213431F2 for ; Fri, 17 Dec 2021 18:30:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24FB0261 for ; Fri, 17 Dec 2021 18:30:23 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1639765801.10fb9a9ebbc8ef44d2b0109f7d3a95bc368c8203.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/physfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/physfs/physfs-3.0.2-r1.ebuild X-VCS-Directories: dev-games/physfs/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 10fb9a9ebbc8ef44d2b0109f7d3a95bc368c8203 X-VCS-Branch: master Date: Fri, 17 Dec 2021 18:30:23 +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: 4ef2330f-b1e4-4b0d-aea5-8122976b18a7 X-Archives-Hash: c2c4b01fa1cc342461d354b0b8bab33f commit: 10fb9a9ebbc8ef44d2b0109f7d3a95bc368c8203 Author: Jakov Smolić gentoo org> AuthorDate: Fri Dec 17 18:30:01 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Dec 17 18:30:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fb9a9e dev-games/physfs: Stabilize 3.0.2-r1 x86, #829469 Signed-off-by: Jakov Smolić gentoo.org> dev-games/physfs/physfs-3.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/physfs/physfs-3.0.2-r1.ebuild b/dev-games/physfs/physfs-3.0.2-r1.ebuild index ead851aaf68e..3f2c45ccc029 100644 --- a/dev-games/physfs/physfs-3.0.2-r1.ebuild +++ b/dev-games/physfs/physfs-3.0.2-r1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" inherit mercurial else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv x86" SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" fi