From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1357976-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13772158087 for <garchives@archives.gentoo.org>; Sat, 15 Jan 2022 06:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CDB32BC014; Sat, 15 Jan 2022 06:43:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F1A12BC013 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jan 2022 06:43:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DE4634351C for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jan 2022 06:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 649572A0 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jan 2022 06:43:41 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> 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" <graaff@gentoo.org> Message-ID: <1642228485.f69e9afd97c8aef3e710b37e62b774186d071543.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-r7.ebuild X-VCS-Directories: dev-ruby/sparklines/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f69e9afd97c8aef3e710b37e62b774186d071543 X-VCS-Branch: master Date: Sat, 15 Jan 2022 06:43:41 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5870ad8-7c14-4997-821e-0385bdeab01c X-Archives-Hash: 3e47cffd67696585851fe660c0189b26 commit: f69e9afd97c8aef3e710b37e62b774186d071543 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 06:34:45 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jan 15 06:34:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69e9afd dev-ruby/sparklines: stable all arches Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild b/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild index 954a3e3e6b0e..fede5c423980 100644 --- a/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild +++ b/dev-ruby/sparklines/sparklines-0.5.2-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ HOMEPAGE="http://sparklines.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND+="test? ( media-gfx/imagemagick[png] )"