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 A225A138222 for ; Thu, 5 May 2016 05:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EED1421C087; Thu, 5 May 2016 05:27:19 +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 1E1A121C087 for ; Thu, 5 May 2016 05:27:19 +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 3E04034087E for ; Thu, 5 May 2016 05:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 235FC33A for ; Thu, 5 May 2016 05:27:14 +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: <1462424856.03e105c9b76b186822fbd59ea7bc9f7329b4341f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sparklines/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild X-VCS-Directories: dev-ruby/sparklines/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 03e105c9b76b186822fbd59ea7bc9f7329b4341f X-VCS-Branch: master Date: Thu, 5 May 2016 05:27:14 +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: 6b0d0bdb-f7aa-4f7e-a01a-b3714ac8dbc0 X-Archives-Hash: 2909fa6a2cd567724941151f10393137 commit: 03e105c9b76b186822fbd59ea7bc9f7329b4341f Author: Hans de Graaff gentoo org> AuthorDate: Thu May 5 05:07:36 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 5 05:07:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03e105c9 dev-ruby/sparklines: mark ruby21 revision stable Package-Manager: portage-2.2.26 dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild index bf6335f..331e6ce 100644 --- a/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild +++ b/dev-ruby/sparklines/sparklines-0.5.2-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://sparklines.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-macos" +KEYWORDS="amd64 x86 ~x86-macos" IUSE="" RDEPEND="dev-ruby/rmagick"