diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-12-14 21:02:57 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-12-14 21:02:57 +0000 |
commit | 2f39ffd4db008305dba057e42b7979caf80133b0 (patch) | |
tree | a0a6c54d6dc93188d4e5a9524bda4b03a64f3cab /sys-devel | |
parent | Stable on ppc wrt bug 202158 (diff) | |
download | gentoo-2-2f39ffd4db008305dba057e42b7979caf80133b0.tar.gz gentoo-2-2f39ffd4db008305dba057e42b7979caf80133b0.tar.bz2 gentoo-2-2f39ffd4db008305dba057e42b7979caf80133b0.zip |
Stable for HPPA (bug #202246).
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-6.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index d1ceb28b9bb4..591dbbff98a6 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.123 2007/12/14 19:53:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.124 2007/12/14 21:02:57 jer Exp $ + + 14 Dec 2007; Jeroen Roovers <jer@gentoo.org> gdb-6.7.1.ebuild: + Stable for HPPA (bug #202246). 14 Dec 2007; nixnut <nixnut@gentoo.org> gdb-6.7.1.ebuild: Stable on ppc wrt bug 202246 diff --git a/sys-devel/gdb/gdb-6.7.1.ebuild b/sys-devel/gdb/gdb-6.7.1.ebuild index 3baa2151c6ff..8d9d4c54f59a 100644 --- a/sys-devel/gdb/gdb-6.7.1.ebuild +++ b/sys-devel/gdb/gdb-6.7.1.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.7.1.ebuild,v 1.2 2007/12/14 19:53:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-6.7.1.ebuild,v 1.3 2007/12/14 21:02:57 jer 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" |