From: Manuel RĂ¼ger Date: Wed, 4 Oct 2017 13:54:05 +0000 (+0200) Subject: sys-devel/gdb: Fix missing "use" in 8.0 as well X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2f39bfab630670b935d1b84961874b9f0d4a9fdb;p=gentoo.git sys-devel/gdb: Fix missing "use" in 8.0 as well Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/sys-devel/gdb/gdb-8.0.ebuild b/sys-devel/gdb/gdb-8.0.ebuild index be4e6f4f5f09..825036422890 100644 --- a/sys-devel/gdb/gdb-8.0.ebuild +++ b/sys-devel/gdb/gdb-8.0.ebuild @@ -164,7 +164,7 @@ src_configure() { $(use_with python python "${EPYTHON}") ) fi - if use sparc-solaris || x86-solaris ; then + if use sparc-solaris || use x86-solaris ; then # disable largefile support # https://sourceware.org/ml/gdb-patches/2014-12/msg00058.html myconf+=( --disable-largefile )