summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-12-13 11:11:26 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-12-13 11:11:26 +0000
commit45b0f23af95a81a2fbfe7e1da6176480bd56d715 (patch)
tree016ce9281dda1ec6f4783ecca68198f4f8d5853c /eclass
parentBump alsa-lib requirement so that users won't try to merge this with older ve... (diff)
downloadhistorical-45b0f23af95a81a2fbfe7e1da6176480bd56d715.tar.gz
historical-45b0f23af95a81a2fbfe7e1da6176480bd56d715.tar.bz2
historical-45b0f23af95a81a2fbfe7e1da6176480bd56d715.zip
fix built_with_use, fix bug #157983
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index e1824f8abc41..15738b214070 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.48 2006/12/10 18:32:03 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.49 2006/12/13 11:11:26 vivo Exp $
# Author: Francesco Riosa <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -621,7 +621,7 @@ mysql_pkg_config() {
[[ -z "${DATADIR}" ]] && die "Sorry, unable to find DATADIR"
- if built_with_use dev-db/mysql minimal ; then
+ if built_with_use ${CATEGORY}/${PN} minimal ; then
die "Minimal builds do NOT include the MySQL server"
fi
@@ -726,5 +726,5 @@ mysql_pkg_config() {
}
mysql_pkg_postrm() {
- mysql_lib_symlinks
+ : #mysql_lib_symlinks
}