diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-08-11 08:43:16 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-08-11 08:43:16 +0200 |
commit | 1e5451248389bff05a7c0363467eafc459b73ac2 (patch) | |
tree | 624f8e7e3e0416923c020a6dcf97e0cef8c64c86 | |
parent | media-sound/ardour: x86 stable wrt bug #806812 (diff) | |
download | gentoo-1e5451248389bff05a7c0363467eafc459b73ac2.tar.gz gentoo-1e5451248389bff05a7c0363467eafc459b73ac2.tar.bz2 gentoo-1e5451248389bff05a7c0363467eafc459b73ac2.zip |
app-backup/btrbk: x86 stable wrt bug #806962
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | app-backup/btrbk/btrbk-0.31.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/btrbk/btrbk-0.31.2.ebuild b/app-backup/btrbk/btrbk-0.31.2.ebuild index d849b41fb4e9..769c2a4aee99 100644 --- a/app-backup/btrbk/btrbk-0.31.2.ebuild +++ b/app-backup/btrbk/btrbk-0.31.2.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" |