commit:     ddc1ddb8bf51e234d63c744d84eb306ecc6d2139
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 15:41:29 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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}

Reply via email to