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 0AE8B139694 for ; Wed, 28 Jun 2017 09:36:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA9D4254019; Wed, 28 Jun 2017 09:35:59 +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 A4ABC25401E for ; Wed, 28 Jun 2017 09:35:59 +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 1FEB5341766 for ; Wed, 28 Jun 2017 09:35:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492EE74A3 for ; Wed, 28 Jun 2017 09:35:55 +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: <1498642543.2c0bedae2ef7b1b07b1ba1ba3decde431167281b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opusfile/opusfile-0.8.ebuild X-VCS-Directories: media-libs/opusfile/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2c0bedae2ef7b1b07b1ba1ba3decde431167281b X-VCS-Branch: master Date: Wed, 28 Jun 2017 09:35:55 +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: 3f5758f2-5b68-45f1-932d-f65f62644f89 X-Archives-Hash: 0bead3a52c959c5c23fe56aaa720d6bd commit: 2c0bedae2ef7b1b07b1ba1ba3decde431167281b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 28 07:48:29 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 28 09:35:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c0bedae media-libs/opusfile: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/opusfile/opusfile-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/opusfile/opusfile-0.8.ebuild b/media-libs/opusfile/opusfile-0.8.ebuild index 2d0544c55d2..fa91f853aba 100644 --- a/media-libs/opusfile/opusfile-0.8.ebuild +++ b/media-libs/opusfile/opusfile-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc fixed-point +float +http libressl static-libs" RDEPEND="media-libs/libogg