diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-29 16:10:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-29 16:10:17 +0000 |
commit | c1893edf173afaa27230e4cdc7150e7e1f6a28b3 (patch) | |
tree | c8976dec745498fd61482920e9bafcf60b99b4be /sys-devel/gdb | |
parent | Disabled the proteus useflag for now since the fltk gui seems fairly broken a... (diff) | |
download | gentoo-2-c1893edf173afaa27230e4cdc7150e7e1f6a28b3.tar.gz gentoo-2-c1893edf173afaa27230e4cdc7150e7e1f6a28b3.tar.bz2 gentoo-2-c1893edf173afaa27230e4cdc7150e7e1f6a28b3.zip |
x86 stable wrt bug 164336
(Portage version: 2.1.2-r5)
Diffstat (limited to 'sys-devel/gdb')
-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 c5d2906d6da6..f61d65df8875 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.101 2007/01/29 10:45:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.102 2007/01/29 16:10:17 armin76 Exp $ + + 29 Jan 2007; Raúl Porcel <armin76@gentoo.org> gdb-6.6.ebuild: + x86 stable wrt bug 164336 29 Jan 2007; Luca Barbato <lu_zero@gentoo.org> gdb-6.6.ebuild: Marked ppc diff --git a/sys-devel/gdb/gdb-6.6.ebuild b/sys-devel/gdb/gdb-6.6.ebuild index 25eb7f9bbfaf..5534d226e604 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.3 2007/01/29 10:45:38 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6.ebuild,v 1.4 2007/01/29 16:10:17 armin76 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" |