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 5862B138350 for ; Sat, 21 Mar 2020 17:44:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 762B8E093D; Sat, 21 Mar 2020 17:44:04 +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 290A1E093D for ; Sat, 21 Mar 2020 17:44:04 +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 1697234F1E1 for ; Sat, 21 Mar 2020 17:44:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89B0190 for ; Sat, 21 Mar 2020 17:44:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584812623.1fd02825ae9f3dabca85f0bd4ac3b7dcc91d4906.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liborcus/liborcus-0.14.1-r1.ebuild X-VCS-Directories: dev-libs/liborcus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1fd02825ae9f3dabca85f0bd4ac3b7dcc91d4906 X-VCS-Branch: master Date: Sat, 21 Mar 2020 17:44:00 +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: 137fe6a3-404a-4537-971e-994ea42ae879 X-Archives-Hash: 571bbb8a5f5f2febc44b0bb98590371f commit: 1fd02825ae9f3dabca85f0bd4ac3b7dcc91d4906 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 21 17:43:43 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 17:43:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd02825 dev-libs/liborcus: Pin to dev-util/mdds-1.4* Closes: https://bugs.gentoo.org/713824 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/liborcus/liborcus-0.14.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/liborcus/liborcus-0.14.1-r1.ebuild b/dev-libs/liborcus/liborcus-0.14.1-r1.ebuild index e196b90a10d..6b4853cb82e 100644 --- a/dev-libs/liborcus/liborcus-0.14.1-r1.ebuild +++ b/dev-libs/liborcus/liborcus-0.14.1-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= ) " DEPEND="${RDEPEND} - >=dev-util/mdds-1.4.1:1 + =dev-util/mdds-1.4*:1 " REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"