diff options
author | 2008-11-14 09:43:04 +0000 | |
---|---|---|
committer | 2008-11-14 09:43:04 +0000 | |
commit | 00b222215b9b4d29aa4929ce16bc9b307465e452 (patch) | |
tree | 451c984632300ce37c426158cd964e82df5ff34d /dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild | |
parent | Add et to linguas (diff) | |
download | gentoo-2-00b222215b9b4d29aa4929ce16bc9b307465e452.tar.gz gentoo-2-00b222215b9b4d29aa4929ce16bc9b307465e452.tar.bz2 gentoo-2-00b222215b9b4d29aa4929ce16bc9b307465e452.zip |
Repoman cleanups.
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc2-00338-g65fc716 x86_64)
Diffstat (limited to 'dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild')
-rw-r--r-- | dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild b/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild index 7306d4ccb00f..bb2421d24514 100644 --- a/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild +++ b/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild @@ -1,11 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild,v 1.3 2007/07/14 21:39:02 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.27-r1.ebuild,v 1.4 2008/11/14 09:43:04 robbat2 Exp $ MY_EXTRAS_VER="20070105" SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" inherit 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" |