summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-01-23 16:35:22 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-01-23 16:35:22 +0300
commit81e3add13fb3744bdbf82c1b24211cdce93981fc (patch)
tree567b10a5c009af033b3ba681582259d425098167
parentdev-util/netsurf-buildsystem: arm stable wrt bug #674992 (diff)
downloadgentoo-81e3add13fb3744bdbf82c1b24211cdce93981fc.tar.gz
gentoo-81e3add13fb3744bdbf82c1b24211cdce93981fc.tar.bz2
gentoo-81e3add13fb3744bdbf82c1b24211cdce93981fc.zip
app-backup/btrbk: arm stable wrt bug #672766
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-backup/btrbk/btrbk-0.27.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/btrbk/btrbk-0.27.0.ebuild b/app-backup/btrbk/btrbk-0.27.0.ebuild
index 169a41f77088..370a76118129 100644
--- a/app-backup/btrbk/btrbk-0.27.0.ebuild
+++ b/app-backup/btrbk/btrbk-0.27.0.ebuild
@@ -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"