commit:     29b5dc0984e380bf201af7fca70740677fe043d2
Author:     Rainer Hihn <hihn.rainer <AT> gmail <DOT> com>
AuthorDate: Sun Jul 30 08:35:23 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:47:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b5dc09

app-backup/borgbackup: Added dev-python/pyzmq to RPDEPEND

Closes: https://github.com/gentoo/gentoo/pull/5240

 app-backup/borgbackup/borgbackup-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-backup/borgbackup/borgbackup-9999.ebuild 
b/app-backup/borgbackup/borgbackup-9999.ebuild
index 27907669fe9..a1f508fb654 100644
--- a/app-backup/borgbackup/borgbackup-9999.ebuild
+++ b/app-backup/borgbackup/borgbackup-9999.ebuild
@@ -22,7 +22,7 @@ LICENSE="BSD"
 SLOT="0"
 IUSE="libressl +fuse"
 
-# Unformately we have a file conflict with app-office/borg, bug #580402
+# Unfortunately we have a file conflict with app-office/borg, bug #580402
 RDEPEND="
        !!app-office/borg
        app-arch/lz4
@@ -30,6 +30,7 @@ RDEPEND="
        !libressl? ( dev-libs/openssl:0= )
        libressl? ( dev-libs/libressl:0= )
        fuse? ( dev-python/llfuse[${PYTHON_USEDEP}] )
+       dev-python/pyzmq[${PYTHON_USEDEP}]
 "
 
 DEPEND="

Reply via email to