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 E7BCB13933E for ; Sun, 11 Jul 2021 20:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3A4E0DFC; Sun, 11 Jul 2021 20:49:01 +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 04DABE0DFC for ; Sun, 11 Jul 2021 20:49: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 36763342B6E for ; Sun, 11 Jul 2021 20:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74D127DC for ; Sun, 11 Jul 2021 20:48:56 +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: <1626036520.2195e775a9a116559ef7cefba9718c814b37d5a6.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: 2195e775a9a116559ef7cefba9718c814b37d5a6 X-VCS-Branch: master Date: Sun, 11 Jul 2021 20:48:56 +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: 1b6ceca2-5084-4447-ba0f-d6e3112ed0ed X-Archives-Hash: b507a123e2e693017fe5f14f5a60d0eb commit: 2195e775a9a116559ef7cefba9718c814b37d5a6 Author: Sam James gentoo org> AuthorDate: Sun Jul 11 20:48:40 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 11 20:48:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2195e775 media-libs/libopenaptx: Stabilize 0.2.0 arm64, #800710 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 360c8d9882a..a7298efb98c 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 ~arm64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86" fi LICENSE="LGPL-2.1+"