diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-20 18:16:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-20 18:16:02 +0000 |
commit | e54535b3674650c939081e85d485c1684795044b (patch) | |
tree | e0fea8e29e9f727ff9d9bbb142143f2ed8af74e3 | |
parent | old (diff) | |
download | gentoo-2-e54535b3674650c939081e85d485c1684795044b.tar.gz gentoo-2-e54535b3674650c939081e85d485c1684795044b.tar.bz2 gentoo-2-e54535b3674650c939081e85d485c1684795044b.zip |
Stable for amd64, wrt bug #477474
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.70.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 41fd92183509..5a13c2b718cf 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.652 2013/06/27 01:59:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.653 2013/07/20 18:16:02 ago Exp $ + + 20 Jul 2013; Agostino Sarubbo <ago@gentoo.org> mysql-5.1.70.ebuild: + Stable for amd64, wrt bug #477474 *mysql-5.1.70 (27 Jun 2013) diff --git a/dev-db/mysql/mysql-5.1.70.ebuild b/dev-db/mysql/mysql-5.1.70.ebuild index c5c461eb76f1..56aad61b4a5f 100644 --- a/dev-db/mysql/mysql-5.1.70.ebuild +++ b/dev-db/mysql/mysql-5.1.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.70.ebuild,v 1.1 2013/06/27 01:59:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.70.ebuild,v 1.2 2013/07/20 18:16:02 ago Exp $ EAPI="4" @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql-v2 IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |