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 BBAF4138727 for ; Wed, 30 Sep 2015 13:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3766321C004; Wed, 30 Sep 2015 13:43:23 +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 B716421C003 for ; Wed, 30 Sep 2015 13:43:22 +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 00D5534100B for ; Wed, 30 Sep 2015 13:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B81249 for ; Wed, 30 Sep 2015 13:43:19 +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: <1443620540.c716db791e46c007d44db60a4d3b07d1e3d16eea.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-3.1.0.ebuild X-VCS-Directories: app-admin/puppetdb/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c716db791e46c007d44db60a4d3b07d1e3d16eea X-VCS-Branch: master Date: Wed, 30 Sep 2015 13:43:19 +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: 9c70400c-5341-4fb4-b9cf-a1faea8cb3d1 X-Archives-Hash: 4094325c57a847f5d50c1845324a974c commit: c716db791e46c007d44db60a4d3b07d1e3d16eea Author: Agostino Sarubbo gentoo org> AuthorDate: Wed Sep 30 13:42:20 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed Sep 30 13:42:20 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c716db79 app-admin/puppetdb: x86 stable wrt bug #561580 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86" app-admin/puppetdb/puppetdb-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppetdb/puppetdb-3.1.0.ebuild b/app-admin/puppetdb/puppetdb-3.1.0.ebuild index 9ad5164..9d2bed7 100644 --- a/app-admin/puppetdb/puppetdb-3.1.0.ebuild +++ b/app-admin/puppetdb/puppetdb-3.1.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+=""