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 00D08158094 for ; Thu, 15 Sep 2022 16:57:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7D74E0729; Thu, 15 Sep 2022 16:57:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 96361E0729 for ; Thu, 15 Sep 2022 16:57:05 +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 DC658340FD8 for ; Thu, 15 Sep 2022 16:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71A525D5 for ; Thu, 15 Sep 2022 16:57:03 +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: <1663261017.3de727547f36f62e6173f945295bfada1134cd4b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/attr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/attr/attr-2.5.1-r2.ebuild X-VCS-Directories: sys-apps/attr/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3de727547f36f62e6173f945295bfada1134cd4b X-VCS-Branch: master Date: Thu, 15 Sep 2022 16:57:03 +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: 4648c624-b3e4-48ab-9f12-132c12f04b98 X-Archives-Hash: 33f2117ee41b91a2524f54bd7881aa60 commit: 3de727547f36f62e6173f945295bfada1134cd4b Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 15 16:56:57 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 15 16:56:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de72754 sys-apps/attr: Stabilize 2.5.1-r2 ppc, #868972 Signed-off-by: Arthur Zamarin gentoo.org> sys-apps/attr/attr-2.5.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/attr/attr-2.5.1-r2.ebuild b/sys-apps/attr/attr-2.5.1-r2.ebuild index f246aeb28de4..a9b90c4cde8c 100644 --- a/sys-apps/attr/attr-2.5.1-r2.ebuild +++ b/sys-apps/attr/attr-2.5.1-r2.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]] ; then else inherit libtool - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" fi