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 CBD2C138335 for ; Thu, 26 Sep 2019 04:05:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74467E08F0; Thu, 26 Sep 2019 04:05:12 +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 5AF49E08F0 for ; Thu, 26 Sep 2019 04:05:12 +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 BDFB434B5CA for ; Thu, 26 Sep 2019 04:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9AF9771 for ; Thu, 26 Sep 2019 04:05:07 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1569469391.103427863e90c4d42c6ab2f6acddef7217f86167.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/erubi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/erubi/erubi-1.8.0.ebuild X-VCS-Directories: dev-ruby/erubi/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 103427863e90c4d42c6ab2f6acddef7217f86167 X-VCS-Branch: master Date: Thu, 26 Sep 2019 04:05:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c144031-90d5-4bd2-aad0-c5d0457ca0a7 X-Archives-Hash: 43760d28c4bc3cf33f9c9af8ad55c1ae commit: 103427863e90c4d42c6ab2f6acddef7217f86167 Author: Hans de Graaff gentoo org> AuthorDate: Thu Sep 26 03:43:11 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Sep 26 03:43:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10342786 dev-ruby/erubi: amd64 stable Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/erubi/erubi-1.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/erubi/erubi-1.8.0.ebuild b/dev-ruby/erubi/erubi-1.8.0.ebuild index 5eea2c9825e..f6c9b115835 100644 --- a/dev-ruby/erubi/erubi-1.8.0.ebuild +++ b/dev-ruby/erubi/erubi-1.8.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jeremyevans/erubi" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest )"