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 A866F15815E for ; Sat, 3 Feb 2024 11:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75CC02BC02F; Sat, 3 Feb 2024 11:22:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 58FD02BC02F for ; Sat, 3 Feb 2024 11:22:42 +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 43CEC3431C0 for ; Sat, 3 Feb 2024 11:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F833AE3 for ; Sat, 3 Feb 2024 11:22:39 +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: <1706959336.1243754b0f65225f57224968255052052bbcc5e6.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rpl/rpl-1.15.5.ebuild X-VCS-Directories: app-text/rpl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1243754b0f65225f57224968255052052bbcc5e6 X-VCS-Branch: master Date: Sat, 3 Feb 2024 11:22:39 +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: 675bd37b-63d6-40c3-bcfd-7c608f97fef6 X-Archives-Hash: 840ae154a7826b457f7a6092626029f4 commit: 1243754b0f65225f57224968255052052bbcc5e6 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Feb 3 11:22:16 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Feb 3 11:22:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1243754b app-text/rpl: Keyword 1.15.5 ppc, #919931 Signed-off-by: Arthur Zamarin gentoo.org> app-text/rpl/rpl-1.15.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild index aae1ec6c1781..61b9919bd48c 100644 --- a/app-text/rpl/rpl-1.15.5.ebuild +++ b/app-text/rpl/rpl-1.15.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~mips" +KEYWORDS="~amd64 ~mips ~ppc" IUSE="test" RESTRICT="!test? ( test )"