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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0B9813835B for ; Sun, 28 Mar 2021 11:08:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0382AE08C8; Sun, 28 Mar 2021 11:08:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D66DCE08BD for ; Sun, 28 Mar 2021 11:08:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC7FD340E19 for ; Sun, 28 Mar 2021 11:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 636EB630 for ; Sun, 28 Mar 2021 11:07:59 +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: <1616929637.0433b711df2dbd77e1820e33cee9499ad4a1f296.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopenaptx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopenaptx/libopenaptx-0.2.0.ebuild X-VCS-Directories: media-libs/libopenaptx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0433b711df2dbd77e1820e33cee9499ad4a1f296 X-VCS-Branch: master Date: Sun, 28 Mar 2021 11:07:59 +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: e9968326-1317-4e28-a750-4f4aae1cf6ed X-Archives-Hash: 424aa7eec9bf9f65215c7b0bf3bbe75d commit: 0433b711df2dbd77e1820e33cee9499ad4a1f296 Author: Sam James gentoo org> AuthorDate: Sun Mar 28 11:07:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 28 11:07:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0433b711 media-libs/libopenaptx: Keyword 0.2.0 arm64, #776940 Signed-off-by: Sam James gentoo.org> media-libs/libopenaptx/libopenaptx-0.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild index ac6c58b9fe7..bcf301f7ad2 100644 --- a/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild +++ b/media-libs/libopenaptx/libopenaptx-0.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/pali/${PN}" else SRC_URI="https://github.com/pali/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" fi LICENSE="LGPL-2.1+"