diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-01 09:46:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-01 09:46:02 +0000 |
commit | 2c5e89f9a55c7f78fe5b4e0f555ebff429126a7f (patch) | |
tree | 281ec2f9c9c9524b01e2c6ee2e43762c2fc62421 /sys-devel | |
parent | Add ~sparc wrt #473154 (diff) | |
download | gentoo-2-2c5e89f9a55c7f78fe5b4e0f555ebff429126a7f.tar.gz gentoo-2-2c5e89f9a55c7f78fe5b4e0f555ebff429126a7f.tar.bz2 gentoo-2-2c5e89f9a55c7f78fe5b4e0f555ebff429126a7f.zip |
sparc stable wrt #501528
(Portage version: 2.2.8-r1/cvs/Linux ia64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index dfd161d5fd51..dbc401e937e6 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.271 2014/07/30 12:42:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.272 2014/08/01 09:46:02 armin76 Exp $ + + 01 Aug 2014; Raúl Porcel <armin76@gentoo.org> gdb-7.6.2.ebuild: + sparc stable wrt #501528 *gdb-7.8 (30 Jul 2014) diff --git a/sys-devel/gdb/gdb-7.6.2.ebuild b/sys-devel/gdb/gdb-7.6.2.ebuild index 7fe3c150bdb2..def86fdf7a4f 100644 --- a/sys-devel/gdb/gdb-7.6.2.ebuild +++ b/sys-devel/gdb/gdb-7.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.6.2.ebuild,v 1.11 2014/03/14 05:46:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.6.2.ebuild,v 1.12 2014/08/01 09:46:02 armin76 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 arm64 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" + KEYWORDS="alpha amd64 arm arm64 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 lzma multitarget nls +python +server test vanilla zlib" |