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 281BA139694 for ; Thu, 13 Jul 2017 17:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94AEAE0E87; Thu, 13 Jul 2017 17:27:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75859E0E87 for ; Thu, 13 Jul 2017 17:27:55 +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 AA6D8341A37 for ; Thu, 13 Jul 2017 17:27:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B5674B3 for ; Thu, 13 Jul 2017 17:27:51 +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: <1499966854.ae702143f4988c2a37a6dc57846576a688068a2f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/fontbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/fontbox/fontbox-1.7.1.ebuild dev-java/fontbox/fontbox-1.8.11.ebuild X-VCS-Directories: dev-java/fontbox/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ae702143f4988c2a37a6dc57846576a688068a2f X-VCS-Branch: master Date: Thu, 13 Jul 2017 17:27:51 +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: 9af428b8-05ea-440a-a150-64a1601b4b39 X-Archives-Hash: dad587d41e684849962912d1513917cb commit: ae702143f4988c2a37a6dc57846576a688068a2f Author: Alexis Ballier gentoo org> AuthorDate: Thu Jul 13 17:25:54 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Jul 13 17:27:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae702143 dev-java/fontbox: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-java/fontbox/fontbox-1.7.1.ebuild | 4 ++-- dev-java/fontbox/fontbox-1.8.11.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/fontbox/fontbox-1.7.1.ebuild b/dev-java/fontbox/fontbox-1.7.1.ebuild index 6937cc0f9a7..243e6d8a837 100644 --- a/dev-java/fontbox/fontbox-1.7.1.ebuild +++ b/dev-java/fontbox/fontbox-1.7.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 EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_PN}-${PV}-src.zip" LICENSE="BSD" SLOT="1.7" -KEYWORDS="amd64 ppc64 x86 ~x86-fbsd ~x64-macos" +KEYWORDS="amd64 ~arm64 ppc64 x86 ~x86-fbsd ~x64-macos" IUSE="" RDEPEND=" diff --git a/dev-java/fontbox/fontbox-1.8.11.ebuild b/dev-java/fontbox/fontbox-1.8.11.ebuild index 2a4069cfa73..c1c426b234a 100644 --- a/dev-java/fontbox/fontbox-1.8.11.ebuild +++ b/dev-java/fontbox/fontbox-1.8.11.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=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://pdfbox.apache.org/" SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_P}-src.zip" LICENSE="Apache-2.0" SLOT="1.8" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="test" CDEPEND=">=dev-java/commons-logging-1.1.1:0"