Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/
Date: Wed, 23 Jan 2019 13:42:04
Message-Id: 1548250522.81e3add13fb3744bdbf82c1b24211cdce93981fc.zlogene@gentoo
1 commit: 81e3add13fb3744bdbf82c1b24211cdce93981fc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 13:35:22 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 13:35:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e3add1
7
8 app-backup/btrbk: arm stable wrt bug #672766
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-backup/btrbk/btrbk-0.27.0.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-backup/btrbk/btrbk-0.27.0.ebuild b/app-backup/btrbk/btrbk-0.27.0.ebuild
17 index 169a41f7708..370a7611812 100644
18 --- a/app-backup/btrbk/btrbk-0.27.0.ebuild
19 +++ b/app-backup/btrbk/btrbk-0.27.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,10 +9,10 @@ if [[ ${PV} == "9999" ]] ; then
27 EGIT_REPO_URI="https://github.com/digint/btrbk.git"
28 inherit git-r3
29 SRC_URI=""
30 - KEYWORDS="amd64 x86"
31 + KEYWORDS="amd64 arm x86"
32 else
33 SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
34 - KEYWORDS="amd64 ~arm x86"
35 + KEYWORDS="amd64 arm x86"
36 fi
37
38 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"