diff options
author | 2007-05-13 10:18:50 +0000 | |
---|---|---|
committer | 2007-05-13 10:18:50 +0000 | |
commit | d0c66eec2fb6d703b9847f726260ad4e128268fb (patch) | |
tree | ed05aa1b7a2308336cca1bd0b684f96689c8650b /dev-db/mysql/mysql-5.0.40.ebuild | |
parent | Added support for python-2.5. Patch by Ali Polatel in bug #160811. (diff) | |
download | gentoo-2-d0c66eec2fb6d703b9847f726260ad4e128268fb.tar.gz gentoo-2-d0c66eec2fb6d703b9847f726260ad4e128268fb.tar.bz2 gentoo-2-d0c66eec2fb6d703b9847f726260ad4e128268fb.zip |
Stable on ppc64; bug #177913
(Portage version: 2.1.2.2)
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 774a85318b25..0d96469e707a 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.1 2007/05/11 08:42:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.40.ebuild,v 1.2 2007/05/13 10:18:50 corsair 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' |