diff options
author | 2013-01-01 19:07:40 +0000 | |
---|---|---|
committer | 2013-01-01 19:07:40 +0000 | |
commit | 1eb3905e0ca1edaa2f7406194385bea12f29dfbe (patch) | |
tree | a3b675f8e5642bdea57aae0f06be52bdb373cc7d /sys-devel | |
parent | s390/sh stable wrt #440872 (diff) | |
download | gentoo-2-1eb3905e0ca1edaa2f7406194385bea12f29dfbe.tar.gz gentoo-2-1eb3905e0ca1edaa2f7406194385bea12f29dfbe.tar.bz2 gentoo-2-1eb3905e0ca1edaa2f7406194385bea12f29dfbe.zip |
s390 stable wrt #444902
(Portage version: 2.1.11.38/cvs/Linux ia64, signed Manifest commit with key F6AD3240)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-7.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/gdb/ChangeLog b/sys-devel/gdb/ChangeLog index 80a6cdbaa725..dcbe2b66f0d2 100644 --- a/sys-devel/gdb/ChangeLog +++ b/sys-devel/gdb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gdb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.225 2012/12/30 15:05:44 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/ChangeLog,v 1.226 2013/01/01 19:07:40 armin76 Exp $ + + 01 Jan 2013; Raúl Porcel <armin76@gentoo.org> gdb-7.5.ebuild: + s390 stable wrt #444902 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> gdb-7.5.ebuild: Stable for alpha, wrt bug #444902 diff --git a/sys-devel/gdb/gdb-7.5.ebuild b/sys-devel/gdb/gdb-7.5.ebuild index 22cf0717dc63..d7406f328db1 100644 --- a/sys-devel/gdb/gdb-7.5.ebuild +++ b/sys-devel/gdb/gdb-7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.ebuild,v 1.9 2012/12/30 15:05:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v 1.10 2013/01/01 19:07:40 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 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" |