diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-01-08 23:33:25 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-01-08 23:33:25 +0000 |
commit | d684a6ce28b33806fb0ee72dd0fdb5f4a0dc5c16 (patch) | |
tree | d7ab8b82b81b04d4051d2005e5342f552d2b359d /eclass | |
parent | Force building cairo-gobject support, and add a PDEPEND on cairo[glib] (PDEPE... (diff) | |
download | gentoo-2-d684a6ce28b33806fb0ee72dd0fdb5f4a0dc5c16.tar.gz gentoo-2-d684a6ce28b33806fb0ee72dd0fdb5f4a0dc5c16.tar.bz2 gentoo-2-d684a6ce28b33806fb0ee72dd0fdb5f4a0dc5c16.zip |
[mysql.eclass] Allow use of EAPI 3 and 4.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index fb949dae299f..5ba97e370f46 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.167 2012/01/06 21:32:48 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.168 2012/01/08 23:33:25 jmbsvicetto Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -33,7 +33,7 @@ if [[ "${MY_EXTRAS_VER}" == "live" ]]; then fi case "${EAPI:-0}" in - 2) + 2 | 3 | 4) EXPORT_FUNCTIONS pkg_setup \ src_unpack src_prepare \ src_configure src_compile \ |