summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-12-13 22:35:41 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-12-13 22:35:41 +0000
commitea1186d9599b117def56e89f1ba9eb5aa7e58c4b (patch)
tree9808287f72d27e80c3a2345a88582f7f9732de19 /net-irc
parentVersion bump. Drop old revision. (diff)
downloadgentoo-2-ea1186d9599b117def56e89f1ba9eb5aa7e58c4b.tar.gz
gentoo-2-ea1186d9599b117def56e89f1ba9eb5aa7e58c4b.tar.bz2
gentoo-2-ea1186d9599b117def56e89f1ba9eb5aa7e58c4b.zip
Fix typo.
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/weechat/weechat-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
index 7ed172e2a806..a92bc4cc6010 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.1 2010/09/17 10:35:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-9999.ebuild,v 1.2 2010/12/13 22:35:41 idl0r Exp $
EAPI=2
inherit cmake-utils git
@@ -57,7 +57,7 @@ src_configure() {
$(cmake-utils_use_enable perl)
$(cmake-utils_use_enable python)
$(cmake-utils_use_enable ruby)
- $(cmake_utils_use_enable lua)
+ $(cmake-utils_use_enable lua)
$(cmake-utils_use_enable tcl)
$(cmake-utils_use_enable doc)
)