diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-03 20:23:13 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-03 20:23:13 +0000 |
commit | 2e08f4538edc751feb91d1e32fab54f4cda42b83 (patch) | |
tree | 91ea470a5ce0fe77146dd4fa111d34e4a842dccd /dev-db/mysql/mysql-5.0.91.ebuild | |
parent | Expect the package name to be in the S directory. (diff) | |
download | gentoo-2-2e08f4538edc751feb91d1e32fab54f4cda42b83.tar.gz gentoo-2-2e08f4538edc751feb91d1e32fab54f4cda42b83.tar.bz2 gentoo-2-2e08f4538edc751feb91d1e32fab54f4cda42b83.zip |
stable x86, security bug 319489
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-db/mysql/mysql-5.0.91.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.91.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-5.0.91.ebuild b/dev-db/mysql/mysql-5.0.91.ebuild index 29ed9d937b28..46d5371859c2 100644 --- a/dev-db/mysql/mysql-5.0.91.ebuild +++ b/dev-db/mysql/mysql-5.0.91.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.0.91.ebuild,v 1.1 2010/08/09 05:01:50 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v 1.2 2011/01/03 20:23:13 fauli Exp $ MY_EXTRAS_VER="20100809-0452Z" EAPI=2 @@ -12,7 +12,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 ~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='' |