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 1QiQkC-0007uQ-Mn for garchives@archives.gentoo.org; Sun, 17 Jul 2011 12:46:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E40821C183; Sun, 17 Jul 2011 12:46:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4BDFC21C183 for ; Sun, 17 Jul 2011 12:46:41 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8FE61B4006 for ; Sun, 17 Jul 2011 12:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 84D1F8003D for ; Sun, 17 Jul 2011 12:46:39 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: d40384f347504384311a7cac3a36a7eb98405240 Date: Sun, 17 Jul 2011 12:46:39 +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: X-Archives-Hash: ffba5a3e42c4979a5ace548926871512 commit: d40384f347504384311a7cac3a36a7eb98405240 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Sun Jul 17 12:44:29 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Sun Jul 17 12:44:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Dd40384f3 [eclass/mysql-v2] Add pkg_setup to the list of exported functions. --- eclass/mysql-v2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 7e55dc0..b5faeac 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -55,7 +55,7 @@ case "${EAPI:-0}" in *) die "Unsupported EAPI: ${EAPI}" ;; esac =20 -EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_in= stall +EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_comp= ile src_install =20 # # VARIABLES: