diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-14 09:42:28 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-14 09:42:28 +0000 |
commit | e2bf8248feba13c8d8d49c8223e8d379e774f318 (patch) | |
tree | 2717385a471825a76c808b4330e443ffae9ac2f9 /dev-db/mysql/mysql-5.0.44-r1.ebuild | |
parent | archive_gis is still broken on big_endian. (diff) | |
download | gentoo-2-e2bf8248feba13c8d8d49c8223e8d379e774f318.tar.gz gentoo-2-e2bf8248feba13c8d8d49c8223e8d379e774f318.tar.bz2 gentoo-2-e2bf8248feba13c8d8d49c8223e8d379e774f318.zip |
Repoman cleanups.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc3-00249-ga622cf6 x86_64)
Diffstat (limited to 'dev-db/mysql/mysql-5.0.44-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.44-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.0.44-r1.ebuild b/dev-db/mysql/mysql-5.0.44-r1.ebuild index 64233f6a9719..395cca942c5c 100644 --- a/dev-db/mysql/mysql-5.0.44-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.44-r1.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.44-r1.ebuild,v 1.8 2008/05/29 19:36:57 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.44-r1.ebuild,v 1.9 2008/11/14 09:42:28 robbat2 Exp $ MY_EXTRAS_VER="20070710" inherit toolchain-funcs mysql +# only to make repoman happy. it is really set in the eclass +IUSE="$IUSE" # REMEMBER: also update eclass/mysql*.eclass before committing! KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" |