diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-29 18:48:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-29 18:48:27 +0000 |
commit | 78fbec864e81dd724c9ef4380c175e58ef4f0954 (patch) | |
tree | c06b28305e60bda8353b828878fa540e1664970a /sys-devel | |
parent | Remove old ebuilds (diff) | |
download | gentoo-2-78fbec864e81dd724c9ef4380c175e58ef4f0954.tar.gz gentoo-2-78fbec864e81dd724c9ef4380c175e58ef4f0954.tar.bz2 gentoo-2-78fbec864e81dd724c9ef4380c175e58ef4f0954.zip |
Stable for HPPA (bug #395017).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 10491f715d23..5bb91ffd6195 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.197 2011/12/23 02:45:24 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.198 2011/12/29 18:48:27 jer Exp $ + + 29 Dec 2011; Jeroen Roovers <jer@gentoo.org> gdb-7.3.1.ebuild: + Stable for HPPA (bug #395017). 23 Dec 2011; Matt Turner <mattst88@gentoo.org> gdb-7.3.1.ebuild: alpha stable, bug #395017. diff --git a/sys-devel/gdb/gdb-7.3.1.ebuild b/sys-devel/gdb/gdb-7.3.1.ebuild index e38269a6ba2f..66a9afecd37c 100644 --- a/sys-devel/gdb/gdb-7.3.1.ebuild +++ b/sys-devel/gdb/gdb-7.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.7 2011/12/23 02:45:24 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.3.1.ebuild,v 1.8 2011/12/29 18:48:27 jer Exp $ EAPI="3" @@ -52,7 +52,7 @@ is_cross \ && SLOT="${CTARGET}" \ || SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="expat multitarget nls +python test vanilla" |