Skip to content

Commit

Permalink
app-backup/borgbackup: Restrict msgpack version
Browse files Browse the repository at this point in the history
Otherwise it'll refuse to run.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick Lauer <[email protected]>
  • Loading branch information
patricklauer committed Apr 13, 2019
1 parent 879a1b1 commit a4116f3
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[${PYTHON_USEDEP}]
<=dev-python/msgpack-0.6.1[${PYTHON_USEDEP}]
dev-python/pyzmq[${PYTHON_USEDEP}]
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
Expand Down

0 comments on commit a4116f3

Please sign in to comment.