diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-12 17:00:39 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-12 17:00:39 +0000 |
commit | e013f9f848dc436525da7e80ed12030c6aad408f (patch) | |
tree | eadda60bef6a127c41f93a43e3e96185458b04a8 /eclass | |
parent | Stable on ppc wrt bug 161360 (diff) | |
download | historical-e013f9f848dc436525da7e80ed12030c6aad408f.tar.gz historical-e013f9f848dc436525da7e80ed12030c6aad408f.tar.bz2 historical-e013f9f848dc436525da7e80ed12030c6aad408f.zip |
Change dep from sys-apps/mysql to dev-db/mysql-init-scripts.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 1da70a263448..b6abf3e594c0 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.67 2007/01/09 15:48:34 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.68 2007/01/12 17:00:39 chtekk Exp $ # kate: encoding utf-8; eol unix; # kate: indent-width 4; mixedindent off; remove-trailing-space on; space-indent off; # kate: word-wrap-column 80; word-wrap off; @@ -126,9 +126,8 @@ mysql_version_is_at_least "5.1.12" \ && IUSE="${IUSE} pbxt" RDEPEND="${DEPEND} -!minimal? ( sys-apps/mysql ) -selinux? ( sec-policy/selinux-mysql ) -" + !minimal? ( dev-db/mysql-init-scripts ) + selinux? ( sec-policy/selinux-mysql )" EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst \ pkg_postinst pkg_config pkg_postrm |