From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MVVTm-0004iL-BD for garchives@archives.gentoo.org; Mon, 27 Jul 2009 19:03:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D175FE04D7; Mon, 27 Jul 2009 19:03:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B3F17E04D7 for ; Mon, 27 Jul 2009 19:03:21 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E922666EEA for ; Mon, 27 Jul 2009 19:03:20 +0000 (UTC) Received: from kolmodin by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MVVTk-0002jr-3m for gentoo-commits@lists.gentoo.org; Mon, 27 Jul 2009 19:03:20 +0000 From: "Lennart Kolmodin (kolmodin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kolmodin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: haskell-cabal.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: haskell-cabal.eclass X-VCS-Directories: eclass X-VCS-Committer: kolmodin X-VCS-Committer-Name: Lennart Kolmodin Content-Type: text/plain; charset=utf8 Message-Id: Sender: Lennart Kolmodin Date: Mon, 27 Jul 2009 19:03:20 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0f6b130e-1f96-4375-b11b-acc933785d0e X-Archives-Hash: 25a46ff07ae1dbe5f1f26fb3c1b2aa42 kolmodin 09/07/27 19:03:20 Modified: haskell-cabal.eclass Log: Fix (kind of harmless) typo in haskell-cabal eclass. $CABAL_UNKNONW -> = $CABAL_UNKNOWN. Revision Changes Path 1.15 eclass/haskell-cabal.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/haskell-cab= al.eclass?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/haskell-cab= al.eclass?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/haskell-cab= al.eclass?r1=3D1.14&r2=3D1.15 Index: haskell-cabal.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- haskell-cabal.eclass 13 Dec 2007 04:44:39 -0000 1.14 +++ haskell-cabal.eclass 27 Jul 2009 19:03:20 -0000 1.15 @@ -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/haskell-cabal.eclass,v 1.14 20= 07/12/13 04:44:39 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/haskell-cabal.eclass,v 1.15 20= 09/07/27 19:03:20 kolmodin Exp $ # # Original authors: Andres Loeh # Duncan Coutts @@ -283,7 +283,7 @@ eerror "QA: Neither bin nor lib are in CABAL_FEATURES." fi if [[ -n "${CABAL_UNKNOWN}" ]]; then - ewarn "Unknown entry in CABAL_FEATURES: ${CABAL_UNKNONW}" + ewarn "Unknown entry in CABAL_FEATURES: ${CABAL_UNKNOWN}" fi if cabal-is-dummy-lib; then einfo "${P} is included in ghc-${CABAL_CORE_LIB_GHC_PV}, nothing to in= stall."