From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SEV1F-0007Hi-4M for garchives@archives.gentoo.org; Mon, 02 Apr 2012 00:21:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6896EE0B3B; Mon, 2 Apr 2012 00:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 38578E0B3B for ; Mon, 2 Apr 2012 00:21:03 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AA6B1B401E for ; Mon, 2 Apr 2012 00:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 32E2FE5403 for ; Mon, 2 Apr 2012 00:21:01 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1333316255.ca3832115c80837688f078c52bf27bf652800713.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: ca3832115c80837688f078c52bf27bf652800713 X-VCS-Branch: master Date: Mon, 2 Apr 2012 00:21:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7df27111-f006-4019-8953-7982ecd097bd X-Archives-Hash: 04d5b3463ba7e6be1c6e8b27c3aefbda commit: ca3832115c80837688f078c52bf27bf652800713 Author: Robin H. Johnson orbis-terrarum net> AuthorDate: Sun Apr 1 21:37:35 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Apr 1 21:37:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Dca383211 Add in EAPI support from main tree. --- eclass/mysql.eclass | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index eb66e66..0b56ea4 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.166 2011/09/2= 5 12:43:28 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.170 2012/01/0= 9 10:42:19 grobian Exp $ =20 # @ECLASS: mysql.eclass # @MAINTAINER: @@ -33,7 +33,7 @@ if [[ "${MY_EXTRAS_VER}" =3D=3D "live" ]]; then fi =20 case "${EAPI:-0}" in - 2) + 2 | 3 | 4) EXPORT_FUNCTIONS pkg_setup \ src_unpack src_prepare \ src_configure src_compile \