diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-01-06 21:28:19 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2012-01-06 21:28:19 +0000 |
commit | f2bf6460e2f52e1d47c422316bc68fe1b7f68367 (patch) | |
tree | 3b756d0db36c825d2944062764672e2d3ad05ff1 /dev-db/mysql/mysql-5.1.56-r1.ebuild | |
parent | Fix dependencies. Set PYTHON_MODNAME and use distutils_pkg_postinst() and dis... (diff) | |
download | gentoo-2-f2bf6460e2f52e1d47c422316bc68fe1b7f68367.tar.gz gentoo-2-f2bf6460e2f52e1d47c422316bc68fe1b7f68367.tar.bz2 gentoo-2-f2bf6460e2f52e1d47c422316bc68fe1b7f68367.zip |
[dev-db/mysql] Bumped EAPI to 4 on ebuilds inheriting the mysql-v2 eclass as I'm going to push the overlay eclasses with prefix support.
Dropped old versions.
(Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql/mysql-5.1.56-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.1.56-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-5.1.56-r1.ebuild b/dev-db/mysql/mysql-5.1.56-r1.ebuild index 8025cfd63820..d4ca5dcfec6a 100644 --- a/dev-db/mysql/mysql-5.1.56-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.56-r1.ebuild @@ -1,8 +1,8 @@ -# 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/dev-db/mysql/mysql-5.1.56-r1.ebuild,v 1.1 2011/07/13 07:37:01 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.56-r1.ebuild,v 1.2 2012/01/06 21:28:19 jmbsvicetto Exp $ -EAPI="2" +EAPI="4" MY_EXTRAS_VER="20110713-0702Z" # PBXT |