diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-05-06 22:08:33 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-05-06 22:08:33 +0000 |
commit | 120ebce6e64542363d51aab12fbde34a215fc318 (patch) | |
tree | c9d6450856ae3df1511ff8d30c11b91bd635eecb /dev-db/mysql/mysql-5.1.56.ebuild | |
parent | Use Python 2 (bug #366287). (diff) | |
download | historical-120ebce6e64542363d51aab12fbde34a215fc318.tar.gz historical-120ebce6e64542363d51aab12fbde34a215fc318.tar.bz2 historical-120ebce6e64542363d51aab12fbde34a215fc318.zip |
x86 stable per bug 344987
Package-Manager: portage-2.1.9.46/cvs/Linux i686
Diffstat (limited to 'dev-db/mysql/mysql-5.1.56.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.1.56.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.1.56.ebuild b/dev-db/mysql/mysql-5.1.56.ebuild index 6bb1029abe6a..5c2a374ba80b 100644 --- a/dev-db/mysql/mysql-5.1.56.ebuild +++ b/dev-db/mysql/mysql-5.1.56.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.1.56.ebuild,v 1.2 2011/04/26 10:53:14 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.56.ebuild,v 1.3 2011/05/06 22:08:33 tomka Exp $ 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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" # When MY_EXTRAS is bumped, the index should be revised to exclude these. # This is often broken still |