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 AEA74158020 for ; Tue, 1 Nov 2022 06:51:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEBEBE0B6F; Tue, 1 Nov 2022 06:51:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B711DE0B6F for ; Tue, 1 Nov 2022 06:51:08 +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 BCD8D341150 for ; Tue, 1 Nov 2022 06:51:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B2D16DB for ; Tue, 1 Nov 2022 06:51:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1667285423.e7c52024d34968787d74f83a8a751f0cac609f00.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/etckeeper/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/etckeeper/etckeeper-1.18.18.ebuild X-VCS-Directories: sys-apps/etckeeper/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e7c52024d34968787d74f83a8a751f0cac609f00 X-VCS-Branch: master Date: Tue, 1 Nov 2022 06:51:06 +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: 03d6b9a4-a076-43f2-ae5a-af6b824c5d20 X-Archives-Hash: 3fe530a15785b954a44e26d4035a5322 commit: e7c52024d34968787d74f83a8a751f0cac609f00 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Nov 1 06:50:23 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Nov 1 06:50:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c52024 sys-apps/etckeeper: Stabilize 1.18.18 ppc64, #878967 Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/etckeeper/etckeeper-1.18.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/etckeeper/etckeeper-1.18.18.ebuild b/sys-apps/etckeeper/etckeeper-1.18.18.ebuild index b63426712a0e..251870d771e0 100644 --- a/sys-apps/etckeeper/etckeeper-1.18.18.ebuild +++ b/sys-apps/etckeeper/etckeeper-1.18.18.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://etckeeper.branchable.com/" SRC_URI="https://git.joeyh.name/index.cgi/etckeeper.git/snapshot/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~riscv ~sparc ~x86" SLOT="0" IUSE="cron test"