commit: 600c1da8576537bc6b9eb25c54afd0f163532502 Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net> AuthorDate: Tue Jul 29 22:43:30 2014 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Jul 29 22:43:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=600c1da8
Bump EAPI per main tree. Package-Manager: portage-2.2.10 --- virtual/mysql/ChangeLog | 3 +++ virtual/mysql/mysql-5.5.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 03ac553..ccfbce7 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 29 Jul 2014; Robin H. Johnson <[email protected]> mysql-5.5.ebuild: + Bump EAPI per main tree. + 29 Jul 2014; Robin H. Johnson <[email protected]> mysql-4.0.ebuild, mysql-4.1.ebuild, mysql-5.0.ebuild, mysql-5.1.ebuild: Copy keywords from main tree. diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild index c2ade9a..626bb6e 100644 --- a/virtual/mysql/mysql-5.5.ebuild +++ b/virtual/mysql/mysql-5.5.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.5 2012/04/18 06:12:08 robbat2 Exp $ -EAPI="2" +EAPI="4" DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE=""
