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 87F3A1396D0 for ; Wed, 4 Oct 2017 13:54:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B354C2BC001; Wed, 4 Oct 2017 13:54:23 +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 965A32BC001 for ; Wed, 4 Oct 2017 13:54:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 801463416BD for ; Wed, 4 Oct 2017 13:54:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4603D746E for ; Wed, 4 Oct 2017 13:54:21 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1507125245.2f39bfab630670b935d1b84961874b9f0d4a9fdb.mrueg@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.0.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 2f39bfab630670b935d1b84961874b9f0d4a9fdb X-VCS-Branch: master Date: Wed, 4 Oct 2017 13:54:21 +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: b03d1cca-65c8-4135-a0bc-090f5092ccce X-Archives-Hash: 9aa98c0a58a1527a840de82bb21b2dfe commit: 2f39bfab630670b935d1b84961874b9f0d4a9fdb Author: Manuel Rüger gentoo org> AuthorDate: Wed Oct 4 13:54:05 2017 +0000 Commit: Manuel Rüger gentoo 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 )