commit:     2f39bfab630670b935d1b84961874b9f0d4a9fdb
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 13:54:05 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 13:54:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f39bfab

sys-devel/gdb: Fix missing "use" in 8.0 as well

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-devel/gdb/gdb-8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/gdb/gdb-8.0.ebuild b/sys-devel/gdb/gdb-8.0.ebuild
index be4e6f4f5f0..82503642289 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 )

Reply via email to