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 7FF6B139694 for ; Wed, 12 Jul 2017 12:15:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E8A214146; Wed, 12 Jul 2017 12:15:17 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5F74214146 for ; Wed, 12 Jul 2017 12:15:17 +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 DC71B3417AE for ; Wed, 12 Jul 2017 12:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85C537474 for ; Wed, 12 Jul 2017 12:15:15 +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: <1499861707.621a334ceb694682dc434fa811e2ab2bc6e9eb98.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-sound/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild X-VCS-Directories: dev-java/icedtea-sound/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 621a334ceb694682dc434fa811e2ab2bc6e9eb98 X-VCS-Branch: master Date: Wed, 12 Jul 2017 12:15:15 +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: 91627573-2d80-4403-8474-10da3cb43e5a X-Archives-Hash: 73321d241dd7eb775b9642bb2618bd81 commit: 621a334ceb694682dc434fa811e2ab2bc6e9eb98 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jul 12 12:15:07 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jul 12 12:15:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621a334c dev-java/icedtea-sound: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild b/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild index 50b1e88fed0..8d57327bbb5 100644 --- a/dev-java/icedtea-sound/icedtea-sound-1.0.1.ebuild +++ b/dev-java/icedtea-sound/icedtea-sound-1.0.1.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 # Build written by Andrew John Hughes (gnu_andrew@member.fsf.org) @@ -12,7 +12,7 @@ SRC_URI="http://icedtea.classpath.org/download/source/${P}.tar.xz" LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="amd64 ~arm ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" IUSE="+doc test"