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 18E8E139694 for ; Fri, 16 Jun 2017 09:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC3D9224061; Fri, 16 Jun 2017 09:36:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BAC5224042 for ; Fri, 16 Jun 2017 09:36:39 +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 9B3A2341A35 for ; Fri, 16 Jun 2017 09:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D707486 for ; Fri, 16 Jun 2017 09:36:35 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497605789.3a2aea4c31fe72bdecdbbc897e39598c521cc085.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vo-amrwbenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild X-VCS-Directories: media-libs/vo-amrwbenc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3a2aea4c31fe72bdecdbbc897e39598c521cc085 X-VCS-Branch: master Date: Fri, 16 Jun 2017 09:36:35 +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-Archives-Salt: 9547de17-4dbe-4163-b829-b2e0165e56bf X-Archives-Hash: 7a585466ad0c09d9805bdcf743361127 commit: 3a2aea4c31fe72bdecdbbc897e39598c521cc085 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 16 09:09:07 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 16 09:36:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2aea4c media-libs/vo-amrwbenc: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 4 ++-- media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index 9d9d4848630..9c42dfc7d64 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,7 +29,7 @@ LICENSE="Apache-2.0" SLOT="0" [[ ${PV} == *9999 ]] || \ -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="examples static-libs" src_configure() { diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild index e6740257aa9..085ee9c4a32 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,7 +29,7 @@ LICENSE="Apache-2.0" SLOT="0" [[ ${PV} == *9999 ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="examples static-libs" src_configure() {