Skip to content

Commit

Permalink
app-backup/borgbackup: 1.1.8: fixed msgpack version dependency.
Browse files Browse the repository at this point in the history
This is the same fix that has been applied to 1.1.9, as reported on bug
683012.

Bug: https://bugs.gentoo.org/683012
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Piotr Karbowski <[email protected]>
  • Loading branch information
Piotr Karbowski committed Jun 15, 2019
1 parent 6f0f6dc commit 282560f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backup/borgbackup/borgbackup-1.1.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RDEPEND="
app-arch/lz4
virtual/acl
dev-python/llfuse[${PYTHON_USEDEP}]
dev-python/msgpack[${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= )
Expand Down

0 comments on commit 282560f

Please sign in to comment.