diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-30 08:33:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-30 08:33:55 +0200 |
commit | cb44031046b3e97f4f32e1433e9e49ffa96525f3 (patch) | |
tree | 1436c311a0336f9c90d495028023899e1969eed1 /app-backup | |
parent | app-crypt/rotix: x86 stable wrt bug #717476 (diff) | |
download | gentoo-cb44031046b3e97f4f32e1433e9e49ffa96525f3.tar.gz gentoo-cb44031046b3e97f4f32e1433e9e49ffa96525f3.tar.bz2 gentoo-cb44031046b3e97f4f32e1433e9e49ffa96525f3.zip |
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 <ago@gentoo.org>
Diffstat (limited to 'app-backup')
-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 23596e82881e..d824116df3a1 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" |