Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass
Date: Mon, 28 Mar 2011 22:36:22
Message-Id: 20110328223613.7AF1920054@flycatcher.gentoo.org
1 jmbsvicetto 11/03/28 22:36:13
2
3 Modified: mysql.eclass
4 Log:
5 Fix the ncurses dep as the stable versions don't have the static-libs use flag.
6
7 Revision Changes Path
8 1.158 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.158&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?rev=1.158&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mysql.eclass?r1=1.157&r2=1.158
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.157
18 retrieving revision 1.158
19 diff -u -r1.157 -r1.158
20 --- mysql.eclass 26 Mar 2011 23:44:43 -0000 1.157
21 +++ mysql.eclass 28 Mar 2011 22:36:13 -0000 1.158
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.157 2011/03/26 23:44:43 jmbsvicetto Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.158 2011/03/28 22:36:13 jmbsvicetto Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -146,7 +146,7 @@
31 selinux? ( sec-policy/selinux-mysql )"
32
33 if [ "${EAPI:-0}" = "2" ]; then
34 - DEPEND="${DEPEND} static? ( sys-libs/ncurses[static-libs] )"
35 + DEPEND="${DEPEND} static? ( || ( sys-libs/ncurses[static-libs] <=sys-libs/ncurses-5.7-r3 ) )"
36 fi
37
38 # compile-time-only