Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/
Date: Fri, 28 Aug 2015 01:04:13
Message-Id: 1440723843.a5ccaf1949769cb94c0e94254da42813e2dab0e2.vapier@gentoo
1 commit: a5ccaf1949769cb94c0e94254da42813e2dab0e2
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 01:00:35 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 01:04:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ccaf19
7
8 sys-devel/gdb: mark 7.7.1 stable for arm64/m68k/s390
9
10 sys-devel/gdb/gdb-7.7.1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/gdb/gdb-7.7.1.ebuild b/sys-devel/gdb/gdb-7.7.1.ebuild
14 index fae8ad7..91d8462 100644
15 --- a/sys-devel/gdb/gdb-7.7.1.ebuild
16 +++ b/sys-devel/gdb/gdb-7.7.1.ebuild
17 @@ -43,7 +43,7 @@ SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.x
18 LICENSE="GPL-2 LGPL-2"
19 SLOT="0"
20 if [[ ${PV} != 9999* ]] ; then
21 - 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"
22 + 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"
23 fi
24 IUSE="+client expat lzma multitarget nls +python +server test vanilla zlib"
25 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"