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 0B89313881B for ; Wed, 23 Sep 2015 02:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64BAB21C004; Wed, 23 Sep 2015 02:51:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1513021C004 for ; Wed, 23 Sep 2015 02:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C780334096D for ; Wed, 23 Sep 2015 02:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C8B722E for ; Wed, 23 Sep 2015 02:51:55 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1442976706.bc5a6b4582e762b4999356033e7f68749b7a215f.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: bc5a6b4582e762b4999356033e7f68749b7a215f X-VCS-Branch: master Date: Wed, 23 Sep 2015 02:51:55 +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: df874d7d-9e4a-4b78-b75b-a3575799e8bc X-Archives-Hash: b165d878dbee2dbabfbf5ba4956b97bc commit: bc5a6b4582e762b4999356033e7f68749b7a215f Author: Brian Evans gentoo org> AuthorDate: Wed Sep 23 02:51:46 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Sep 23 02:51:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=bc5a6b45 Test a more standard way to display the ABI message Signed-off-by: Brian Evans gentoo.org> eclass/mysql-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 17206cf..5f84d88 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -795,7 +795,7 @@ mysql-multilib_pkg_preinst() { if [[ -z ${REPLACING_VERSIONS} && -e "${EROOT}usr/$(get_libdir)/libmysqlclient.so" ]] ; then SHOW_ABI_MESSAGE=1 elif [[ ${REPLACING_VERSIONS} && -e "${EROOT}usr/$(get_libdir)/libmysqlclient.so" ]] && \ - in_iuse client-libs && ! built_with_use --missing true ${CATEGORY}/${PN} client-libs ; then + in_iuse client-libs && has_version "${CATEGORY}/${PN}[-client-libs(+)]" ; then SHOW_ABI_MESSAGE=1 fi