diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 11:00:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-18 11:00:20 +0000 |
commit | 4ee655e68b26e2a86200ae4dbcc3c6a96036cf14 (patch) | |
tree | 2f65df8a7420124cc1c67d3f30bff1f8dd04a6e1 /sys-devel | |
parent | Stable for amd64, wrt bug #458050 (diff) | |
download | gentoo-2-4ee655e68b26e2a86200ae4dbcc3c6a96036cf14.tar.gz gentoo-2-4ee655e68b26e2a86200ae4dbcc3c6a96036cf14.tar.bz2 gentoo-2-4ee655e68b26e2a86200ae4dbcc3c6a96036cf14.zip |
Stable for amd64, wrt bug #457796
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
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 9ff62e94e53b..ed30f4c02c27 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.228 2013/02/09 04:38:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.229 2013/02/18 11:00:20 ago Exp $ + + 18 Feb 2013; Agostino Sarubbo <ago@gentoo.org> gdb-7.5.1.ebuild: + Stable for amd64, wrt bug #457796 09 Feb 2013; Mike Frysinger <vapier@gentoo.org> gdb-6.6-r2.ebuild, gdb-6.7.1-r3.ebuild, gdb-6.8-r1.ebuild, gdb-6.8-r2.ebuild, gdb-7.0.1.ebuild, diff --git a/sys-devel/gdb/gdb-7.5.1.ebuild b/sys-devel/gdb/gdb-7.5.1.ebuild index 860a174192e3..368b66848300 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.3 2013/02/09 04:38:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.1.ebuild,v 1.4 2013/02/18 11:00:20 ago 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 ~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 ~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" |