commit:     b12fb32508bb5c981319ca7f3bd5bafae469d747
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 22:24:57 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 22:32:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b12fb325

dev-db/myodbc: don't install bundled files

Closes: https://bugs.gentoo.org/750506
Closes: https://bugs.gentoo.org/750500
Closes: https://bugs.gentoo.org/750497
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-db/myodbc/myodbc-8.0.23.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-db/myodbc/myodbc-8.0.23.ebuild 
b/dev-db/myodbc/myodbc-8.0.23.ebuild
index 4540db227dd..aca18615d23 100644
--- a/dev-db/myodbc/myodbc-8.0.23.ebuild
+++ b/dev-db/myodbc/myodbc-8.0.23.ebuild
@@ -75,6 +75,9 @@ multilib_src_install_all() {
                        || die "Failed to build $i"
        done
 
+       rm -rf "${ED}/usr/$(get_libdir)/${PN}-${MAJOR}/private" \
+               || die "failed to remove bundled libs"
+
        mv "${D}/usr/bin/myodbc-installer" \
                "${D}/usr/bin/myodbc-installer-${MAJOR}" || die "failed to move 
slotted binary"
 }

Reply via email to