From cb44031046b3e97f4f32e1433e9e49ffa96525f3 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Tue, 30 Jun 2020 08:33:55 +0200 Subject: [PATCH] app-backup/btrbk: x86 stable wrt bug #719124 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo --- app-backup/btrbk/btrbk-0.29.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/btrbk/btrbk-0.29.1.ebuild b/app-backup/btrbk/btrbk-0.29.1.ebuild index 23596e82881ef..d824116df3a13 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"