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 C9B211386F3 for ; Thu, 13 Aug 2015 00:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36303141A5; Thu, 13 Aug 2015 00:27:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28823E0874 for ; Thu, 13 Aug 2015 00:27:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC84E340922 for ; Thu, 13 Aug 2015 00:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B60014A for ; Thu, 13 Aug 2015 00:27:09 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1439429227.ec0843f02d1df6fcec72447119c7cc2f0ee03da1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/unkrig-nullanalysis/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/unkrig-nullanalysis/unkrig-nullanalysis-0_pre1644.ebuild X-VCS-Directories: dev-java/unkrig-nullanalysis/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ec0843f02d1df6fcec72447119c7cc2f0ee03da1 X-VCS-Branch: master Date: Thu, 13 Aug 2015 00:27:09 +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: 67c2a5d8-619d-48f6-8511-f7cd31208cff X-Archives-Hash: f779826f5ef4a9438f534de38e195309 commit: ec0843f02d1df6fcec72447119c7cc2f0ee03da1 Author: Patrice Clement gentoo org> AuthorDate: Thu Aug 13 00:08:55 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Aug 13 01:27:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0843f0 dev-java/unkrig-nullanalysis: Stable for amd64+x86. Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement gentoo.org> dev-java/unkrig-nullanalysis/unkrig-nullanalysis-0_pre1644.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/unkrig-nullanalysis/unkrig-nullanalysis-0_pre1644.ebuild b/dev-java/unkrig-nullanalysis/unkrig-nullanalysis-0_pre1644.ebuild index f69cf50..9f49626 100644 --- a/dev-java/unkrig-nullanalysis/unkrig-nullanalysis-0_pre1644.ebuild +++ b/dev-java/unkrig-nullanalysis/unkrig-nullanalysis-0_pre1644.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=virtual/jre-1.6"