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 DDD8B138350 for ; Sat, 21 Mar 2020 17:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EAF5E0934; 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 DEF2FE0934 for ; Sat, 21 Mar 2020 17:44:03 +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 93D7134F1CE for ; Sat, 21 Mar 2020 17:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 951E2101 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: <1584812608.cbc99d5944cc5ff2a88f8fc7a9d563b2abc0c758.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libixion/libixion-0.14.1.ebuild X-VCS-Directories: dev-libs/libixion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cbc99d5944cc5ff2a88f8fc7a9d563b2abc0c758 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: ff6f0cb3-1d37-488b-90ab-5e35914e540e X-Archives-Hash: 6c550ba212c40b5dbec44ef7ca5fa96b commit: cbc99d5944cc5ff2a88f8fc7a9d563b2abc0c758 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 21 17:43:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 21 17:43:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc99d59 dev-libs/libixion: 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/libixion/libixion-0.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libixion/libixion-0.14.1.ebuild b/dev-libs/libixion/libixion-0.14.1.ebuild index b939aad2393..808b0ec9566 100644 --- a/dev-libs/libixion/libixion-0.14.1.ebuild +++ b/dev-libs/libixion/libixion-0.14.1.ebuild @@ -25,7 +25,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" dev-libs/boost:= - >=dev-util/mdds-1.4.1:1= + =dev-util/mdds-1.4*:1 python? ( ${PYTHON_DEPS} ) " RDEPEND="${DEPEND}"