diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-04-11 12:40:53 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-04-11 12:40:53 +0000 |
commit | 03b0d55066dbadb74899a8375ce259f629152bcc (patch) | |
tree | 60a1b368bbde94f5a38d50a47b1f554eaf1d2b90 /dev-db/mysql/mysql-5.0.19-r1.ebuild | |
parent | Fix Linux 2.6.16 compatibility thanks to Carlos Silva and Patrick Fourniols i... (diff) | |
download | gentoo-2-03b0d55066dbadb74899a8375ce259f629152bcc.tar.gz gentoo-2-03b0d55066dbadb74899a8375ce259f629152bcc.tar.bz2 gentoo-2-03b0d55066dbadb74899a8375ce259f629152bcc.zip |
Initialize must have variables in ebuilds, portage cache may create a fake SRC_URI if those are not present.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-db/mysql/mysql-5.0.19-r1.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.19-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-db/mysql/mysql-5.0.19-r1.ebuild b/dev-db/mysql/mysql-5.0.19-r1.ebuild index f8516ed40b7b..f8b4dbd815d7 100644 --- a/dev-db/mysql/mysql-5.0.19-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.19-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.19-r1.ebuild,v 1.1 2006/04/10 21:34:03 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.19-r1.ebuild,v 1.2 2006/04/11 12:40:53 vivo Exp $ + +MYSQL_VERSION_ID="" +MY_EXTRAS_VER="" inherit mysql KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" |