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 916BB139694 for ; Sat, 8 Jul 2017 09:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DE182340B7; Sat, 8 Jul 2017 09:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D576F2340B3 for ; Sat, 8 Jul 2017 09:20:34 +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 BE0E43419B9 for ; Sat, 8 Jul 2017 09:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 205E374AE for ; Sat, 8 Jul 2017 09:20:31 +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: <1499505538.489cd9ac51554b977bc39d5c409fec50ebe50828.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshout/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libshout/libshout-2.4.1.ebuild X-VCS-Directories: media-libs/libshout/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 489cd9ac51554b977bc39d5c409fec50ebe50828 X-VCS-Branch: master Date: Sat, 8 Jul 2017 09:20:31 +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: 29a60a09-8fe2-4e85-b416-126091edb007 X-Archives-Hash: c981bcc87d5d1b3e466f2f2ef41322c4 commit: 489cd9ac51554b977bc39d5c409fec50ebe50828 Author: Alexis Ballier gentoo org> AuthorDate: Sat Jul 8 09:17:00 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Jul 8 09:18:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489cd9ac media-libs/libshout: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/libshout/libshout-2.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libshout/libshout-2.4.1.ebuild b/media-libs/libshout/libshout-2.4.1.ebuild index 60892498076..d91491a7d46 100644 --- a/media-libs/libshout/libshout-2.4.1.ebuild +++ b/media-libs/libshout/libshout-2.4.1.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 @@ -10,7 +10,7 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="libressl speex static-libs theora" RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]