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 5C769158013 for ; Mon, 4 Dec 2023 10:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B52B2BC017; Mon, 4 Dec 2023 10:20:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80CAB2BC017 for ; Mon, 4 Dec 2023 10:20:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72C8C335D45 for ; Mon, 4 Dec 2023 10:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A06ECAE3 for ; Mon, 4 Dec 2023 10:20:51 +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: <1701685214.273ea335efc033e0c8c2e47885d65d74641ef52f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/portsmf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/portsmf/portsmf-239.ebuild X-VCS-Directories: media-libs/portsmf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 273ea335efc033e0c8c2e47885d65d74641ef52f X-VCS-Branch: master Date: Mon, 4 Dec 2023 10:20:51 +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: 28e9a360-3f8b-4719-8b62-8762549ad417 X-Archives-Hash: 8b3ad915e71d11a71fceadec10c60361 commit: 273ea335efc033e0c8c2e47885d65d74641ef52f Author: Sam James gentoo org> AuthorDate: Mon Dec 4 10:20:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 4 10:20:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273ea335 media-libs/portsmf: Keyword 239 arm64, #891517 Signed-off-by: Sam James gentoo.org> media-libs/portsmf/portsmf-239.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/portsmf/portsmf-239.ebuild b/media-libs/portsmf/portsmf-239.ebuild index 62e1c55e02d7..ba1a7e5584fe 100644 --- a/media-libs/portsmf/portsmf-239.ebuild +++ b/media-libs/portsmf/portsmf-239.ebuild @@ -13,7 +13,7 @@ SRC_URI=" S="${WORKDIR}/${PN}" LICENSE="MIT" SLOT="0/1" # SOVERSION in CMakeLists.txt / SONAME suffix -KEYWORDS="amd64 ~riscv" +KEYWORDS="amd64 ~arm64 ~riscv" IUSE="test" RESTRICT="!test? ( test )"