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 8193A138334 for ; Sat, 23 Jun 2018 15:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78442E0819; Sat, 23 Jun 2018 15:43:39 +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 4EBB1E0819 for ; Sat, 23 Jun 2018 15:43:37 +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 3DB9D335C8A for ; Sat, 23 Jun 2018 15:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEC5D2E0 for ; Sat, 23 Jun 2018 15:43:33 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1529768597.ddc1ddb8bf51e234d63c744d84eb306ecc6d2139.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-8.1-r1.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: ddc1ddb8bf51e234d63c744d84eb306ecc6d2139 X-VCS-Branch: master Date: Sat, 23 Jun 2018 15:43:33 +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: 9541059c-6d95-4215-9c62-f435c7797812 X-Archives-Hash: ae5680e505ad22ff01258733fd53e421 commit: ddc1ddb8bf51e234d63c744d84eb306ecc6d2139 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 23 15:41:29 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jun 23 15:43:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddc1ddb8 sys-devel/gdb: Add dependency on dev-libs/mpfr Closes: https://bugs.gentoo.org/652146 Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-devel/gdb/gdb-8.1-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-devel/gdb/gdb-8.1-r1.ebuild b/sys-devel/gdb/gdb-8.1-r1.ebuild index 6c7a856e418..a59527b86c9 100644 --- a/sys-devel/gdb/gdb-8.1-r1.ebuild +++ b/sys-devel/gdb/gdb-8.1-r1.ebuild @@ -68,7 +68,9 @@ REQUIRED_USE=" || ( client server ) " -RDEPEND="server? ( !dev-util/gdbserver ) +RDEPEND=" + dev-libs/mpfr:= + server? ( !dev-util/gdbserver ) client? ( >=sys-libs/ncurses-5.2-r2:0= sys-libs/readline:0= @@ -117,6 +119,7 @@ src_configure() { local myconf=( --with-pkgversion="$(gdb_branding)" --with-bugurl='https://bugs.gentoo.org/' + --with-mpfr --disable-werror # Disable modules that are in a combined binutils/gdb tree. #490566 --disable-{binutils,etc,gas,gold,gprof,ld}