From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CB60859CA6 for ; Sun, 20 Mar 2016 21:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E3221C00C; Sun, 20 Mar 2016 21:14:32 +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 7435221C00B for ; Sun, 20 Mar 2016 21:14:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89D5C340A51 for ; Sun, 20 Mar 2016 21:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D3A859 for ; Sun, 20 Mar 2016 21:14:30 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1458508435.4b649fcd084eada27ebb01d443382d7d6d88999b.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.5.0.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 4b649fcd084eada27ebb01d443382d7d6d88999b X-VCS-Branch: master Date: Sun, 20 Mar 2016 21:14:30 +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: 6e297be9-7946-4954-8194-99a3b3b0d36d X-Archives-Hash: 667046e818e7b965fdcdee3e04d29151 commit: 4b649fcd084eada27ebb01d443382d7d6d88999b Author: Steev Klimaszewski gentoo org> AuthorDate: Sun Mar 20 06:21:34 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Sun Mar 20 21:13:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b649fcd media-libs/libvpx: Add ~arm64 to 1.5.0 Package-Manager: portage-2.2.28 media-libs/libvpx/libvpx-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild b/media-libs/libvpx/libvpx-1.5.0.ebuild index a01a255..2cfb4a3 100644 --- a/media-libs/libvpx/libvpx-1.5.0.ebuild +++ b/media-libs/libvpx/libvpx-1.5.0.ebuild @@ -12,10 +12,10 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://chromium.googlesource.com/webm/${PN}.git" elif [[ ${PV} == *pre* ]]; then SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" else SRC_URI="http://storage.googleapis.com/downloads.webmproject.org/releases/webm/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi # generated by: make LIBVPX_TEST_DATA_PATH=libvpx-testdata testdata + tar'ing # it.