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 378F7138334 for ; Thu, 7 Mar 2019 09:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E96A1E0845; Thu, 7 Mar 2019 09:21:32 +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 BF109E0845 for ; Thu, 7 Mar 2019 09:21:32 +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 A94AD335CE9 for ; Thu, 7 Mar 2019 09:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E180052B for ; Thu, 7 Mar 2019 09:21:28 +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: <1551950459.c2b1b71d5c03be2be1e279b75e1a47ecdf32a0bc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libalkimia/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libalkimia/libalkimia-7.0.2-r1.ebuild X-VCS-Directories: app-office/libalkimia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c2b1b71d5c03be2be1e279b75e1a47ecdf32a0bc X-VCS-Branch: master Date: Thu, 7 Mar 2019 09:21:28 +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: c63b98e3-5791-4dbd-9520-18fd9d8037c6 X-Archives-Hash: 9c10dcf27fa97f7350de0dd4deefde80 commit: c2b1b71d5c03be2be1e279b75e1a47ecdf32a0bc Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 08:44:26 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 09:20:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b1b71d app-office/libalkimia: DEPEND on mpir[cxx] Closes: https://bugs.gentoo.org/679600 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-office/libalkimia/libalkimia-7.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild b/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild index 0a98623bb7b..b0dbf45ff89 100644 --- a/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild +++ b/app-office/libalkimia/libalkimia-7.0.2-r1.ebuild @@ -24,7 +24,7 @@ BDEPEND=" " DEPEND=" $(add_qt_dep qtdbus) - !gmp? ( sci-libs/mpir:= ) + !gmp? ( sci-libs/mpir:=[cxx] ) gmp? ( dev-libs/gmp:0=[cxx] ) " RDEPEND="${DEPEND}"