From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C71951582EF for ; Sat, 08 Mar 2025 15:33:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B325B342FE4 for ; Sat, 08 Mar 2025 15:33:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A5BA911037D; Sat, 08 Mar 2025 15:33:50 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9CD7211037D for ; Sat, 08 Mar 2025 15:33:50 +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 52A33342FE4 for ; Sat, 08 Mar 2025 15:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7A682893 for ; Sat, 08 Mar 2025 15:33:48 +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: <1741447957.7b491217a25b77dddeb195bfd3f00168bc07b395.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/fsarchiver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/fsarchiver/fsarchiver-0.8.8.ebuild X-VCS-Directories: app-backup/fsarchiver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7b491217a25b77dddeb195bfd3f00168bc07b395 X-VCS-Branch: master Date: Sat, 08 Mar 2025 15:33:48 +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: a41342ee-2dca-4586-93fe-3028dc89e8be X-Archives-Hash: 73b30ac2beac4ec6cfe1fea54bb81791 commit: 7b491217a25b77dddeb195bfd3f00168bc07b395 Author: Sam James gentoo org> AuthorDate: Sat Mar 8 15:32:37 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 8 15:32:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b491217 app-backup/fsarchiver: Stabilize 0.8.8 x86, #949242 Signed-off-by: Sam James gentoo.org> app-backup/fsarchiver/fsarchiver-0.8.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/fsarchiver/fsarchiver-0.8.8.ebuild b/app-backup/fsarchiver/fsarchiver-0.8.8.ebuild index c1c6804af4a2..fe11aa01740f 100644 --- a/app-backup/fsarchiver/fsarchiver-0.8.8.ebuild +++ b/app-backup/fsarchiver/fsarchiver-0.8.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fdupoux/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="debug lz4 lzma lzo static +zstd" CDEPEND="dev-libs/libgcrypt:0=