summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-01-31 07:22:45 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-01-31 07:22:45 +0000
commita4fb326a484e606c4536e94380356bf48a767419 (patch)
treec7d016889df653fcad55faae895a7dceafd103f0 /dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild
parentVersion bump. (diff)
downloadgentoo-2-a4fb326a484e606c4536e94380356bf48a767419.tar.gz
gentoo-2-a4fb326a484e606c4536e94380356bf48a767419.tar.bz2
gentoo-2-a4fb326a484e606c4536e94380356bf48a767419.zip
fix typo of gtkhtml
(Portage version: 2.1.2-r5)
Diffstat (limited to 'dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild')
-rw-r--r--dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild b/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild
index 403a4c462686..706ddc2247ea 100644
--- a/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild
+++ b/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild
@@ -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/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild,v 1.2 2007/01/29 12:03:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-1.1.17-r1.ebuild,v 1.3 2007/01/31 07:22:45 compnerd Exp $
inherit eutils mono multilib autotools
@@ -57,7 +57,7 @@ src_unpack() {
src_compile() {
local myconf="$(use_enable gtkhtml) $(use_enable seamonkey mozilla)"
- if ! use gtktml && ! use seamonkey ; then
+ if ! use gtkhtml && ! use seamonkey ; then
myconf="--enable-gtkhtml --disable-mozilla"
fi