diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-05 16:07:46 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-05 16:07:46 +0000 |
commit | 6fd5f729f4299984a439614075046775ec663cdc (patch) | |
tree | 9a52d748c3db45c8d7f4eedf61c04fa0ee186a55 /dev-db/mysql/mysql-5.0.91.ebuild | |
parent | try to fix zsh-completion deps again with a blocker this time, bug 350129 (diff) | |
download | gentoo-2-6fd5f729f4299984a439614075046775ec663cdc.tar.gz gentoo-2-6fd5f729f4299984a439614075046775ec663cdc.tar.bz2 gentoo-2-6fd5f729f4299984a439614075046775ec663cdc.zip |
Stable for HPPA PPC (bug #319489).
(Portage version: 2.2.0_alpha12/cvs/Linux i686)
Diffstat (limited to 'dev-db/mysql/mysql-5.0.91.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.91.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.0.91.ebuild b/dev-db/mysql/mysql-5.0.91.ebuild index aca036eb15b4..b5bc3163a6c2 100644 --- a/dev-db/mysql/mysql-5.0.91.ebuild +++ b/dev-db/mysql/mysql-5.0.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v 1.3 2011/01/04 14:43:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v 1.4 2011/01/05 16:07:46 jer Exp $ MY_EXTRAS_VER="20100809-0452Z" EAPI=2 @@ -12,7 +12,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' |