diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-26 19:42:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-26 19:42:55 +0200 |
commit | a68d5e533d8a9bb5d28915b15ef1cd30bf4908a2 (patch) | |
tree | ac88f1de6b2c80993130651e6a2100a73147451a /app-backup/btrbk | |
parent | app-crypt/rotix: amd64 stable wrt bug #717476 (diff) | |
download | gentoo-a68d5e533d8a9bb5d28915b15ef1cd30bf4908a2.tar.gz gentoo-a68d5e533d8a9bb5d28915b15ef1cd30bf4908a2.tar.bz2 gentoo-a68d5e533d8a9bb5d28915b15ef1cd30bf4908a2.zip |
app-backup/btrbk: amd64 stable wrt bug #719124
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-backup/btrbk')
-rw-r--r-- | app-backup/btrbk/btrbk-0.29.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/btrbk/btrbk-0.29.1.ebuild b/app-backup/btrbk/btrbk-0.29.1.ebuild index 73afd3da3703..c89e18ac6c45 100644 --- a/app-backup/btrbk/btrbk-0.29.1.ebuild +++ b/app-backup/btrbk/btrbk-0.29.1.ebuild @@ -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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~x86" fi DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes" |