Skip to content

Commit

Permalink
app-backup/borgbackup: 1.1.9: fixed msgpack version dependency
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Piotr Karbowski committed Apr 14, 2019
1 parent dcf50bb commit 4cba121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backup/borgbackup/borgbackup-1.1.9.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-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= )
Expand Down

0 comments on commit 4cba121

Please sign in to comment.