summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-11-20 23:11:47 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-11-20 23:11:47 +0000
commitb3845b7133a8abb83b44b900909e030d42831d09 (patch)
tree74a9940514e065d075aa24966c2ed09ee33e3a7d /dev-haskell/digest
parentAdd missing Text-CSV dependency, bug #345857. Thanks to Diego for reporting. (diff)
downloadhistorical-b3845b7133a8abb83b44b900909e030d42831d09.tar.gz
historical-b3845b7133a8abb83b44b900909e030d42831d09.tar.bz2
historical-b3845b7133a8abb83b44b900909e030d42831d09.zip
alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/digest')
-rw-r--r--dev-haskell/digest/ChangeLog5
-rw-r--r--dev-haskell/digest/digest-0.0.0.8.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/digest/ChangeLog b/dev-haskell/digest/ChangeLog
index f56c16ff8318..537c50b1b378 100644
--- a/dev-haskell/digest/ChangeLog
+++ b/dev-haskell/digest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/digest
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.7 2010/10/19 21:52:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/ChangeLog,v 1.8 2010/11/20 23:08:46 slyfox Exp $
+
+ 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> digest-0.0.0.8.ebuild:
+ alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
19 Oct 2010; Thomas Kahle <tomka@gentoo.org> digest-0.0.0.8.ebuild:
x86 stable per bug 339580
diff --git a/dev-haskell/digest/digest-0.0.0.8.ebuild b/dev-haskell/digest/digest-0.0.0.8.ebuild
index 5b516c000a49..c37934ac4d19 100644
--- a/dev-haskell/digest/digest-0.0.0.8.ebuild
+++ b/dev-haskell/digest/digest-0.0.0.8.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/dev-haskell/digest/digest-0.0.0.8.ebuild,v 1.7 2010/10/19 21:52:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/digest/digest-0.0.0.8.ebuild,v 1.8 2010/11/20 23:08:46 slyfox Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6.1