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 12FB213835A for ; Thu, 17 Dec 2020 09:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60719E0961; Thu, 17 Dec 2020 09:02:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 49EAAE0961 for ; Thu, 17 Dec 2020 09:02:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 38DA23410F7 for ; Thu, 17 Dec 2020 09:02:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43B5CC for ; Thu, 17 Dec 2020 09:02:14 +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: <1608195701.e2eb429de24df8fa4b1e0ec1cd8c4e185f7db16e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libopusenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libopusenc/libopusenc-0.2.1.ebuild X-VCS-Directories: media-libs/libopusenc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e2eb429de24df8fa4b1e0ec1cd8c4e185f7db16e X-VCS-Branch: master Date: Thu, 17 Dec 2020 09:02:14 +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: c68bc316-cc5b-4c29-a627-ff5907aad02b X-Archives-Hash: 956b2be1403b1d956a5ed9e89c601b70 commit: e2eb429de24df8fa4b1e0ec1cd8c4e185f7db16e Author: Sam James gentoo org> AuthorDate: Thu Dec 17 09:01:41 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 17 09:01:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2eb429d media-libs/libopusenc: Keyword 0.2.1 arm64, #760291 Signed-off-by: Sam James gentoo.org> media-libs/libopusenc/libopusenc-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libopusenc/libopusenc-0.2.1.ebuild b/media-libs/libopusenc/libopusenc-0.2.1.ebuild index 391a3a75be0..87f43003c99 100644 --- a/media-libs/libopusenc/libopusenc-0.2.1.ebuild +++ b/media-libs/libopusenc/libopusenc-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://archive.mozilla.org/pub/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="doc" BDEPEND="virtual/pkgconfig"