diff options
author | 2007-05-13 15:05:37 +0000 | |
---|---|---|
committer | 2007-05-13 15:05:37 +0000 | |
commit | 1e7d8a936769307f712f7e20794ec574190108c4 (patch) | |
tree | 118ce260a16e23a631f7d5234819e6879baea2b5 /dev-db/mysql/mysql-5.0.40.ebuild | |
parent | rev bump (diff) | |
download | gentoo-2-1e7d8a936769307f712f7e20794ec574190108c4.tar.gz gentoo-2-1e7d8a936769307f712f7e20794ec574190108c4.tar.bz2 gentoo-2-1e7d8a936769307f712f7e20794ec574190108c4.zip |
ia64 + x86 stable wrt security bug 177913
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-db/mysql/mysql-5.0.40.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.40.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.0.40.ebuild b/dev-db/mysql/mysql-5.0.40.ebuild index 0d96469e707a..4bcd8c2d5cd0 100644 --- a/dev-db/mysql/mysql-5.0.40.ebuild +++ b/dev-db/mysql/mysql-5.0.40.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.40.ebuild,v 1.2 2007/05/13 10:18:50 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.40.ebuild,v 1.3 2007/05/13 15:05:37 armin76 Exp $ MY_EXTRAS_VER="20070415" SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz" @@ -8,7 +8,7 @@ SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz" inherit mysql # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~sparc-fbsd x86 ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='202_all_embedded-library-compile-5.0.38.patch 706_all_fix-nullpointer-dos.patch 707_all_fix-nullpointer-dos-testcase.patch' |