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 C9B41138334 for ; Sun, 24 Jun 2018 12:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1DFEE0893; Sun, 24 Jun 2018 12:10:59 +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 AC8A5E0893 for ; Sun, 24 Jun 2018 12:10:59 +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 7908C335CA7 for ; Sun, 24 Jun 2018 12:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93C662D7 for ; Sun, 24 Jun 2018 12:10:56 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1529842216.829eca3960fea9ccfa3ba6ba12852f25391f01fe.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpc/mpc-1.0.2-r1.ebuild dev-libs/mpc/mpc-1.0.3.ebuild X-VCS-Directories: dev-libs/mpc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 829eca3960fea9ccfa3ba6ba12852f25391f01fe X-VCS-Branch: master Date: Sun, 24 Jun 2018 12:10:56 +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: 5905e67a-d399-41c3-a2d7-48d0412ce597 X-Archives-Hash: a14c2bc0f2f3baf15be0a06a28d06df6 commit: 829eca3960fea9ccfa3ba6ba12852f25391f01fe Author: Matthias Maier gentoo org> AuthorDate: Sun Jun 24 12:05:21 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jun 24 12:10:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829eca39 dev-libs/mpc: fix dependencies Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --force dev-libs/mpc/mpc-1.0.2-r1.ebuild | 3 ++- dev-libs/mpc/mpc-1.0.3.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/mpc/mpc-1.0.2-r1.ebuild b/dev-libs/mpc/mpc-1.0.2-r1.ebuild index ff52574def9..cdd3af68a05 100644 --- a/dev-libs/mpc/mpc-1.0.2-r1.ebuild +++ b/dev-libs/mpc/mpc-1.0.2-r1.ebuild @@ -15,7 +15,8 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 IUSE="static-libs" DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?] - >=dev-libs/mpfr-2.4.2[${MULTILIB_USEDEP},static-libs?]" + >=dev-libs/mpfr-2.4.2[${MULTILIB_USEDEP},static-libs?] + =dev-libs/mpfr-2.4.2[${MULTILIB_USEDEP},static-libs?] +