Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/
Date: Sat, 25 Dec 2021 10:02:29
Message-Id: 1640426459.d9f004dbb8df18fdf2eb20cc3150f26b451944db.gyakovlev@gentoo
1 commit: d9f004dbb8df18fdf2eb20cc3150f26b451944db
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 25 10:00:59 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 10:00:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f004db
7
8 sys-devel/gdb: Stabilize 11.1 ppc64, #822219
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-devel/gdb/gdb-11.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/gdb/gdb-11.1.ebuild b/sys-devel/gdb/gdb-11.1.ebuild
16 index 67c77b38ac5c..1dd4ac705159 100644
17 --- a/sys-devel/gdb/gdb-11.1.ebuild
18 +++ b/sys-devel/gdb/gdb-11.1.ebuild
19 @@ -47,7 +47,7 @@ LICENSE="GPL-2 LGPL-2"
20 SLOT="0"
21
22 if [[ ${PV} != 9999* ]] ; then
23 - KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 IUSE="cet guile lzma multitarget nls +python +server source-highlight test vanilla xml xxhash"