diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-06 09:32:04 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-05-06 09:32:04 +0000 |
commit | 8b36f6dfbc567281f46752a6759721a52cc0357f (patch) | |
tree | 7fb448e42c6c9544df881befb3bfd3c169a5cc83 /sys-devel/gdb | |
parent | Newer versions of PHP 5 require a newer version of cURL. (diff) | |
download | gentoo-2-8b36f6dfbc567281f46752a6759721a52cc0357f.tar.gz gentoo-2-8b36f6dfbc567281f46752a6759721a52cc0357f.tar.bz2 gentoo-2-8b36f6dfbc567281f46752a6759721a52cc0357f.zip |
Stable on hppa.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index bc6fde0e07c6..79d333d3ab06 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.68 2005/05/06 07:34:01 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.69 2005/05/06 09:32:04 hansmi Exp $ + + 06 May 2005; Michael Hanselmann <hansmi@gentoo.org> gdb-6.3-r3.ebuild: + Stable on hppa. 06 May 2005; Michael Hanselmann <hansmi@gentoo.org> gdb-6.3-r3.ebuild: Stable on ppc. diff --git a/sys-devel/gdb/gdb-6.3-r3.ebuild b/sys-devel/gdb/gdb-6.3-r3.ebuild index 5af443577772..b93195f9e6ac 100644 --- a/sys-devel/gdb/gdb-6.3-r3.ebuild +++ b/sys-devel/gdb/gdb-6.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.3-r3.ebuild,v 1.2 2005/05/06 07:34:01 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.3-r3.ebuild,v 1.3 2005/05/06 09:32:04 hansmi Exp $ inherit flag-o-matic eutils @@ -23,7 +23,7 @@ LICENSE="GPL-2 LGPL-2" [[ ${CTARGET} != ${CHOST} ]] \ && SLOT="${CTARGET}" \ || SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~mips ppc ~ppc64 ~sparc ~x86" IUSE="nls test" RDEPEND=">=sys-libs/ncurses-5.2-r2" |