diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-04-12 15:07:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-04-12 15:07:59 +0000 |
commit | 47f79c2ea22b502a5f8fef3082aa03ab396b9187 (patch) | |
tree | 5c94271856d731c9a2e7bb8cea40328b16e67b54 /sys-devel | |
parent | Stable for arm, wrt bug #463848 (diff) | |
download | gentoo-2-47f79c2ea22b502a5f8fef3082aa03ab396b9187.tar.gz gentoo-2-47f79c2ea22b502a5f8fef3082aa03ab396b9187.tar.bz2 gentoo-2-47f79c2ea22b502a5f8fef3082aa03ab396b9187.zip |
Stable for HPPA (bug #457796).
(Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 234ecbaee58b..cdfd9fdcdd3d 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.238 2013/02/21 16:08:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.239 2013/04/12 15:07:59 jer Exp $ + + 12 Apr 2013; Jeroen Roovers <jer@gentoo.org> gdb-7.5.1.ebuild: + Stable for HPPA (bug #457796). 21 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gdb-7.5.1.ebuild: Stable for sparc, wrt bug #457796 diff --git a/sys-devel/gdb/gdb-7.5.1.ebuild b/sys-devel/gdb/gdb-7.5.1.ebuild index 660cb7141170..96d7a8f9f33d 100644 --- a/sys-devel/gdb/gdb-7.5.1.ebuild +++ b/sys-devel/gdb/gdb-7.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.1.ebuild,v 1.13 2013/02/21 16:08:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.1.ebuild,v 1.14 2013/04/12 15:07:59 jer Exp $ EAPI="3" @@ -50,7 +50,7 @@ SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.x LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-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 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client expat multitarget nls +python +server test vanilla zlib" |