app-backup/borgbackup: Added dev-python/pyzmq to RPDEPEND
authorRainer Hihn <hihn.rainer@gmail.com>
Sun, 30 Jul 2017 08:35:23 +0000 (10:35 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 30 Jul 2017 09:47:52 +0000 (11:47 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5240

app-backup/borgbackup/borgbackup-9999.ebuild

index 27907669fe929771fee9bdedd7f37af30b759d8e..a1f508fb654bbf122366bcf8ea4cd7944222757e 100644 (file)
@@ -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="