diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-11 19:40:06 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-04-11 19:40:06 +0000 |
commit | c480e370de914f2ecccacfcf4bce3be0b71ceb48 (patch) | |
tree | 80faaa3f5e10472059a18d146424c70a0036f337 /sys-devel | |
parent | Use doenvd for bug #173884. (diff) | |
download | gentoo-2-c480e370de914f2ecccacfcf4bce3be0b71ceb48.tar.gz gentoo-2-c480e370de914f2ecccacfcf4bce3be0b71ceb48.tar.bz2 gentoo-2-c480e370de914f2ecccacfcf4bce3be0b71ceb48.zip |
ppc stable, bug #144833
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 4c554e4aa761..9f178c4da2db 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.117 2007/04/10 14:21:09 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.118 2007/04/11 19:40:06 dertobi123 Exp $ + + 11 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> gdb-6.6-r2.ebuild: + ppc stable, bug #144833 10 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org> gdb-6.6-r2.ebuild: alpha stable wrt security bug #144833 diff --git a/sys-devel/gdb/gdb-6.6-r2.ebuild b/sys-devel/gdb/gdb-6.6-r2.ebuild index cf08634c1a7d..05f7b8b8c1be 100644 --- a/sys-devel/gdb/gdb-6.6-r2.ebuild +++ b/sys-devel/gdb/gdb-6.6-r2.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-r2.ebuild,v 1.8 2007/04/10 14:21:09 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.6-r2.ebuild,v 1.9 2007/04/11 19:40:06 dertobi123 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" |