diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-08 12:03:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-08 12:03:35 +0000 |
commit | 983e2f7ae137117dc1a848f518d5448baabc537b (patch) | |
tree | 8a386c88c05189cd1089d310734f985e2c60e900 /dev-db | |
parent | Port reload and reconnect initscript options from sunrise ebuild (diff) | |
download | gentoo-2-983e2f7ae137117dc1a848f518d5448baabc537b.tar.gz gentoo-2-983e2f7ae137117dc1a848f518d5448baabc537b.tar.bz2 gentoo-2-983e2f7ae137117dc1a848f518d5448baabc537b.zip |
Stable for sh, 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 a9c5dbcd8048..52c969d97772 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.644 2013/01/28 02:10:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.645 2013/02/08 12:03:35 ago Exp $ + + 08 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mysql-5.1.67.ebuild: + Stable for sh, wrt bug #445602 *mysql-5.1.67-r1 (28 Jan 2013) *mysql-5.1.66-r1 (28 Jan 2013) diff --git a/dev-db/mysql/mysql-5.1.67.ebuild b/dev-db/mysql/mysql-5.1.67.ebuild index 5eee7520f05c..9f1126a31ed3 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.8 2013/01/21 19:29:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.67.ebuild,v 1.9 2013/02/08 12:03:35 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 |