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 BBB34138200 for ; Sun, 28 Apr 2013 16:20:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42573E0AB0; Sun, 28 Apr 2013 16:20:33 +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 99913E0AAF for ; Sun, 28 Apr 2013 16:20:32 +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 B023D33DF0E for ; Sun, 28 Apr 2013 16:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 50C7BE41E2 for ; Sun, 28 Apr 2013 16:20:30 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1367166008.769d80faed0402afa57fd475b15d51dac6ef711b.jmbsvicetto@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-cmake.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: 769d80faed0402afa57fd475b15d51dac6ef711b X-VCS-Branch: master Date: Sun, 28 Apr 2013 16:20:30 +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: b6a46138-f4f2-4776-92fd-2be1f1fd234f X-Archives-Hash: 94b8d313d9dee135abd36f6496490610 commit: 769d80faed0402afa57fd475b15d51dac6ef711b Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Sun Apr 28 10:57:22 2013 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Sun Apr 28 16:20:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=769d80fa [eclass] Drop the call to mysql_lib_symlinks to prevent issues with dangling symlinks - bug 440918. --- eclass/mysql-cmake.eclass | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 65f0370..69cc655 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -402,8 +402,6 @@ mysql-cmake_src_install() { done fi - mysql_lib_symlinks "${ED}" - #Remove mytop if perl is not selected [[ "${PN}" == "mariadb" ]] && ! use perl \ && rm -f "${ED}/usr/bin/mytop"