diff options
author | 2007-03-16 17:28:56 +0000 | |
---|---|---|
committer | 2007-03-16 17:28:56 +0000 | |
commit | 7cccff64219752c2f94f183fb3063afd8daf5a81 (patch) | |
tree | 9e7126bdabe25e0fa5ba3cb0b82b13d7826f68e1 /sys-devel | |
parent | x86 stable wrt bug 166143 (diff) | |
download | gentoo-2-7cccff64219752c2f94f183fb3063afd8daf5a81.tar.gz gentoo-2-7cccff64219752c2f94f183fb3063afd8daf5a81.tar.bz2 gentoo-2-7cccff64219752c2f94f183fb3063afd8daf5a81.zip |
Stable on alpha wrt bug #164336
(Portage version: 2.1.2.2)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index e59242f1536d..205167a718d8 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.108 2007/03/04 23:33:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.109 2007/03/16 17:28:56 yoswink Exp $ + + 16 Mar 2007; Jose Luis Rivero <yoswink@gentoo.org> gdb-6.6.ebuild: + Stable on alpha wrt bug #164336 *gdb-6.6-r1 (04 Mar 2007) diff --git a/sys-devel/gdb/gdb-6.6.ebuild b/sys-devel/gdb/gdb-6.6.ebuild index e26a7b66abe0..883fb1d5ba24 100644 --- a/sys-devel/gdb/gdb-6.6.ebuild +++ b/sys-devel/gdb/gdb-6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6.ebuild,v 1.9 2007/02/21 18:19:21 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6.ebuild,v 1.10 2007/03/16 17:28:56 yoswink Exp $ inherit flag-o-matic eutils @@ -22,7 +22,7 @@ LICENSE="GPL-2 LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2" |