summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/btrbk/btrbk-0.27.0.ebuild')
-rw-r--r--app-backup/btrbk/btrbk-0.27.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/btrbk/btrbk-0.27.0.ebuild b/app-backup/btrbk/btrbk-0.27.0.ebuild
index 42952039875c..169a41f77088 100644
--- a/app-backup/btrbk/btrbk-0.27.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.0.ebuild
@@ -9,10 +9,10 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/digint/btrbk.git"
inherit git-r3
SRC_URI=""
- KEYWORDS="x86"
+ KEYWORDS="amd64 x86"
else
SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm x86"
+ KEYWORDS="amd64 ~arm x86"
fi
DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"