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 53130138334 for ; Fri, 29 Nov 2019 09:23:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BA8AE0880; Fri, 29 Nov 2019 09:23:37 +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 2A81FE0880 for ; Fri, 29 Nov 2019 09:23: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 4116E34D585 for ; Fri, 29 Nov 2019 09:23:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C18CA744 for ; Fri, 29 Nov 2019 09:23:34 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1575019412.a4dc1f18e2e1ef0369b90ed24008f217814f0525.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jempbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jempbox/jempbox-1.7.1-r1.ebuild dev-java/jempbox/jempbox-1.8.11-r1.ebuild X-VCS-Directories: dev-java/jempbox/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a4dc1f18e2e1ef0369b90ed24008f217814f0525 X-VCS-Branch: master Date: Fri, 29 Nov 2019 09:23:34 +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: 4742b2c2-7726-4b60-96ba-a337128b0db3 X-Archives-Hash: fd05f5ef5a26a17b7455916249f87362 commit: a4dc1f18e2e1ef0369b90ed24008f217814f0525 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Nov 29 09:23:32 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Nov 29 09:23:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4dc1f18 dev-java/jempbox: amd64 stable wrt bug #701458 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-java/jempbox/jempbox-1.7.1-r1.ebuild | 2 +- dev-java/jempbox/jempbox-1.8.11-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/jempbox/jempbox-1.7.1-r1.ebuild b/dev-java/jempbox/jempbox-1.7.1-r1.ebuild index 74126da57f9..9eee4c97704 100644 --- a/dev-java/jempbox/jempbox-1.7.1-r1.ebuild +++ b/dev-java/jempbox/jempbox-1.7.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_PN}-${PV}-src.zip" LICENSE="BSD" SLOT="1.7" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=" diff --git a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild index 65c154444a2..21d7eb1a6db 100644 --- a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild +++ b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://pdfbox.apache.org/" SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_P}-src.zip" LICENSE="Apache-2.0" SLOT="1.8" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" IUSE="test" RDEPEND=">=virtual/jre-1.8"