diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 14:43:50 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-04 14:43:50 +0000 |
commit | 4d8a12dfce6413e8c301f29bd24305c4c60bfd4f (patch) | |
tree | d5799b990e4a1fa89ea1845a07690c97382d4f08 /dev-db/mysql/mysql-5.0.91.ebuild | |
parent | added ~sparc keyword (bug 256063) (diff) | |
download | gentoo-2-4d8a12dfce6413e8c301f29bd24305c4c60bfd4f.tar.gz gentoo-2-4d8a12dfce6413e8c301f29bd24305c4c60bfd4f.tar.bz2 gentoo-2-4d8a12dfce6413e8c301f29bd24305c4c60bfd4f.zip |
Stable on amd64 wrt bug #319489
(Portage version: 2.1.9.28/cvs/Linux x86_64)
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 46d5371859c2..aca036eb15b4 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.2 2011/01/03 20:23:13 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v 1.3 2011/01/04 14:43:50 hwoarang 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='' |