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 2981415803E for ; Mon, 1 Jan 2024 21:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 613142BC028; Mon, 1 Jan 2024 21:53:15 +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 38D172BC028 for ; Mon, 1 Jan 2024 21:53:15 +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 E30F733FE7D for ; Mon, 1 Jan 2024 21:53:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5A1DB1 for ; Mon, 1 Jan 2024 21:53:12 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1704145960.e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/amf-headers/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/amf-headers/amf-headers-1.4.30.ebuild X-VCS-Directories: media-libs/amf-headers/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a X-VCS-Branch: master Date: Mon, 1 Jan 2024 21:53:12 +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: f12e18c6-0cbb-4127-a930-2b6845ef46d6 X-Archives-Hash: 52731e76b483d0cd1425fbe2913e0a50 commit: e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a Author: James Le Cuirot gentoo org> AuthorDate: Mon Jan 1 21:52:09 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jan 1 21:52:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9bd3cb6 media-libs/amf-headers: Keyword 1.4.30 for ~arm64 Signed-off-by: James Le Cuirot gentoo.org> media-libs/amf-headers/amf-headers-1.4.30.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/amf-headers/amf-headers-1.4.30.ebuild b/media-libs/amf-headers/amf-headers-1.4.30.ebuild index 37174ce94183..44e1d134e11d 100644 --- a/media-libs/amf-headers/amf-headers-1.4.30.ebuild +++ b/media-libs/amf-headers/amf-headers-1.4.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" else SRC_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="The Advanced Media Framework (AMF) SDK"