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 4D9581386F3 for ; Thu, 13 Aug 2015 13:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBA3A1419F; Thu, 13 Aug 2015 13:50:35 +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 6D8911419F for ; Thu, 13 Aug 2015 13:50:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2CEE3409A6 for ; Thu, 13 Aug 2015 13:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 700A4152 for ; Thu, 13 Aug 2015 13:50:33 +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: <1439474032.c8da824625d6763c6a0e69e172a36b869113f5f6.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: c8da824625d6763c6a0e69e172a36b869113f5f6 X-VCS-Branch: master Date: Thu, 13 Aug 2015 13:50:33 +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: 6c005d5d-444a-491d-a5fe-e40fcb4ee786 X-Archives-Hash: 9101c4f3eb4826e98344c4336c4cfda9 commit: c8da824625d6763c6a0e69e172a36b869113f5f6 Author: Brian Evans gentoo org> AuthorDate: Thu Aug 13 13:53:52 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Aug 13 13:53:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=c8da8246 mysql-multilib.eclass: Add subslot rebuild to ncurses Signed-off-by: Brian Evans gentoo.org> eclass/mysql-multilib.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/mysql-multilib.eclass b/eclass/mysql-multilib.eclass index 9765aac..008b066 100644 --- a/eclass/mysql-multilib.eclass +++ b/eclass/mysql-multilib.eclass @@ -291,13 +291,13 @@ if [[ ${HAS_TOOLS_PATCH} ]] ; then ssl? ( >=dev-libs/openssl-1.0.0:0=[static-libs?] ) >=sys-libs/zlib-1.2.3:0=[static-libs?] ) - tools? ( sys-libs/ncurses ) embedded? ( sys-libs/ncurses ) + tools? ( sys-libs/ncurses:= ) embedded? ( sys-libs/ncurses:= ) " else DEPEND+=" ssl? ( >=dev-libs/openssl-1.0.0:0=[${MULTILIB_USEDEP},static-libs?] ) >=sys-libs/zlib-1.2.3:0=[${MULTILIB_USEDEP},static-libs?] - sys-libs/ncurses[${MULTILIB_USEDEP}] + sys-libs/ncurses:=[${MULTILIB_USEDEP}] " fi