Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/btrbk/
Date: Sun, 29 Oct 2017 21:08:20
Message-Id: 1509311262.21f3ba1a06037967a6f915a97387998c14db483b.whissi@gentoo
1 commit: 21f3ba1a06037967a6f915a97387998c14db483b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 29 20:08:17 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 21:07:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21f3ba1a
7
8 app-backup/btrbk: x86 stable (bug #630892)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 app-backup/btrbk/btrbk-0.25.1-r1.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
16 index 10a44f3e713..50e618cfa46 100644
17 --- a/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
18 +++ b/app-backup/btrbk/btrbk-0.25.1-r1.ebuild
19 @@ -9,10 +9,9 @@ if [[ ${PV} == "9999" ]] ; then
20 EGIT_REPO_URI="git://dev.tty0.ch/btrbk.git"
21 inherit git-r3
22 SRC_URI=""
23 - KEYWORDS=""
24 else
25 SRC_URI="https://digint.ch/download/btrbk/releases/${P}.tar.xz"
26 - KEYWORDS="~amd64 ~arm ~x86"
27 + KEYWORDS="~amd64 ~arm x86"
28 fi
29
30 DESCRIPTION="Tool for creating snapshots and remote backups of btrfs subvolumes"