diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:17:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-20 17:17:29 +0000 |
commit | b8ed8f7838249f08aa84c2cdb4de43f8a8a9de5d (patch) | |
tree | b15b913cf7fbb9022f45db86d9d49c3745e8b3f3 /dev-db | |
parent | Stable for alpha, wrt bug #441150 (diff) | |
download | gentoo-2-b8ed8f7838249f08aa84c2cdb4de43f8a8a9de5d.tar.gz gentoo-2-b8ed8f7838249f08aa84c2cdb4de43f8a8a9de5d.tar.bz2 gentoo-2-b8ed8f7838249f08aa84c2cdb4de43f8a8a9de5d.zip |
Stable for arm, wrt bug #445602
(Portage version: 2.1.11.31/cvs/Linux ppc64, RepoMan options: --force, unsigned Manifest commit)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.67.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 3c98cacf8bc6..76c615dcaf8f 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.634 2013/01/20 02:40:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.635 2013/01/20 17:17:29 ago Exp $ + + 20 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mysql-5.1.67.ebuild: + Stable for arm, wrt bug #445602 20 Jan 2013; Robin H. Johnson <robbat2@gentoo.org> files/my.cnf-5.1, files/my.cnf-5.5: diff --git a/dev-db/mysql/mysql-5.1.67.ebuild b/dev-db/mysql/mysql-5.1.67.ebuild index 5f1dfc8bb27a..779d8838e2a7 100644 --- a/dev-db/mysql/mysql-5.1.67.ebuild +++ b/dev-db/mysql/mysql-5.1.67.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.67.ebuild,v 1.1 2013/01/20 02:18:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.67.ebuild,v 1.2 2013/01/20 17:17:29 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 |