From: Ben Kohler Date: Thu, 9 Jan 2020 00:40:59 +0000 (-0600) Subject: net-misc/dropbox: adjust patchelf target to fix USE=librsync-bundled X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=19c764714e11692e25b91e2e9b8411c3e14fc9d6;p=gentoo.git net-misc/dropbox: adjust patchelf target to fix USE=librsync-bundled Closes: https://bugs.gentoo.org/705016 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Ben Kohler --- diff --git a/net-misc/dropbox/dropbox-88.4.172.ebuild b/net-misc/dropbox/dropbox-88.4.172.ebuild index 994c0a88070f..7a750370139e 100644 --- a/net-misc/dropbox/dropbox-88.4.172.ebuild +++ b/net-misc/dropbox/dropbox-88.4.172.ebuild @@ -76,7 +76,7 @@ src_prepare() { rm -vrf PyQt5* *pyqt5* images || die fi if use librsync-bundled ; then - patchelf --set-rpath '$ORIGIN' librsyncffi.compiled._librsyncffi*.so || die + patchelf --set-rpath '$ORIGIN' librsyncffi_native.*.so || die else rm -vf librsync.so.1 || die fi