| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.16 2012/05/06 10:42:36 heroxbd Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.17 2012/07/23 10:57:15 jmbsvicetto Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql-v2.eclass |
5 | # @ECLASS: mysql-v2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maintainers: |
7 | # Maintainers: |
| 8 | # - MySQL Team <mysql-bugs@gentoo.org> |
8 | # - MySQL Team <mysql-bugs@gentoo.org> |
| … | |
… | |
| 221 | |
221 | |
| 222 | DEPEND="${DEPEND} |
222 | DEPEND="${DEPEND} |
| 223 | virtual/yacc |
223 | virtual/yacc |
| 224 | " |
224 | " |
| 225 | |
225 | |
| 226 | DEPEND="${DEPEND} static? ( || ( sys-libs/ncurses[static-libs] <=sys-libs/ncurses-5.7-r3 ) )" |
226 | DEPEND="${DEPEND} static? ( sys-libs/ncurses[static-libs] )" |
| 227 | |
227 | |
| 228 | # compile-time-only |
228 | # compile-time-only |
| 229 | DEPEND="${DEPEND} >=dev-util/cmake-2.4.3" |
229 | DEPEND="${DEPEND} >=dev-util/cmake-2.4.3" |
| 230 | |
230 | |
| 231 | # compile-time-only |
231 | # compile-time-only |