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 F278C1382C5 for ; Tue, 15 May 2018 15:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43363E082F; Tue, 15 May 2018 15:26: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 23915E082F for ; Tue, 15 May 2018 15:26: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 40731335C79 for ; Tue, 15 May 2018 15:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA0482A4 for ; Tue, 15 May 2018 15:26:51 +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: <1526397994.4609a7edc471483ee7c27bc60ea6d6f28d6f0787.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hocon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/hocon/hocon-1.2.5.ebuild X-VCS-Directories: dev-ruby/hocon/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 4609a7edc471483ee7c27bc60ea6d6f28d6f0787 X-VCS-Branch: master Date: Tue, 15 May 2018 15:26:51 +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: 593da59f-8e26-4307-b889-94d8842580e2 X-Archives-Hash: 72b3fcdee622bd80a9c8500f85d0f004 commit: 4609a7edc471483ee7c27bc60ea6d6f28d6f0787 Author: Matthew Thode gentoo org> AuthorDate: Tue May 15 15:20:22 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue May 15 15:26:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4609a7ed dev-ruby/hocon: 1.2.5 stable amd64 and x86 Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ruby/hocon/hocon-1.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/hocon/hocon-1.2.5.ebuild b/dev-ruby/hocon/hocon-1.2.5.ebuild index 04859e18c40..1bb497b7278 100644 --- a/dev-ruby/hocon/hocon-1.2.5.ebuild +++ b/dev-ruby/hocon/hocon-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/puppetlabs/ruby-hocon" LICENSE="Apache-2.0" SLOT="0" IUSE="" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" RDEPEND+="" DEPEND+=""