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 67D83138CC5 for ; Mon, 4 May 2015 08:34:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE0B9E0912; Mon, 4 May 2015 08:34:29 +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 5FF80E0912 for ; Mon, 4 May 2015 08:34:29 +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 0717D340B03 for ; Mon, 4 May 2015 08:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E1259A3 for ; Mon, 4 May 2015 08:34:24 +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: <1430727449.012051004a6df8518665c1aab2e72f030c88384c.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-6.6-r2.ebuild sys-devel/gdb/gdb-6.7.1-r3.ebuild sys-devel/gdb/gdb-6.8-r2.ebuild sys-devel/gdb/gdb-7.0.1.ebuild sys-devel/gdb/gdb-7.1.ebuild sys-devel/gdb/gdb-7.2.ebuild sys-devel/gdb/gdb-7.3.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 012051004a6df8518665c1aab2e72f030c88384c X-VCS-Branch: master Date: Mon, 4 May 2015 08:34:24 +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: 4a4a94b3-6b97-4528-991b-01874409f73e X-Archives-Hash: 3e548bac517ebc4b94190f4d37b382dc commit: 012051004a6df8518665c1aab2e72f030c88384c Author: Mike Frysinger gentoo org> AuthorDate: Mon May 4 08:17:29 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon May 4 08:17:29 2015 +0000 URL: https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=01205100 gdb: use SLOT=0 everywhere We stopped using SLOT=$CTARGET for cross-compiling a while ago; backport this to all versions still in the overlay. sys-devel/gdb/gdb-6.6-r2.ebuild | 4 +--- sys-devel/gdb/gdb-6.7.1-r3.ebuild | 4 +--- sys-devel/gdb/gdb-6.8-r2.ebuild | 4 +--- sys-devel/gdb/gdb-7.0.1.ebuild | 4 +--- sys-devel/gdb/gdb-7.1.ebuild | 4 +--- sys-devel/gdb/gdb-7.2.ebuild | 4 +--- sys-devel/gdb/gdb-7.3.ebuild | 4 +--- 7 files changed, 7 insertions(+), 21 deletions(-) diff --git a/sys-devel/gdb/gdb-6.6-r2.ebuild b/sys-devel/gdb/gdb-6.6-r2.ebuild index f72baed..c4a40f2 100644 --- a/sys-devel/gdb/gdb-6.6-r2.ebuild +++ b/sys-devel/gdb/gdb-6.6-r2.ebuild @@ -19,9 +19,7 @@ SRC_URI="mirror://gnu/gdb/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" LICENSE="GPL-2 LGPL-2" -[[ ${CTARGET} != ${CHOST} ]] \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="nls test vanilla" diff --git a/sys-devel/gdb/gdb-6.7.1-r3.ebuild b/sys-devel/gdb/gdb-6.7.1-r3.ebuild index c095bdd..6fe9588 100644 --- a/sys-devel/gdb/gdb-6.7.1-r3.ebuild +++ b/sys-devel/gdb/gdb-6.7.1-r3.ebuild @@ -19,9 +19,7 @@ SRC_URI="mirror://gnu/gdb/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" LICENSE="GPL-2 LGPL-2" -[[ ${CTARGET} != ${CHOST} ]] \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="nls test vanilla" diff --git a/sys-devel/gdb/gdb-6.8-r2.ebuild b/sys-devel/gdb/gdb-6.8-r2.ebuild index 2f1c628..7ae65dc 100644 --- a/sys-devel/gdb/gdb-6.8-r2.ebuild +++ b/sys-devel/gdb/gdb-6.8-r2.ebuild @@ -19,9 +19,7 @@ SRC_URI="mirror://gnu/gdb/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma" LICENSE="GPL-2 LGPL-2" -[[ ${CTARGET} != ${CHOST} ]] \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="expat multitarget nls test vanilla" diff --git a/sys-devel/gdb/gdb-7.0.1.ebuild b/sys-devel/gdb/gdb-7.0.1.ebuild index 7579a83..b59c27f 100644 --- a/sys-devel/gdb/gdb-7.0.1.ebuild +++ b/sys-devel/gdb/gdb-7.0.1.ebuild @@ -20,9 +20,7 @@ SRC_URI="mirror://gnu/gdb/${P}.tar.bz2 ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma}" LICENSE="GPL-2 LGPL-2" -is_cross \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="expat multitarget nls python test vanilla" diff --git a/sys-devel/gdb/gdb-7.1.ebuild b/sys-devel/gdb/gdb-7.1.ebuild index d1b5e93..4b1739a 100644 --- a/sys-devel/gdb/gdb-7.1.ebuild +++ b/sys-devel/gdb/gdb-7.1.ebuild @@ -20,9 +20,7 @@ SRC_URI="mirror://gnu/gdb/${P}.tar.bz2 ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.lzma}" LICENSE="GPL-2 LGPL-2" -is_cross \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="expat multitarget nls python test vanilla" diff --git a/sys-devel/gdb/gdb-7.2.ebuild b/sys-devel/gdb/gdb-7.2.ebuild index 52ee83b..19c32f8 100644 --- a/sys-devel/gdb/gdb-7.2.ebuild +++ b/sys-devel/gdb/gdb-7.2.ebuild @@ -37,9 +37,7 @@ fi SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" -is_cross \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd ~x64-macos ~x86-macos" IUSE="expat multitarget nls python test vanilla" diff --git a/sys-devel/gdb/gdb-7.3.ebuild b/sys-devel/gdb/gdb-7.3.ebuild index f9146de..eeb1b27 100644 --- a/sys-devel/gdb/gdb-7.3.ebuild +++ b/sys-devel/gdb/gdb-7.3.ebuild @@ -48,9 +48,7 @@ HOMEPAGE="http://sourceware.org/gdb/" SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz}" LICENSE="GPL-2 LGPL-2" -is_cross \ - && SLOT="${CTARGET}" \ - || SLOT="0" +SLOT="0" if [[ ${PV} != 9999* ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x64-macos ~x86-macos" fi