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 4BA0115ACFC for ; Tue, 2 May 2023 15:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E922CE08A5; Tue, 2 May 2023 15:21:28 +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 D1398E08A5 for ; Tue, 2 May 2023 15:21:28 +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 1D15A34110E for ; Tue, 2 May 2023 15:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 035AEA72 for ; Tue, 2 May 2023 15:21:25 +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: <1683040837.d0419efc6e168f864e5b2bf643f1623c0af1f0b0.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgbackup/borgbackup-1.2.4.ebuild X-VCS-Directories: app-backup/borgbackup/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: d0419efc6e168f864e5b2bf643f1623c0af1f0b0 X-VCS-Branch: master Date: Tue, 2 May 2023 15:21:25 +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: d27e075e-1c4b-4a38-9136-e2e2798c306e X-Archives-Hash: 4e5473b376fc05d907be99db7f5e58be commit: d0419efc6e168f864e5b2bf643f1623c0af1f0b0 Author: Arthur Zamarin gentoo org> AuthorDate: Tue May 2 15:20:37 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue May 2 15:20:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0419efc app-backup/borgbackup: Stabilize 1.2.4 x86, #905467 Signed-off-by: Arthur Zamarin gentoo.org> app-backup/borgbackup/borgbackup-1.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/borgbackup/borgbackup-1.2.4.ebuild b/app-backup/borgbackup/borgbackup-1.2.4.ebuild index a1aaaa9a6e4a..6be9270fabef 100644 --- a/app-backup/borgbackup/borgbackup-1.2.4.ebuild +++ b/app-backup/borgbackup/borgbackup-1.2.4.ebuild @@ -8,7 +8,7 @@ DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 bash-completion-r1 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" inherit pypi DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"