net-misc/dropbox: adjust patchelf target to fix USE=librsync-bundled
authorBen Kohler <bkohler@gentoo.org>
Thu, 9 Jan 2020 00:40:59 +0000 (18:40 -0600)
committerBen Kohler <bkohler@gentoo.org>
Thu, 9 Jan 2020 00:41:20 +0000 (18:41 -0600)
Closes: https://bugs.gentoo.org/705016
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
net-misc/dropbox/dropbox-88.4.172.ebuild

index 994c0a88070fa4739f0bf8a6ed11baa330537e8e..7a750370139e2a86962184e6f3ae5f7140e9a8d5 100644 (file)
@@ -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