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 265FB1581E7 for ; Wed, 24 Apr 2024 14:11:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 624D52BC017; Wed, 24 Apr 2024 14:11:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4611E2BC013 for ; Wed, 24 Apr 2024 14:11:44 +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 798543431AA for ; Wed, 24 Apr 2024 14:11:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBE9D173B for ; Wed, 24 Apr 2024 14:11:41 +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: <1713967872.5f1e764855e6c9edcedb9a6d04d2142734f2735c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgmatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgmatic/borgmatic-1.8.9.ebuild X-VCS-Directories: app-backup/borgmatic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f1e764855e6c9edcedb9a6d04d2142734f2735c X-VCS-Branch: master Date: Wed, 24 Apr 2024 14:11:41 +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: 6b586dc3-15e0-40e1-8218-fbdbb2141ef4 X-Archives-Hash: 080fb5bdc6c54240ab273302f2a75359 commit: 5f1e764855e6c9edcedb9a6d04d2142734f2735c Author: Sam James gentoo org> AuthorDate: Wed Apr 24 14:11:12 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 24 14:11:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1e7648 app-backup/borgmatic: Stabilize 1.8.9 amd64, #930573 Signed-off-by: Sam James gentoo.org> app-backup/borgmatic/borgmatic-1.8.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/borgmatic/borgmatic-1.8.9.ebuild b/app-backup/borgmatic/borgmatic-1.8.9.ebuild index 09e09f4eea4c..0155eb3b0714 100644 --- a/app-backup/borgmatic/borgmatic-1.8.9.ebuild +++ b/app-backup/borgmatic/borgmatic-1.8.9.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://torsion.org/borgmatic/" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv" +KEYWORDS="amd64 ~arm ~arm64 ~riscv" IUSE="apprise" REQUIRED_USE="test? ( apprise )"