Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/
Date: Sun, 30 Jul 2017 09:48:05
Message-Id: 1501408072.29b5dc0984e380bf201af7fca70740677fe043d2.soap@gentoo
1 commit: 29b5dc0984e380bf201af7fca70740677fe043d2
2 Author: Rainer Hihn <hihn.rainer <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 30 08:35:23 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:47:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b5dc09
7
8 app-backup/borgbackup: Added dev-python/pyzmq to RPDEPEND
9
10 Closes: https://github.com/gentoo/gentoo/pull/5240
11
12 app-backup/borgbackup/borgbackup-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild b/app-backup/borgbackup/borgbackup-9999.ebuild
16 index 27907669fe9..a1f508fb654 100644
17 --- a/app-backup/borgbackup/borgbackup-9999.ebuild
18 +++ b/app-backup/borgbackup/borgbackup-9999.ebuild
19 @@ -22,7 +22,7 @@ LICENSE="BSD"
20 SLOT="0"
21 IUSE="libressl +fuse"
22
23 -# Unformately we have a file conflict with app-office/borg, bug #580402
24 +# Unfortunately we have a file conflict with app-office/borg, bug #580402
25 RDEPEND="
26 !!app-office/borg
27 app-arch/lz4
28 @@ -30,6 +30,7 @@ RDEPEND="
29 !libressl? ( dev-libs/openssl:0= )
30 libressl? ( dev-libs/libressl:0= )
31 fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
32 + dev-python/pyzmq[${PYTHON_USEDEP}]
33 "
34
35 DEPEND="