diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 03:20:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-03 08:48:13 +0200 |
commit | 970679b8be00a13d0fc71c2cfda6e9ecd5cd7fdf (patch) | |
tree | 2973dbb9cdbf61a2f32841ef566d3b11baf5a401 /eclass/distutils-r1.eclass | |
parent | dev-python/atpublic: Bump to 3.1.2 (diff) | |
download | gentoo-970679b8be00a13d0fc71c2cfda6e9ecd5cd7fdf.tar.gz gentoo-970679b8be00a13d0fc71c2cfda6e9ecd5cd7fdf.tar.bz2 gentoo-970679b8be00a13d0fc71c2cfda6e9ecd5cd7fdf.zip |
distutils-r1.eclass: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 0c0fd6790f9c..7a7b762ef059 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -1825,8 +1825,6 @@ distutils-r1_run_phase() { # How to build Python modules in different worlds... local ldopts case "${CHOST}" in - # provided by haubi, 2014-07-08 - *-aix*) ldopts='-shared -Wl,-berok';; # good enough # provided by grobian, 2014-06-22, bug #513664 c7 *-darwin*) ldopts='-bundle -undefined dynamic_lookup';; *) ldopts='-shared';; |