diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-08 12:49:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-09-08 12:49:03 +0000 |
commit | fd7fe03b6d768096fbd6a816de44fd7be0246c17 (patch) | |
tree | 424ebf3cd065e8cb9ef117a1f4ae53b94cfce7bd /dev-db/mysql | |
parent | Version bump (diff) | |
download | gentoo-2-fd7fe03b6d768096fbd6a816de44fd7be0246c17.tar.gz gentoo-2-fd7fe03b6d768096fbd6a816de44fd7be0246c17.tar.bz2 gentoo-2-fd7fe03b6d768096fbd6a816de44fd7be0246c17.zip |
Bug #284078: Some of the version specs in the patchset were wrong, so the patches did not get applied, and lead to a failure to apply.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.84-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index a9b97f764a36..6f77abe3a2f2 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.490 2009/09/08 05:32:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.491 2009/09/08 12:49:03 robbat2 Exp $ + + 08 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.84-r1.ebuild: + Bug #284078: Some of the version specs in the patchset were wrong, so the + patches did not get applied, and lead to a failure to apply. *mysql-5.0.84-r1 (08 Sep 2009) diff --git a/dev-db/mysql/mysql-5.0.84-r1.ebuild b/dev-db/mysql/mysql-5.0.84-r1.ebuild index 53d2301dda73..0099b82a0e10 100644 --- a/dev-db/mysql/mysql-5.0.84-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.84-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.1 2009/09/08 05:32:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.2 2009/09/08 12:49:03 robbat2 Exp $ -MY_EXTRAS_VER="20090904-0939Z" +MY_EXTRAS_VER="20090908-1245Z" EAPI=2 inherit toolchain-funcs mysql |