diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-01 20:41:21 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-04-01 20:41:21 +0000 |
commit | eb8fedb0d717bfd82d793910c3bf02e2f05098e8 (patch) | |
tree | be4de9670ac8d6d5b66a39a55a9ac545fffa7515 /dev-db/mysql | |
parent | Fix PYTHON_DEPEND. (diff) | |
download | gentoo-2-eb8fedb0d717bfd82d793910c3bf02e2f05098e8.tar.gz gentoo-2-eb8fedb0d717bfd82d793910c3bf02e2f05098e8.tar.bz2 gentoo-2-eb8fedb0d717bfd82d793910c3bf02e2f05098e8.zip |
Reintroduce ~hppa keyword that was removed before due to GCC restrictions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 10 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.87.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.88.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.90-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.90-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.90.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.39-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.44.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.45-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.1.45.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.4.3_beta.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild | 4 |
15 files changed, 37 insertions, 29 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 67e22f1f6ac1..d6e8a26858d7 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.526 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.527 2010/04/01 20:41:21 robbat2 Exp $ + + 01 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.87.ebuild, + mysql-5.0.88.ebuild, mysql-5.0.90.ebuild, mysql-5.0.90-r1.ebuild, + mysql-5.0.90-r2.ebuild, mysql-5.1.39-r1.ebuild, mysql-5.1.44.ebuild, + mysql-5.1.44-r1.ebuild, mysql-5.1.44-r2.ebuild, mysql-5.1.44-r3.ebuild, + mysql-5.1.45.ebuild, mysql-5.1.45-r1.ebuild, mysql-5.4.3_beta.ebuild, + mysql-5.5.1_alpha_pre2.ebuild: + Reintroduce ~hppa keyword that was removed before due to GCC restrictions. 01 Apr 2010; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.87.ebuild, mysql-5.0.88.ebuild, mysql-5.0.90.ebuild, mysql-5.0.90-r1.ebuild, diff --git a/dev-db/mysql/mysql-5.0.87.ebuild b/dev-db/mysql/mysql-5.0.87.ebuild index 976f35a7ad94..9fad24e9a6e4 100644 --- a/dev-db/mysql/mysql-5.0.87.ebuild +++ b/dev-db/mysql/mysql-5.0.87.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.87.ebuild,v 1.6 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100131-0301Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.0.88.ebuild b/dev-db/mysql/mysql-5.0.88.ebuild index 61d76cb628e1..ab9043033185 100644 --- a/dev-db/mysql/mysql-5.0.88.ebuild +++ b/dev-db/mysql/mysql-5.0.88.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.88.ebuild,v 1.6 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100131-0301Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.0.90-r1.ebuild b/dev-db/mysql/mysql-5.0.90-r1.ebuild index 1d8b1c53a7fc..e95ee23ebb24 100644 --- a/dev-db/mysql/mysql-5.0.90-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r1.ebuild,v 1.6 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100131-0616Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.0.90-r2.ebuild b/dev-db/mysql/mysql-5.0.90-r2.ebuild index 516a305f63ec..f1f5ede98321 100644 --- a/dev-db/mysql/mysql-5.0.90-r2.ebuild +++ b/dev-db/mysql/mysql-5.0.90-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild,v 1.11 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90-r2.ebuild,v 1.12 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100324-0329Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~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='' diff --git a/dev-db/mysql/mysql-5.0.90.ebuild b/dev-db/mysql/mysql-5.0.90.ebuild index d3524e987f57..6366a96efa84 100644 --- a/dev-db/mysql/mysql-5.0.90.ebuild +++ b/dev-db/mysql/mysql-5.0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild,v 1.5 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.90.ebuild,v 1.6 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100131-0301Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.39-r1.ebuild b/dev-db/mysql/mysql-5.1.39-r1.ebuild index 0ce582f9829a..9b331bb8f56d 100644 --- a/dev-db/mysql/mysql-5.1.39-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.39-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild,v 1.6 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.39-r1.ebuild,v 1.7 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100221-0021Z" EAPI=2 @@ -16,7 +16,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.44-r1.ebuild b/dev-db/mysql/mysql-5.1.44-r1.ebuild index 864c7ce1557f..a2365a02972e 100644 --- a/dev-db/mysql/mysql-5.1.44-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.44-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v 1.6 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r1.ebuild,v 1.7 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100227-1814Z" EAPI=2 @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.44-r2.ebuild b/dev-db/mysql/mysql-5.1.44-r2.ebuild index 9d2b5abd2ff8..13dc606aace1 100644 --- a/dev-db/mysql/mysql-5.1.44-r2.ebuild +++ b/dev-db/mysql/mysql-5.1.44-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r2.ebuild,v 1.3 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r2.ebuild,v 1.4 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.44-r3.ebuild b/dev-db/mysql/mysql-5.1.44-r3.ebuild index 7551b9231c3e..b4c5be8aa0cf 100644 --- a/dev-db/mysql/mysql-5.1.44-r3.ebuild +++ b/dev-db/mysql/mysql-5.1.44-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r3.ebuild,v 1.2 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r3.ebuild,v 1.3 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.44.ebuild b/dev-db/mysql/mysql-5.1.44.ebuild index 5ed4974a667e..f4ccf9c07da0 100644 --- a/dev-db/mysql/mysql-5.1.44.ebuild +++ b/dev-db/mysql/mysql-5.1.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild,v 1.6 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44.ebuild,v 1.7 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100221-0021Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.45-r1.ebuild b/dev-db/mysql/mysql-5.1.45-r1.ebuild index f82ee1600177..2da49f13b305 100644 --- a/dev-db/mysql/mysql-5.1.45-r1.ebuild +++ b/dev-db/mysql/mysql-5.1.45-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.45-r1.ebuild,v 1.2 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.45-r1.ebuild,v 1.3 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.1.45.ebuild b/dev-db/mysql/mysql-5.1.45.ebuild index c379f9308283..e36b5f71b63e 100644 --- a/dev-db/mysql/mysql-5.1.45.ebuild +++ b/dev-db/mysql/mysql-5.1.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.45.ebuild,v 1.2 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.45.ebuild,v 1.3 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100324-0213Z" EAPI=2 @@ -19,7 +19,7 @@ inherit toolchain-funcs mysql IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.4.3_beta.ebuild b/dev-db/mysql/mysql-5.4.3_beta.ebuild index d97bfcb0b990..bdd4722c1659 100644 --- a/dev-db/mysql/mysql-5.4.3_beta.ebuild +++ b/dev-db/mysql/mysql-5.4.3_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.7 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.4.3_beta.ebuild,v 1.8 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100201-0104Z" EAPI=2 @@ -13,7 +13,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' diff --git a/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild b/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild index 5f53ce58c024..f7b533f5ab2a 100644 --- a/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild +++ b/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild,v 1.7 2010/04/01 20:32:47 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.1_alpha_pre2.ebuild,v 1.8 2010/04/01 20:41:21 robbat2 Exp $ MY_EXTRAS_VER="20100201-0104Z" EAPI=2 @@ -15,7 +15,7 @@ IUSE="$IUSE" EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" # REMEMBER: also update eclass/mysql*.eclass before committing! -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' |