diff options
author | Matt Jolly <Matt.Jolly@footclan.ninja> | 2022-04-19 20:36:43 +1000 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-23 12:22:53 +0200 |
commit | 5cbf2d87530396284d7b3b9d2883ec7f06fab30a (patch) | |
tree | daaebf2f8d059c5d7610fa1ed6f13436f4a5d3e6 /sci-misc | |
parent | sci-misc/boinc: update EAPI 7 -> 8 (diff) | |
download | gentoo-5cbf2d87530396284d7b3b9d2883ec7f06fab30a.tar.gz gentoo-5cbf2d87530396284d7b3b9d2883ec7f06fab30a.tar.bz2 gentoo-5cbf2d87530396284d7b3b9d2883ec7f06fab30a.zip |
sci-misc/boinc: remove outdated bugfix
\#732024 had its fixes merged upstream in 2020.
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/boinc-7.18.1.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sci-misc/boinc/boinc-7.18.1.ebuild b/sci-misc/boinc/boinc-7.18.1.ebuild index 0dc03ea7bec4..88f456e68454 100644 --- a/sci-misc/boinc/boinc-7.18.1.ebuild +++ b/sci-misc/boinc/boinc-7.18.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=8 @@ -92,22 +92,12 @@ pkg_setup() { } src_prepare() { - # bug #732024 - if test "x$(get_libdir)" = "xlib64"; then - sed -i -e 's,/:/lib:/usr/lib:,:/lib64:/usr/lib64:,g' m4/sah_check_lib.m4 || die - fi - default # prevent bad changes in compile flags, bug 286701 sed -i -e "s:BOINC_SET_COMPILE_FLAGS::" configure.ac || die "sed failed" eautoreconf - - # bug #732024 - if test "x$(get_libdir)" = "xlib64"; then - sed -i -e 's,/lib\([ /;:"]\),/lib64\1,g' configure || die - fi } src_configure() { |