summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-02-13 23:48:48 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-02-13 23:48:48 +0000
commita18a507c06331fdc82e777b093006f7b658236d8 (patch)
tree0b75f608d02a6d07b142f513445a49bacf52813b /dev-haskell/cpphs
parentRemoving older version, both versions are ~arch and new version fixes bug 110933 (diff)
downloadgentoo-2-a18a507c06331fdc82e777b093006f7b658236d8.tar.gz
gentoo-2-a18a507c06331fdc82e777b093006f7b658236d8.tar.bz2
gentoo-2-a18a507c06331fdc82e777b093006f7b658236d8.zip
Eliminate a warning. (The haskell-cabal eclass doesn't grok "bin" yet)
(Portage version: 2.0.54)
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r--dev-haskell/cpphs/ChangeLog5
-rw-r--r--dev-haskell/cpphs/cpphs-1.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog
index ba2603b67a48..848df48a444f 100644
--- a/dev-haskell/cpphs/ChangeLog
+++ b/dev-haskell/cpphs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/cpphs
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.3 2006/02/11 02:08:18 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.4 2006/02/13 23:48:48 dcoutts Exp $
+
+ 13 Feb 2006; <duncan@gentoo.org> cpphs-1.1.ebuild:
+ Eliminate a warning. (The haskell-cabal eclass doesn't grok "bin" yet)
*cpphs-1.1 (11 Feb 2006)
diff --git a/dev-haskell/cpphs/cpphs-1.1.ebuild b/dev-haskell/cpphs/cpphs-1.1.ebuild
index 1c092d2de446..745b5e5f7709 100644
--- a/dev-haskell/cpphs/cpphs-1.1.ebuild
+++ b/dev-haskell/cpphs/cpphs-1.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.1 2006/02/11 02:08:18 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.2 2006/02/13 23:48:48 dcoutts Exp $
-CABAL_FEATURES="bin"
+CABAL_FEATURES=""
inherit eutils haskell-cabal
DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell"