Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/
Date: Fri, 10 Feb 2017 01:56:29
Message-Id: 1486691775.aae1ed6cd51f479114541bc72bfa88b5cb25414a.xmw@gentoo
1 commit: aae1ed6cd51f479114541bc72bfa88b5cb25414a
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 10 01:38:59 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 10 01:56:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae1ed6c
7
8 app-backup/btrbk: arm stable (bug 592054).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-backup/btrbk/btrbk-0.24.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-backup/btrbk/btrbk-0.24.0.ebuild b/app-backup/btrbk/btrbk-0.24.0.ebuild
16 index 89790d6eae..bbb424f081 100644
17 --- a/app-backup/btrbk/btrbk-0.24.0.ebuild
18 +++ b/app-backup/btrbk/btrbk-0.24.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
26 KEYWORDS=""
27 else
28 SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
29 - KEYWORDS="amd64 ~arm x86"
30 + KEYWORDS="amd64 arm x86"
31 fi
32
33 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"