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 CDD2B138335 for ; Sun, 16 Sep 2018 22:34:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DDC1E0AC4; Sun, 16 Sep 2018 22:34:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 65B87E0ABA for ; Sun, 16 Sep 2018 22:34:41 +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 90DFF335CD5 for ; Sun, 16 Sep 2018 22:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAC63D9 for ; Sun, 16 Sep 2018 22:34:37 +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: <1537136953.7f735722d975411ffa8b780b0465cbd03d8de6ed.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.13.0.ebuild X-VCS-Directories: dev-libs/libixion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7f735722d975411ffa8b780b0465cbd03d8de6ed X-VCS-Branch: master Date: Sun, 16 Sep 2018 22:34:37 +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-Archives-Salt: 33ad3f1d-be4e-4911-afc7-5e86fe4f037d X-Archives-Hash: 4ac55516933dc944663edb23a9de4818 commit: 7f735722d975411ffa8b780b0465cbd03d8de6ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 16 21:09:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 16 22:29:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f735722 dev-libs/libixion: Pin dev-util/mdds DEPEND to 1.3* Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/libixion/libixion-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libixion/libixion-0.13.0.ebuild b/dev-libs/libixion/libixion-0.13.0.ebuild index ba41158d8f2..9059d4be086 100644 --- a/dev-libs/libixion/libixion-0.13.0.ebuild +++ b/dev-libs/libixion/libixion-0.13.0.ebuild @@ -26,7 +26,7 @@ RDEPEND=" python? ( ${PYTHON_DEPS} ) " DEPEND="${RDEPEND} - >=dev-util/mdds-1.2.0:1= + =dev-util/mdds-1.3*:1= " REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"