diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-01-21 19:29:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-01-21 19:29:09 +0000 |
commit | 361027c03b416ce7528eb253f9326edb163b8a62 (patch) | |
tree | 404b7713b47a6416c15be2912c17bfa2259d2171 /dev-db | |
parent | Modernize ebuild. Add a dependency on glu to stable revisions, and avoid link... (diff) | |
download | gentoo-2-361027c03b416ce7528eb253f9326edb163b8a62.tar.gz gentoo-2-361027c03b416ce7528eb253f9326edb163b8a62.tar.bz2 gentoo-2-361027c03b416ce7528eb253f9326edb163b8a62.zip |
Stable for HPPA (bug #445602).
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613)
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 1c6ed3076a4f..b540fdf87925 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.641 2013/01/21 16:06:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.642 2013/01/21 19:29:09 jer Exp $ + + 21 Jan 2013; Jeroen Roovers <jer@gentoo.org> mysql-5.1.67.ebuild: + Stable for HPPA (bug #445602). 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mysql-5.1.67.ebuild: Stable for sparc, wrt bug #445602 diff --git a/dev-db/mysql/mysql-5.1.67.ebuild b/dev-db/mysql/mysql-5.1.67.ebuild index aa2e5d76d03b..5eee7520f05c 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.7 2013/01/21 16:06:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.67.ebuild,v 1.8 2013/01/21 19:29:09 jer 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 |