diff options
author | 2025-01-31 16:49:17 +0200 | |
---|---|---|
committer | 2025-01-31 16:49:17 +0200 | |
commit | e8f6b58b58f99c182b3d68bb3879761f0effd62d (patch) | |
tree | 9321ba3bce9c5700309c29053d11809cc127970d /app-backup/borgmatic | |
parent | app-office/homebank: Stabilize 5.8.6 x86, #949113 (diff) | |
download | gentoo-e8f6b58b58f99c182b3d68bb3879761f0effd62d.tar.gz gentoo-e8f6b58b58f99c182b3d68bb3879761f0effd62d.tar.bz2 gentoo-e8f6b58b58f99c182b3d68bb3879761f0effd62d.zip |
app-backup/borgmatic: Stabilize 1.9.5 amd64, #949114
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-backup/borgmatic')
-rw-r--r-- | app-backup/borgmatic/borgmatic-1.9.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/borgmatic/borgmatic-1.9.5.ebuild b/app-backup/borgmatic/borgmatic-1.9.5.ebuild index e4cff409d255..5d3951cc7a71 100644 --- a/app-backup/borgmatic/borgmatic-1.9.5.ebuild +++ b/app-backup/borgmatic/borgmatic-1.9.5.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=8 @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv" +KEYWORDS="amd64 ~arm ~arm64 ~riscv" IUSE="apprise" # borg is called as an external tool, hence no pythonic stuff |