diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2005-07-16 11:01:20 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2005-07-16 11:01:20 +0000 |
commit | 5f63e9538372da29cc6706cdc0abd6e6dcb2d796 (patch) | |
tree | 495961defc23885660797efdc9158b6b24de09bc /sys-devel/gdb | |
parent | Marked stable on s390. (diff) | |
download | gentoo-2-5f63e9538372da29cc6706cdc0abd6e6dcb2d796.tar.gz gentoo-2-5f63e9538372da29cc6706cdc0abd6e6dcb2d796.tar.bz2 gentoo-2-5f63e9538372da29cc6706cdc0abd6e6dcb2d796.zip |
Stable on s390.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.3-r4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 8af4d7cc4dc7..c88930def320 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.78 2005/07/09 23:44:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.79 2005/07/16 11:01:20 kugelfang Exp $ + + 16 Jul 2005; Danny van Dyk <kugelfang@gentoo.org> gdb-6.3-r4.ebuild: + Marked s390. *gdb-6.3-r4 (09 Jul 2005) diff --git a/sys-devel/gdb/gdb-6.3-r4.ebuild b/sys-devel/gdb/gdb-6.3-r4.ebuild index 6f661620ec6d..878311e581e4 100644 --- a/sys-devel/gdb/gdb-6.3-r4.ebuild +++ b/sys-devel/gdb/gdb-6.3-r4.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-r4.ebuild,v 1.2 2005/07/14 04:00:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.3-r4.ebuild,v 1.3 2005/07/16 11:01:20 kugelfang 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 sparc x86 ~s390" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" IUSE="nls test vanilla" RDEPEND=">=sys-libs/ncurses-5.2-r2" |