diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-23 19:35:05 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-23 19:35:05 +0000 |
commit | 92cf9b29f3fac49b6cf420fb1307818c926b8409 (patch) | |
tree | 05fa1de70a91e8c5a5b8e5371cf96e2cc33892ce /eclass/gkrellm-plugin.eclass | |
parent | Fix previous commit and bump to right version. 4.4.1. (diff) | |
download | historical-92cf9b29f3fac49b6cf420fb1307818c926b8409.tar.gz historical-92cf9b29f3fac49b6cf420fb1307818c926b8409.tar.bz2 historical-92cf9b29f3fac49b6cf420fb1307818c926b8409.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/gkrellm-plugin.eclass')
-rw-r--r-- | eclass/gkrellm-plugin.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass index 85cc6a679568..03f689220465 100644 --- a/eclass/gkrellm-plugin.eclass +++ b/eclass/gkrellm-plugin.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/gkrellm-plugin.eclass,v 1.2 2007/03/12 17:39:01 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gkrellm-plugin.eclass,v 1.3 2007/04/23 19:35:05 swegener Exp $ # # Original Author: Jim Ramsay <lack@gentoo.org> @@ -52,7 +52,7 @@ gkrellm-plugin_server_dir() { } gkrellm-plugin_pkg_setup() { - if [[ -z "${PLUGIN_SERVER_SO}" ]] && + if [[ -z "${PLUGIN_SERVER_SO}" ]] && ! built_with_use app-admin/gkrellm X; then eerror "This plugin requires the X frontend of gkrellm." eerror "Please re-emerge app-admin/gkrellm with USE=\"X\"" |