app-backup/borgbackup: 1.1.9: fixed msgpack version dependency
authorPiotr Karbowski <slashbeast@gentoo.org>
Sun, 14 Apr 2019 16:18:07 +0000 (18:18 +0200)
committerPiotr Karbowski <slashbeast@gentoo.org>
Sun, 14 Apr 2019 16:19:19 +0000 (18:19 +0200)
Currently borgbackup does not support msgpack other than 0.5.6, with
version checking hardcoded internally. The msgpack >=0.6 is supposed to
be supported in borgbackup-1.2 that is yet to be released.

Closes: https://bugs.gentoo.org/683012
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
app-backup/borgbackup/borgbackup-1.1.9.ebuild

index f4df6c1d6de5bde017f9ab0c6208626adf47cb79..850e42f523b22fd906522f1ad2e75e6c13282be4 100644 (file)
@@ -28,7 +28,7 @@ RDEPEND="
        app-arch/lz4
        virtual/acl
        dev-python/llfuse[${PYTHON_USEDEP}]
-       <=dev-python/msgpack-0.6.1[${PYTHON_USEDEP}]
+       =dev-python/msgpack-0.5.6[${PYTHON_USEDEP}]
        dev-python/pyzmq[${PYTHON_USEDEP}]
        !libressl? ( dev-libs/openssl:0= )
        libressl? ( dev-libs/libressl:0= )