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 2446F13835C for ; Sun, 20 Dec 2020 19:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5996E0886; Sun, 20 Dec 2020 19:04:01 +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 CD727E0886 for ; Sun, 20 Dec 2020 19:04:01 +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 BBE62341320 for ; Sun, 20 Dec 2020 19:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEFC93A1 for ; Sun, 20 Dec 2020 19:03:57 +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: <1608491029.018a5959ce8a0a3a2ac5d6fb439d9dfd095eca67.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actiontext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actiontext/actiontext-6.0.3.4.ebuild X-VCS-Directories: dev-ruby/actiontext/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 018a5959ce8a0a3a2ac5d6fb439d9dfd095eca67 X-VCS-Branch: master Date: Sun, 20 Dec 2020 19:03:57 +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: b63e1322-6f93-4665-b174-46037d501a6c X-Archives-Hash: dd169258f4f90978c061486d501b176c commit: 018a5959ce8a0a3a2ac5d6fb439d9dfd095eca67 Author: Sam James gentoo org> AuthorDate: Sun Dec 20 18:54:13 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 20 19:03:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018a5959 dev-ruby/actiontext: Keyword 6.0.3.4 ppc64, #692324 Signed-off-by: Sam James gentoo.org> dev-ruby/actiontext/actiontext-6.0.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild b/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild index a228d2e2d07..b019dbd7b4c 100644 --- a/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild +++ b/dev-ruby/actiontext/actiontext-6.0.3.4.ebuild @@ -20,7 +20,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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}"