From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5311113888F for ; Mon, 12 Oct 2015 16:37:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3185E07EB; Mon, 12 Oct 2015 16:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72BF0E07EB for ; Mon, 12 Oct 2015 16:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93CE734016B for ; Mon, 12 Oct 2015 16:37:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44314EF7 for ; Mon, 12 Oct 2015 16:37:38 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444667852.7a79de33ce600f92b0c1affc000eb0fd5b65e65f.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-7.10-r1.ebuild sys-devel/gdb/gdb-7.8.2.ebuild sys-devel/gdb/gdb-7.9.1.ebuild sys-devel/gdb/gdb-9999.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 7a79de33ce600f92b0c1affc000eb0fd5b65e65f X-VCS-Branch: master Date: Mon, 12 Oct 2015 16:37:38 +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: 4d06be84-3be9-4d56-8558-f4b510e5b196 X-Archives-Hash: a480c609acf1725f7c63fa03ef807d6a commit: 7a79de33ce600f92b0c1affc000eb0fd5b65e65f Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 12 16:35:34 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Oct 12 16:37:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a79de33 sys-devel/gdb: force disable guile for now #562902 This requires guile-2.x which is masked in the tree, so just disable it for all builds. If the scheme team ever gets around to releasing this, we can make it into a proper USE flag. sys-devel/gdb/gdb-7.10-r1.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.2.ebuild | 2 ++ sys-devel/gdb/gdb-7.9.1.ebuild | 2 ++ sys-devel/gdb/gdb-9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/sys-devel/gdb/gdb-7.10-r1.ebuild b/sys-devel/gdb/gdb-7.10-r1.ebuild index ec3031d..9e9dde1 100644 --- a/sys-devel/gdb/gdb-7.10-r1.ebuild +++ b/sys-devel/gdb/gdb-7.10-r1.ebuild @@ -143,6 +143,8 @@ src_configure() { --enable-64-bit-bfd --disable-install-libbfd --disable-install-libiberty + # Disable guile for now as it requires guile-2.x #562902 + --without-guile # This only disables building in the readline subdir. # For gdb itself, it'll use the system version. --disable-readline diff --git a/sys-devel/gdb/gdb-7.8.2.ebuild b/sys-devel/gdb/gdb-7.8.2.ebuild index 46bdbb4..8fe989b 100644 --- a/sys-devel/gdb/gdb-7.8.2.ebuild +++ b/sys-devel/gdb/gdb-7.8.2.ebuild @@ -128,6 +128,8 @@ src_configure() { --enable-64-bit-bfd --disable-install-libbfd --disable-install-libiberty + # Disable guile for now as it requires guile-2.x #562902 + --without-guile # This only disables building in the readline subdir. # For gdb itself, it'll use the system version. --disable-readline diff --git a/sys-devel/gdb/gdb-7.9.1.ebuild b/sys-devel/gdb/gdb-7.9.1.ebuild index 0f5a4d9..965d89b 100644 --- a/sys-devel/gdb/gdb-7.9.1.ebuild +++ b/sys-devel/gdb/gdb-7.9.1.ebuild @@ -142,6 +142,8 @@ src_configure() { --enable-64-bit-bfd --disable-install-libbfd --disable-install-libiberty + # Disable guile for now as it requires guile-2.x #562902 + --without-guile # This only disables building in the readline subdir. # For gdb itself, it'll use the system version. --disable-readline diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index ec3031d..9e9dde1 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -143,6 +143,8 @@ src_configure() { --enable-64-bit-bfd --disable-install-libbfd --disable-install-libiberty + # Disable guile for now as it requires guile-2.x #562902 + --without-guile # This only disables building in the readline subdir. # For gdb itself, it'll use the system version. --disable-readline