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.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 2519115808F for ; Tue, 26 Apr 2022 14:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C159E082B; Tue, 26 Apr 2022 14:38: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 BDD8AE07EE for ; Tue, 26 Apr 2022 14:38:42 +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 B74A7341A11 for ; Tue, 26 Apr 2022 14:38:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD3FB430 for ; Tue, 26 Apr 2022 14:38:38 +0000 (UTC) From: "Sam James" 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" Message-ID: <1650983891.64f9a652c9a31f7a38742156633e45e59469174e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/http-cookie/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/http-cookie/http-cookie-1.0.4.ebuild X-VCS-Directories: dev-ruby/http-cookie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 64f9a652c9a31f7a38742156633e45e59469174e X-VCS-Branch: master Date: Tue, 26 Apr 2022 14:38:38 +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: 383b8e49-d9bc-4789-b4a3-228138f4871b X-Archives-Hash: ea5db12e4c59ddddfb3aacb2a9e6df34 commit: 64f9a652c9a31f7a38742156633e45e59469174e Author: Sam James gentoo org> AuthorDate: Tue Apr 26 14:34:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 26 14:38:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f9a652 dev-ruby/http-cookie: Keyword 1.0.4 s390, #840930 Signed-off-by: Sam James gentoo.org> dev-ruby/http-cookie/http-cookie-1.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild b/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild index 59e73b3c8893..10f24aec7838 100644 --- a/dev-ruby/http-cookie/http-cookie-1.0.4.ebuild +++ b/dev-ruby/http-cookie/http-cookie-1.0.4.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=7 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/sparklemotion/http-cookie" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" ruby_add_rdepend ">=dev-ruby/domain_name-0.5:0"