summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-12 17:00:39 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-12 17:00:39 +0000
commita9e4bf2286c912d1b1f412b55d09713aaa9a6fe0 (patch)
treec44478f1f57a8987a1a356ce7cb84611dc17c2f1 /eclass/mysql.eclass
parentStable on ppc wrt bug 161360 (diff)
downloadgentoo-2-a9e4bf2286c912d1b1f412b55d09713aaa9a6fe0.tar.gz
gentoo-2-a9e4bf2286c912d1b1f412b55d09713aaa9a6fe0.tar.bz2
gentoo-2-a9e4bf2286c912d1b1f412b55d09713aaa9a6fe0.zip
Change dep from sys-apps/mysql to dev-db/mysql-init-scripts.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass7
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