diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:02:06 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 19:02:06 +0000 |
commit | 183f372eb2309a6e27bec2b5047f3b3195b9a3fe (patch) | |
tree | d70d276cdbbbe63de9cdd433a88726fadd156dee /app-backup | |
parent | app-crypt/mit-krb5-appl: Stabilize 1.0.3-r4 sparc, #945617 (diff) | |
download | gentoo-183f372eb2309a6e27bec2b5047f3b3195b9a3fe.tar.gz gentoo-183f372eb2309a6e27bec2b5047f3b3195b9a3fe.tar.bz2 gentoo-183f372eb2309a6e27bec2b5047f3b3195b9a3fe.zip |
app-backup/btrbk: Stabilize 0.32.6-r2 arm, #945621
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/btrbk/btrbk-0.32.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.32.6-r2.ebuild b/app-backup/btrbk/btrbk-0.32.6-r2.ebuild index 66e00dd28638..f53e66ff6d29 100644 --- a/app-backup/btrbk/btrbk-0.32.6-r2.ebuild +++ b/app-backup/btrbk/btrbk-0.32.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" fi DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" |