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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B29B615802C for ; Mon, 16 Dec 2024 07:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 265ACE0AB4; Mon, 16 Dec 2024 07:52:05 +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 8A48CE0AB4 for ; Mon, 16 Dec 2024 07:52:03 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41359342FAD for ; Mon, 16 Dec 2024 07:52:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4C3C22DA for ; Mon, 16 Dec 2024 07:51:56 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1734335508.5adb521188c8c42ed90b1c74d9bd45addbc6dda3.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/activesupport/activesupport-7.0.8.6.ebuild X-VCS-Directories: dev-ruby/activesupport/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 5adb521188c8c42ed90b1c74d9bd45addbc6dda3 X-VCS-Branch: master Date: Mon, 16 Dec 2024 07:51:56 +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: b6c5d0a6-cff6-41c0-be02-801593521137 X-Archives-Hash: 8386b448665e737d8c11c1ff5b3735e3 commit: 5adb521188c8c42ed90b1c74d9bd45addbc6dda3 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Dec 16 07:51:48 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Dec 16 07:51:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5adb5211 dev-ruby/activesupport: Stabilize 7.0.8.6 ppc64, #946497 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/activesupport/activesupport-7.0.8.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/activesupport/activesupport-7.0.8.6.ebuild b/dev-ruby/activesupport/activesupport-7.0.8.6.ebuild index 699fc17f47d3..075deb607c80 100644 --- a/dev-ruby/activesupport/activesupport-7.0.8.6.ebuild +++ b/dev-ruby/activesupport/activesupport-7.0.8.6.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 sparc ~x86" IUSE="test" RUBY_S="rails-${PV}/${PN}"