diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 19:56:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-04 19:56:51 +0000 |
commit | 80470d17f001c609b1bb2fa33f225bb122d64d53 (patch) | |
tree | 9a7bb137db3854cc98decd66e054db936081f20b /sys-devel/gdb/gdb-7.6.2.ebuild | |
parent | Stable for x86, wrt bug #495942 (diff) | |
download | historical-80470d17f001c609b1bb2fa33f225bb122d64d53.tar.gz historical-80470d17f001c609b1bb2fa33f225bb122d64d53.tar.bz2 historical-80470d17f001c609b1bb2fa33f225bb122d64d53.zip |
Stable for x86, wrt bug #501528
Package-Manager: portage-2.2.7/cvs/Linux x86_64
RepoMan-Options: --include-arches="x86"
Manifest-Sign-Key: 0x7194459F
Diffstat (limited to 'sys-devel/gdb/gdb-7.6.2.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-7.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-7.6.2.ebuild b/sys-devel/gdb/gdb-7.6.2.ebuild index ce8f78bad057..b94f8010c450 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.6 2014/03/02 22:47:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.6.2.ebuild,v 1.7 2014/03/04 19:56:50 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 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 multitarget nls +python +server test vanilla zlib" |