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 BB2851382C5 for ; Thu, 5 Apr 2018 03:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 102CFE0BF5; Thu, 5 Apr 2018 03:29:32 +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 DADE0E0BF4 for ; Thu, 5 Apr 2018 03:29:31 +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 D02C6335C49 for ; Thu, 5 Apr 2018 03:29:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A872628B for ; Thu, 5 Apr 2018 03:29:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522898792.a32b22df250c417d9f6128ce903893b8dc5a6978.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javahelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild X-VCS-Directories: dev-java/javahelp/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a32b22df250c417d9f6128ce903893b8dc5a6978 X-VCS-Branch: master Date: Thu, 5 Apr 2018 03:29:26 +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: bce37b16-bd8f-4179-b1ac-fb4a732fb1b4 X-Archives-Hash: 62da12d35d511097dd4dfc52e32ed8af commit: a32b22df250c417d9f6128ce903893b8dc5a6978 Author: Aaron Bauman gentoo org> AuthorDate: Thu Apr 5 03:26:32 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 03:26:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a32b22df dev-java/javahelp: amd64 stable Bug: https://bugs.gentoo.org/643318 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild b/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild index 5c067b1698f..0b4e4289698 100644 --- a/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild +++ b/dev-java/javahelp/javahelp-2.0.05_p20170719.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/javaee/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2-with-linking-exception" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" CDEPEND="java-virtuals/servlet-api:2.4"