Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
Date: Tue, 12 Feb 2019 01:17:14
Message-Id: 1549934222.73fd7775fed43a1e995f0b9acd733d1ce6598cdb.blueness@gentoo
1 commit: 73fd7775fed43a1e995f0b9acd733d1ce6598cdb
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 12 01:16:38 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 12 01:17:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73fd7775
7
8 app-backup/borgbackup: 1.1.8 stable on amd64 and x86
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-backup/borgbackup/borgbackup-1.1.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-backup/borgbackup/borgbackup-1.1.8.ebuild b/app-backup/borgbackup/borgbackup-1.1.8.ebuild
17 index 15ee3092744..a4d863249ec 100644
18 --- a/app-backup/borgbackup/borgbackup-1.1.8.ebuild
19 +++ b/app-backup/borgbackup/borgbackup-1.1.8.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=6
26 @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then
27 inherit git-r3
28 else
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="amd64 x86"
32 fi
33
34 DESCRIPTION="Deduplicating backup program with compression and authenticated encryption"