summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-01-12 23:33:19 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-01-12 23:33:19 +0000
commitc694650286af192017dd64812c7160c8492d3dbe (patch)
treeddf43be3f430bfd1fde5ae9a1754554b426edd86 /eclass
parentRe-add old-style wrapper support, see bug #161811 (diff)
downloadgentoo-2-c694650286af192017dd64812c7160c8492d3dbe.tar.gz
gentoo-2-c694650286af192017dd64812c7160c8492d3dbe.tar.bz2
gentoo-2-c694650286af192017dd64812c7160c8492d3dbe.zip
Fix syntax error.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index b0eabc5bdab5..0ae73bdcd86e 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.69 2007/01/12 20:51:28 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.70 2007/01/12 23:33:19 chtekk Exp $
# Author: Francesco Riosa (Retired) <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -865,5 +865,5 @@ mysql_pkg_config() {
}
mysql_pkg_postrm() {
- # mysql_lib_symlinks "${D}"
+ : # mysql_lib_symlinks "${D}"
}