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 89B77138334 for ; Mon, 18 Feb 2019 19:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA52E084E; Mon, 18 Feb 2019 19:28:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5CDB1E084E for ; Mon, 18 Feb 2019 19:28:56 +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 F15A0335CEC for ; Mon, 18 Feb 2019 19:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92D0F546 for ; Mon, 18 Feb 2019 19:28:52 +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: <1550518119.4b7fbf7e5bb6fae4ba2222f47ba7de7e27d40114.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sratom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sratom/sratom-0.6.0-r1.ebuild X-VCS-Directories: media-libs/sratom/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4b7fbf7e5bb6fae4ba2222f47ba7de7e27d40114 X-VCS-Branch: master Date: Mon, 18 Feb 2019 19:28:52 +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: 01a9e54b-5570-4722-83ad-89941ec1c2ce X-Archives-Hash: 6d4e4f6370ad1685bf6596264dd90eb9 commit: 4b7fbf7e5bb6fae4ba2222f47ba7de7e27d40114 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 18 19:28:39 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 18 19:28:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7fbf7e media-libs/sratom: keyword ~arm64 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> media-libs/sratom/sratom-0.6.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/sratom/sratom-0.6.0-r1.ebuild b/media-libs/sratom/sratom-0.6.0-r1.ebuild index 0687f4ff6f4..a9b8f2a4c7b 100644 --- a/media-libs/sratom/sratom-0.6.0-r1.ebuild +++ b/media-libs/sratom/sratom-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="ISC" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86" IUSE="doc static-libs test" RDEPEND=">=media-libs/lv2-1.14.0-r1