From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1477630-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 4C00F15800F for <garchives@archives.gentoo.org>; Sun, 15 Jan 2023 12:44:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFE1E08C3; Sun, 15 Jan 2023 12:44:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47955E08C3 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jan 2023 12:44:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74401340F33 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jan 2023 12:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC0AA858 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jan 2023 12:44:03 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1673786540.437517a6ede460ca3bc9b57fc94ad02c68e38d2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rss/rss-0.2.9-r1.ebuild X-VCS-Directories: dev-ruby/rss/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 437517a6ede460ca3bc9b57fc94ad02c68e38d2c X-VCS-Branch: master Date: Sun, 15 Jan 2023 12:44:03 +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: 4b063b06-bb90-4876-bd1a-0a434bc98360 X-Archives-Hash: bf01bf2a6cba527ccbe193487e8ab5db commit: 437517a6ede460ca3bc9b57fc94ad02c68e38d2c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 15 12:42:20 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 12:42:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437517a6 dev-ruby/rss: Stabilize 0.2.9-r1 amd64, #890915 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/rss/rss-0.2.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rss/rss-0.2.9-r1.ebuild b/dev-ruby/rss/rss-0.2.9-r1.ebuild index ddd792528c77..562ec72a1811 100644 --- a/dev-ruby/rss/rss-0.2.9-r1.ebuild +++ b/dev-ruby/rss/rss-0.2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ DESCRIPTION="Family of libraries that support various formats of XML feeds" HOMEPAGE="https://github.com/ruby/rss" LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="test"