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 CCCD7139083 for ; Wed, 13 Dec 2017 21:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41E6E0EDE; Wed, 13 Dec 2017 21:44:56 +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 C69BDE0EDE for ; Wed, 13 Dec 2017 21:44:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC8A633BF01 for ; Wed, 13 Dec 2017 21:44:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6745FAD73 for ; Wed, 13 Dec 2017 21:44:54 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1513201459.a1289baa7e4dacfda3a27d152d9db71e473a0884.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppetdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppetdb/puppetdb-5.1.3.ebuild X-VCS-Directories: app-admin/puppetdb/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: a1289baa7e4dacfda3a27d152d9db71e473a0884 X-VCS-Branch: master Date: Wed, 13 Dec 2017 21:44:54 +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: b4bd9d4e-4425-4d94-a6e8-7d25eb0ab162 X-Archives-Hash: 7e07b358e48cf51f2e8e112b04ef531f commit: a1289baa7e4dacfda3a27d152d9db71e473a0884 Author: Matthew Thode gentoo org> AuthorDate: Wed Dec 13 21:23:06 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Dec 13 21:44:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1289baa app-admin/puppetdb: 5.1.3 stable amd64 and x86 Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-admin/puppetdb/puppetdb-5.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppetdb/puppetdb-5.1.3.ebuild b/app-admin/puppetdb/puppetdb-5.1.3.ebuild index 25044630bdf..f9227ac7708 100644 --- a/app-admin/puppetdb/puppetdb-5.1.3.ebuild +++ b/app-admin/puppetdb/puppetdb-5.1.3.ebuild @@ -13,7 +13,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+=""