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 B5F23139347 for ; Mon, 19 Jul 2021 06:27:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CE7DE0B15; Mon, 19 Jul 2021 06:27:36 +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 04D35E0B15 for ; Mon, 19 Jul 2021 06:27:36 +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 0E786342B07 for ; Mon, 19 Jul 2021 06:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F02B7DD for ; Mon, 19 Jul 2021 06:27:32 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1626676039.e05a963c1065fbc13baa8c823fc05f057b61a2a0.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tzinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tzinfo/tzinfo-1.2.8.ebuild dev-ruby/tzinfo/tzinfo-2.0.4.ebuild X-VCS-Directories: dev-ruby/tzinfo/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e05a963c1065fbc13baa8c823fc05f057b61a2a0 X-VCS-Branch: master Date: Mon, 19 Jul 2021 06:27:32 +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: 80baec81-9634-4d82-966e-8322f795c90c X-Archives-Hash: 561b81160a4e2e23cba4d5da5ba31a76 commit: e05a963c1065fbc13baa8c823fc05f057b61a2a0 Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jul 19 06:27:19 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jul 19 06:27:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e05a963c dev-ruby/tzinfo: x86 stable wrt bug #802714 Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> dev-ruby/tzinfo/tzinfo-1.2.8.ebuild | 2 +- dev-ruby/tzinfo/tzinfo-2.0.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild index f78c55594ea..d6ad4d055d5 100644 --- a/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild +++ b/dev-ruby/tzinfo/tzinfo-1.2.8.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://tzinfo.github.io/" LICENSE="MIT" SLOT="1" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/timezone-data" diff --git a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild index c9deecd859b..59b0a6ac89b 100644 --- a/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild +++ b/dev-ruby/tzinfo/tzinfo-2.0.4.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/tzinfo/tzinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="2" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/timezone-data"