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 70CF715808B for ; Sun, 18 Feb 2024 22:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A2E22BC026; Sun, 18 Feb 2024 22:42:57 +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 505952BC026 for ; Sun, 18 Feb 2024 22:42:57 +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 992073430A6 for ; Sun, 18 Feb 2024 22:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E92A014D4 for ; Sun, 18 Feb 2024 22:42:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708296148.b8a8ca7473bc04e69f20b2b18394af30e4248382.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libdeflate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libdeflate/libdeflate-1.19.ebuild X-VCS-Directories: app-arch/libdeflate/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b8a8ca7473bc04e69f20b2b18394af30e4248382 X-VCS-Branch: master Date: Sun, 18 Feb 2024 22:42:53 +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: cf0a5462-71ae-4682-aaf4-0e88d0d6b8de X-Archives-Hash: ce5fdd85eac2ab41c84dfbee0077107e commit: b8a8ca7473bc04e69f20b2b18394af30e4248382 Author: Sam James gentoo org> AuthorDate: Sun Feb 18 22:42:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 18 22:42:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a8ca74 app-arch/libdeflate: Keyword 1.19 arm, #924940 Signed-off-by: Sam James gentoo.org> app-arch/libdeflate/libdeflate-1.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/libdeflate/libdeflate-1.19.ebuild b/app-arch/libdeflate/libdeflate-1.19.ebuild index ab31fa89b090..05da32978a0d 100644 --- a/app-arch/libdeflate/libdeflate-1.19.ebuild +++ b/app-arch/libdeflate/libdeflate-1.19.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/ebiggers/libdeflate.git" else SRC_URI="https://github.com/ebiggers/libdeflate/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~ppc64 ~x86" fi LICENSE="MIT"