From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E1EB01389DF for ; Tue, 12 Feb 2013 22:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADB86E0517; Tue, 12 Feb 2013 22:47:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31E16E011E for ; Tue, 12 Feb 2013 22:47:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D57033E63C for ; Tue, 12 Feb 2013 22:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89889E408F for ; Tue, 12 Feb 2013 22:47:40 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1360122690.9be415df77254dc2db8bfef465b7b29662e65b89.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-autotools.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 9be415df77254dc2db8bfef465b7b29662e65b89 X-VCS-Branch: master Date: Tue, 12 Feb 2013 22:47:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c9604400-d61a-4b95-b04a-2af35edada25 X-Archives-Hash: e8ac517ef93ee9b9183451e46d55e0a4 commit: 9be415df77254dc2db8bfef465b7b29662e65b89 Author: Brian Evans lavabit com> AuthorDate: Wed Feb 6 03:51:30 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Feb 6 03:51:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=9be415df Bug 455462 Remove extra libtool files for plugins via prune_libtool_files --- eclass/mysql-autotools.eclass | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index 1e41571..34df6d9 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -662,4 +662,7 @@ mysql-autotools_src_install() { [[ "${PN}" == "mariadb" ]] && ! use perl \ && mysql_version_is_at_least "5.3" \ && rm -f "${ED}/usr/bin/mytop" + + #Bug 455462 remove unnecessary libtool files + prune_libtool_files --modules }