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 5761513825A for ; Fri, 13 May 2016 09:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12229E07E8; Fri, 13 May 2016 09:25:41 +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 8A887E07E8 for ; Fri, 13 May 2016 09:25:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 92982340948 for ; Fri, 13 May 2016 09:25:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9B2C91A for ; Fri, 13 May 2016 09:25:35 +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: <1463131521.eed328cf2e4581f8650822845aa9eaee4452e9fe.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppetdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppetdb/puppetdb-4.0.0.ebuild X-VCS-Directories: app-admin/puppetdb/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: eed328cf2e4581f8650822845aa9eaee4452e9fe X-VCS-Branch: master Date: Fri, 13 May 2016 09:25:35 +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: 6ec2dfad-3b16-47c3-8d1d-c64f84106289 X-Archives-Hash: eb5e92e19080338ca3c8058fc484e17f commit: eed328cf2e4581f8650822845aa9eaee4452e9fe Author: Agostino Sarubbo gentoo org> AuthorDate: Fri May 13 09:25:21 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri May 13 09:25:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed328cf app-admin/puppetdb: amd64 stable wrt bug #580102 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-admin/puppetdb/puppetdb-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppetdb/puppetdb-4.0.0.ebuild b/app-admin/puppetdb/puppetdb-4.0.0.ebuild index 1386a3e..39e8d8f 100644 --- a/app-admin/puppetdb/puppetdb-4.0.0.ebuild +++ b/app-admin/puppetdb/puppetdb-4.0.0.ebuild @@ -14,7 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" # will need the same keywords as puppet -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" RDEPEND+=">=virtual/jdk-1.7.0" DEPEND+=""