diff options
author | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-02 18:48:56 +0100 |
commit | e0109f74b4f10341551576d077689c3a6566d5e6 (patch) | |
tree | 93634e009a84569c277a96f14fedd09d63f4ac73 /sys-devel | |
parent | net-nds/openldap: remove freebsd-libc (diff) | |
download | gentoo-e0109f74b4f10341551576d077689c3a6566d5e6.tar.gz gentoo-e0109f74b4f10341551576d077689c3a6566d5e6.tar.bz2 gentoo-e0109f74b4f10341551576d077689c3a6566d5e6.zip |
sys-devel/gdb: remove freebsd-libc
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb/gdb-10.2-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-11.1.ebuild | 7 | ||||
-rw-r--r-- | sys-devel/gdb/gdb-9999.ebuild | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/sys-devel/gdb/gdb-10.2-r1.ebuild b/sys-devel/gdb/gdb-10.2-r1.ebuild index ea2f58b6ef9f..1978ab28268d 100644 --- a/sys-devel/gdb/gdb-10.2-r1.ebuild +++ b/sys-devel/gdb/gdb-10.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -237,11 +237,6 @@ src_install() { # Remove shared info pages rm -f "${ED}"/usr/share/info/{annotate,bfd,configure,standards}.info* - # gcore is part of ubin on freebsd - if [[ ${CHOST} == *-freebsd* ]]; then - rm "${ED}"/usr/bin/gcore || die - fi - if use python; then python_optimize "${ED}"/usr/share/gdb/python/gdb fi diff --git a/sys-devel/gdb/gdb-11.1.ebuild b/sys-devel/gdb/gdb-11.1.ebuild index 158e3004f0bb..022f3be33ce7 100644 --- a/sys-devel/gdb/gdb-11.1.ebuild +++ b/sys-devel/gdb/gdb-11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -245,11 +245,6 @@ src_install() { # Remove shared info pages rm -f "${ED}"/usr/share/info/{annotate,bfd,configure,standards}.info* - # gcore is part of ubin on freebsd - if [[ ${CHOST} == *-freebsd* ]]; then - rm "${ED}"/usr/bin/gcore || die - fi - if use python; then python_optimize "${ED}"/usr/share/gdb/python/gdb fi diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 8b1a81f909e0..462b5c95a692 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -244,11 +244,6 @@ src_install() { # Remove shared info pages rm -f "${ED}"/usr/share/info/{annotate,bfd,configure,standards}.info* - # gcore is part of ubin on freebsd - if [[ ${CHOST} == *-freebsd* ]]; then - rm "${ED}"/usr/bin/gcore || die - fi - if use python; then python_optimize "${ED}"/usr/share/gdb/python/gdb fi |