From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF94B59CA3 for ; Tue, 15 Mar 2016 07:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BB95E0866; Tue, 15 Mar 2016 07:06:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BC663E085D for ; Tue, 15 Mar 2016 07:06: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A96D340B51 for ; Tue, 15 Mar 2016 07:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0086186A for ; Tue, 15 Mar 2016 07:06:30 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1458025561.2c402f1476101f95c24d30e5ec9a206a04881377.chewi@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.8.11.ebuild X-VCS-Directories: dev-java/fontbox/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2c402f1476101f95c24d30e5ec9a206a04881377 X-VCS-Branch: master Date: Tue, 15 Mar 2016 07:06:30 +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: c95b3edc-c038-4bdc-b3cd-67391e79d263 X-Archives-Hash: 8e3e043a7d6c7ca4e8c5bbfb422f0777 commit: 2c402f1476101f95c24d30e5ec9a206a04881377 Author: James Le Cuirot gentoo org> AuthorDate: Fri Feb 26 13:31:26 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Mar 15 07:06:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c402f14 dev-java/fontbox: Stable on amd64, ppc64, x86 using ALLARCHES A little early because of the push to remove Java 6. Package-Manager: portage-2.2.27 dev-java/fontbox/fontbox-1.8.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/fontbox/fontbox-1.8.11.ebuild b/dev-java/fontbox/fontbox-1.8.11.ebuild index 841f2e3..5f1a6b9 100644 --- a/dev-java/fontbox/fontbox-1.8.11.ebuild +++ b/dev-java/fontbox/fontbox-1.8.11.ebuild @@ -16,7 +16,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 ppc64 x86" IUSE="test" CDEPEND=">=dev-java/commons-logging-1.1.1:0"