diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-04 04:17:29 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-04 04:17:29 -0400 |
commit | 012051004a6df8518665c1aab2e72f030c88384c (patch) | |
tree | 13235cceefdc6b271ceda1a96ab05462353e39cf /sys-devel/gdb/gdb-6.6-r2.ebuild | |
parent | gdb: drop duplicate ebuilds for this $PV (diff) | |
download | toolchain-012051004a6df8518665c1aab2e72f030c88384c.tar.gz toolchain-012051004a6df8518665c1aab2e72f030c88384c.tar.bz2 toolchain-012051004a6df8518665c1aab2e72f030c88384c.zip |
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.
Diffstat (limited to 'sys-devel/gdb/gdb-6.6-r2.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-6.6-r2.ebuild | 4 |
1 files changed, 1 insertions, 3 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" |