diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-24 03:32:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-24 03:32:52 +0000 |
commit | 7d0d357ebca92f1a687e05fd1a723ff44c3db9d7 (patch) | |
tree | 4b30d4bd173271d3b67fd7c0b8f643f915ede9bd /dev-db/mysql/mysql-5.1.44-r2.ebuild | |
parent | Last commit in the latest round of mysql changes: pkg_config now checks for o... (diff) | |
download | gentoo-2-7d0d357ebca92f1a687e05fd1a723ff44c3db9d7.tar.gz gentoo-2-7d0d357ebca92f1a687e05fd1a723ff44c3db9d7.tar.bz2 gentoo-2-7d0d357ebca92f1a687e05fd1a723ff44c3db9d7.zip |
Per bug #303747 masking mysql from hppa for now, try to make repoman happier until GCC4.3 is available (bug #307251).
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysql/mysql-5.1.44-r2.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.1.44-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.1.44-r2.ebuild b/dev-db/mysql/mysql-5.1.44-r2.ebuild index 0486cf5f5705..95191615a5ef 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.1 2010/03/24 02:17:31 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.44-r2.ebuild,v 1.2 2010/03/24 03:32:52 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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~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='' |