From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33E3E138334 for ; Sun, 14 Apr 2019 16:19:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4739FE092E; Sun, 14 Apr 2019 16:19:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 274FBE092E for ; Sun, 14 Apr 2019 16:19:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F9E6341101 for ; Sun, 14 Apr 2019 16:19:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2B5C594 for ; Sun, 14 Apr 2019 16:19:44 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1555258759.4cba1216422f4be172301ef17178a53224d34490.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/borgbackup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/borgbackup/borgbackup-1.1.9.ebuild X-VCS-Directories: app-backup/borgbackup/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 4cba1216422f4be172301ef17178a53224d34490 X-VCS-Branch: master Date: Sun, 14 Apr 2019 16:19:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6faf6585-69e6-4ca6-8140-fa7ce38f4fc1 X-Archives-Hash: 8eaa4bf8c87f6764ef884eec1373905e commit: 4cba1216422f4be172301ef17178a53224d34490 Author: Piotr Karbowski gentoo org> AuthorDate: Sun Apr 14 16:18:07 2019 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sun Apr 14 16:19:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cba1216 app-backup/borgbackup: 1.1.9: fixed msgpack version dependency 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 gentoo.org> app-backup/borgbackup/borgbackup-1.1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/borgbackup/borgbackup-1.1.9.ebuild b/app-backup/borgbackup/borgbackup-1.1.9.ebuild index f4df6c1d6de..850e42f523b 100644 --- a/app-backup/borgbackup/borgbackup-1.1.9.ebuild +++ b/app-backup/borgbackup/borgbackup-1.1.9.ebuild @@ -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= )