diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-08-15 18:36:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-08-15 18:36:42 +0000 |
commit | 08a20a3b6b34658278a925288dbf3a9186e0496b (patch) | |
tree | 683a03fab92c73d890b064e468cebbbe21787e6f /sys-devel/gdb | |
parent | Redo cpuid patch to work with older versions of patch (and not require up-to-... (diff) | |
download | gentoo-2-08a20a3b6b34658278a925288dbf3a9186e0496b.tar.gz gentoo-2-08a20a3b6b34658278a925288dbf3a9186e0496b.tar.bz2 gentoo-2-08a20a3b6b34658278a925288dbf3a9186e0496b.zip |
Mark m68k stable #457796.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel/gdb')
-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 16eba5764691..36fd6dc7ee39 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.242 2013/08/15 18:32:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.243 2013/08/15 18:36:42 vapier Exp $ + + 15 Aug 2013; Mike Frysinger <vapier@gentoo.org> gdb-7.5.1.ebuild: + Mark m68k stable #457796. 15 Aug 2013; Mike Frysinger <vapier@gentoo.org> gdb-7.6.ebuild: Redo cpuid patch to work with older versions of patch (and not require up-to- diff --git a/sys-devel/gdb/gdb-7.5.1.ebuild b/sys-devel/gdb/gdb-7.5.1.ebuild index 96d7a8f9f33d..e45583e5f71d 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.14 2013/04/12 15:07:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.1.ebuild,v 1.15 2013/08/15 18:36:42 vapier 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 m68k ~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" |