diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:01:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 18:01:26 +0000 |
commit | a71e1c21c485c0d6c3eba5f05fed4140e14bc884 (patch) | |
tree | eec6fa7ba9447ade9176d041b65f443ecf9d3042 /dev-db/mysql/mysql-5.1.51.ebuild | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | historical-a71e1c21c485c0d6c3eba5f05fed4140e14bc884.tar.gz historical-a71e1c21c485c0d6c3eba5f05fed4140e14bc884.tar.bz2 historical-a71e1c21c485c0d6c3eba5f05fed4140e14bc884.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-db/mysql/mysql-5.1.51.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.1.51.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.1.51.ebuild b/dev-db/mysql/mysql-5.1.51.ebuild index d8c302a9059a..75e49f610ec0 100644 --- a/dev-db/mysql/mysql-5.1.51.ebuild +++ b/dev-db/mysql/mysql-5.1.51.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.10 2012/01/08 23:40:20 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.11 2012/04/13 18:00:05 ulm Exp $ -MY_EXTRAS_VER="20101006-0004Z" EAPI="4" +MY_EXTRAS_VER="20101006-0004Z" # PBXT PBXT_VERSION='1.0.11-6-pre-ga' |