commit:     5cbf2d87530396284d7b3b9d2883ec7f06fab30a
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Tue Apr 19 10:36:43 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 10:22:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbf2d87

sci-misc/boinc: remove outdated bugfix

\#732024 had its fixes merged upstream in 2020.

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sci-misc/boinc/boinc-7.18.1.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 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() {

Reply via email to