Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Mon, 02 Apr 2012 00:21:13
Message-Id: 1333316255.ca3832115c80837688f078c52bf27bf652800713.robbat2@gentoo
1 commit: ca3832115c80837688f078c52bf27bf652800713
2 Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
3 AuthorDate: Sun Apr 1 21:37:35 2012 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 1 21:37:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=ca383211
7
8 Add in EAPI support from main tree.
9
10 ---
11 eclass/mysql.eclass | 6 +++---
12 1 files changed, 3 insertions(+), 3 deletions(-)
13
14 diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
15 index eb66e66..0b56ea4 100644
16 --- a/eclass/mysql.eclass
17 +++ b/eclass/mysql.eclass
18 @@ -1,6 +1,6 @@
19 -# Copyright 1999-2011 Gentoo Foundation
20 +# Copyright 1999-2012 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.166 2011/09/25 12:43:28 grobian Exp $
23 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.170 2012/01/09 10:42:19 grobian Exp $
24
25 # @ECLASS: mysql.eclass
26 # @MAINTAINER:
27 @@ -33,7 +33,7 @@ if [[ "${MY_EXTRAS_VER}" == "live" ]]; then
28 fi
29
30 case "${EAPI:-0}" in
31 - 2)
32 + 2 | 3 | 4)
33 EXPORT_FUNCTIONS pkg_setup \
34 src_unpack src_prepare \
35 src_configure src_compile \