Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb-apple/
Date: Thu, 07 Jan 2021 08:30:20
Message-Id: 1610008124.03a039ba5ea4a7ba6ef03b8b46ae8a6bbe6c3414.grobian@gentoo
1 commit: 03a039ba5ea4a7ba6ef03b8b46ae8a6bbe6c3414
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 08:28:44 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 08:28:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a039ba
7
8 sys-devel/gdb-apple: drop handling for x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-devel/gdb-apple/gdb-apple-1752.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/gdb-apple/gdb-apple-1752.ebuild b/sys-devel/gdb-apple/gdb-apple-1752.ebuild
17 index 9022fa9d743..512a1d0cb6f 100644
18 --- a/sys-devel/gdb-apple/gdb-apple-1752.ebuild
19 +++ b/sys-devel/gdb-apple/gdb-apple-1752.ebuild
20 @@ -86,7 +86,7 @@ pkg_postinst() {
21 ewarn " % sudo chgrp procmod ${EPREFIX}/usr/bin/gdb"
22 ewarn " % sudo chmod g+s ${EPREFIX}/usr/bin/gdb"
23 fi
24 - if use x86-macos || use x64-macos ; then
25 + if [[ ${CHOST} == *86* ]] ; then
26 einfo "FSF gdb works on Intel-based OSX platforms, sometimes even"
27 einfo "better than gdb-apple. You can consider installing FSF gdb"
28 einfo "instead of gdb-apple, since the FSF version is surely more"