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 EB21913888F for ; Mon, 12 Oct 2015 16:36:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 370E9E07EB; Mon, 12 Oct 2015 16:36:58 +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 C2F66E07EB for ; Mon, 12 Oct 2015 16:36:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3830F33FE7D for ; Mon, 12 Oct 2015 16:36:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA7DCEF7 for ; Mon, 12 Oct 2015 16:36:53 +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: <1444667797.8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8.vapier@gentoo> Subject: [gentoo-commits] proj/toolchain:master commit in: sys-devel/gdb/ X-VCS-Repository: proj/toolchain X-VCS-Files: sys-devel/gdb/gdb-7.8.1.ebuild sys-devel/gdb/gdb-7.8.50.20141209.ebuild sys-devel/gdb/gdb-7.8.50.20141216.ebuild sys-devel/gdb/gdb-7.8.50.20141223.ebuild sys-devel/gdb/gdb-7.8.50.20141231.ebuild sys-devel/gdb/gdb-7.8.50.20150106.ebuild sys-devel/gdb/gdb-7.8.50.20150113.ebuild sys-devel/gdb/gdb-7.8.ebuild sys-devel/gdb/gdb-7.9.50.20150616.ebuild sys-devel/gdb/gdb-7.9.50.20150623.ebuild sys-devel/gdb/gdb-7.9.50.20150630.ebuild sys-devel/gdb/gdb-7.9.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8 X-VCS-Branch: master Date: Mon, 12 Oct 2015 16:36:53 +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: e234a129-e933-4a2a-89fe-0408fe1404fc X-Archives-Hash: 233015749ade50ba2d5e35a219611bb9 commit: 8060f12710bd38a5aa7bfc9dbf7e75c80e9d7ef8 Author: Mike Frysinger gentoo org> AuthorDate: Mon Oct 12 16:36:23 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Oct 12 16:36:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=8060f127 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.8.1.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.50.20141209.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.50.20141216.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.50.20141223.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.50.20141231.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.50.20150106.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.50.20150113.ebuild | 2 ++ sys-devel/gdb/gdb-7.8.ebuild | 2 ++ sys-devel/gdb/gdb-7.9.50.20150616.ebuild | 2 ++ sys-devel/gdb/gdb-7.9.50.20150623.ebuild | 2 ++ sys-devel/gdb/gdb-7.9.50.20150630.ebuild | 2 ++ sys-devel/gdb/gdb-7.9.ebuild | 2 ++ 12 files changed, 24 insertions(+) diff --git a/sys-devel/gdb/gdb-7.8.1.ebuild b/sys-devel/gdb/gdb-7.8.1.ebuild index 4c8d295..c8ca8f7 100644 --- a/sys-devel/gdb/gdb-7.8.1.ebuild +++ b/sys-devel/gdb/gdb-7.8.1.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.8.50.20141209.ebuild b/sys-devel/gdb/gdb-7.8.50.20141209.ebuild index a4c3441..159933a 100644 --- a/sys-devel/gdb/gdb-7.8.50.20141209.ebuild +++ b/sys-devel/gdb/gdb-7.8.50.20141209.ebuild @@ -118,6 +118,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.50.20141216.ebuild b/sys-devel/gdb/gdb-7.8.50.20141216.ebuild index a4c3441..159933a 100644 --- a/sys-devel/gdb/gdb-7.8.50.20141216.ebuild +++ b/sys-devel/gdb/gdb-7.8.50.20141216.ebuild @@ -118,6 +118,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.50.20141223.ebuild b/sys-devel/gdb/gdb-7.8.50.20141223.ebuild index a4c3441..159933a 100644 --- a/sys-devel/gdb/gdb-7.8.50.20141223.ebuild +++ b/sys-devel/gdb/gdb-7.8.50.20141223.ebuild @@ -118,6 +118,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.50.20141231.ebuild b/sys-devel/gdb/gdb-7.8.50.20141231.ebuild index 25b9b08..9948464 100644 --- a/sys-devel/gdb/gdb-7.8.50.20141231.ebuild +++ b/sys-devel/gdb/gdb-7.8.50.20141231.ebuild @@ -126,6 +126,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.50.20150106.ebuild b/sys-devel/gdb/gdb-7.8.50.20150106.ebuild index 25b9b08..9948464 100644 --- a/sys-devel/gdb/gdb-7.8.50.20150106.ebuild +++ b/sys-devel/gdb/gdb-7.8.50.20150106.ebuild @@ -126,6 +126,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.50.20150113.ebuild b/sys-devel/gdb/gdb-7.8.50.20150113.ebuild index 25b9b08..9948464 100644 --- a/sys-devel/gdb/gdb-7.8.50.20150113.ebuild +++ b/sys-devel/gdb/gdb-7.8.50.20150113.ebuild @@ -126,6 +126,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.ebuild b/sys-devel/gdb/gdb-7.8.ebuild index 1174ed8..d2985f2 100644 --- a/sys-devel/gdb/gdb-7.8.ebuild +++ b/sys-devel/gdb/gdb-7.8.ebuild @@ -121,6 +121,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.50.20150616.ebuild b/sys-devel/gdb/gdb-7.9.50.20150616.ebuild index 25b9b08..9948464 100644 --- a/sys-devel/gdb/gdb-7.9.50.20150616.ebuild +++ b/sys-devel/gdb/gdb-7.9.50.20150616.ebuild @@ -126,6 +126,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.50.20150623.ebuild b/sys-devel/gdb/gdb-7.9.50.20150623.ebuild index 25b9b08..9948464 100644 --- a/sys-devel/gdb/gdb-7.9.50.20150623.ebuild +++ b/sys-devel/gdb/gdb-7.9.50.20150623.ebuild @@ -126,6 +126,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.50.20150630.ebuild b/sys-devel/gdb/gdb-7.9.50.20150630.ebuild index 25b9b08..9948464 100644 --- a/sys-devel/gdb/gdb-7.9.50.20150630.ebuild +++ b/sys-devel/gdb/gdb-7.9.50.20150630.ebuild @@ -126,6 +126,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.ebuild b/sys-devel/gdb/gdb-7.9.ebuild index 909d323..fd99675 100644 --- a/sys-devel/gdb/gdb-7.9.ebuild +++ b/sys-devel/gdb/gdb-7.9.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