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 F1BD0138334 for ; Mon, 8 Oct 2018 09:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFC89E0898; Mon, 8 Oct 2018 09:14:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 80E06E0898 for ; Mon, 8 Oct 2018 09:14:37 +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 62647335C8F for ; Mon, 8 Oct 2018 09:14:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 411B43DE for ; Mon, 8 Oct 2018 09:14:33 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1538990052.5da3ff3c76463ac5ad80c18d1abbfa75fa090dc1.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/icedtea-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild X-VCS-Directories: dev-java/icedtea-bin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 5da3ff3c76463ac5ad80c18d1abbfa75fa090dc1 X-VCS-Branch: master Date: Mon, 8 Oct 2018 09:14:33 +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: 1d754d90-8300-4c99-8d42-d21476733434 X-Archives-Hash: c6454e6af8bf0769789165cc50785959 commit: 5da3ff3c76463ac5ad80c18d1abbfa75fa090dc1 Author: Mikle Kolyada gentoo org> AuthorDate: Mon Oct 8 09:14:12 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Oct 8 09:14:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da3ff3c dev-java/icedtea-bin: amd64 stable wrt bug #667920 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild b/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild index 2dad6cc5ad6..b388187db6a 100644 --- a/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild +++ b/dev-java/icedtea-bin/icedtea-bin-3.9.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 # Don't block arm. See bug #600134. #MULTILIB_COMPAT=( abi_ppc_64 abi_x86_{32,64} ) -KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="-* amd64 ~arm ~arm64 ~ppc64 ~x86" inherit java-vm-2 multilib-build toolchain-funcs