app-backup/btrbk: arm stable wrt bug #672766
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 23 Jan 2019 13:35:22 +0000 (16:35 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 23 Jan 2019 13:35:22 +0000 (16:35 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

app-backup/btrbk/btrbk-0.27.0.ebuild

index 169a41f77088de7186006c19c3918746fd4ba4eb..370a76118129996a12c8db833036d522772063bc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,10 +9,10 @@ if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="https://github.com/digint/btrbk.git"
        inherit git-r3
        SRC_URI=""
-       KEYWORDS="amd64 x86"
+       KEYWORDS="amd64 arm 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"