diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:11:47 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:11:47 +0000 |
commit | b3845b7133a8abb83b44b900909e030d42831d09 (patch) | |
tree | 74a9940514e065d075aa24966c2ed09ee33e3a7d /dev-haskell/ansi-wl-pprint | |
parent | Add missing Text-CSV dependency, bug #345857. Thanks to Diego for reporting. (diff) | |
download | historical-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/ansi-wl-pprint')
-rw-r--r-- | dev-haskell/ansi-wl-pprint/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/ansi-wl-pprint/ChangeLog b/dev-haskell/ansi-wl-pprint/ChangeLog index f1ebd8db0865..58f93814846b 100644 --- a/dev-haskell/ansi-wl-pprint/ChangeLog +++ b/dev-haskell/ansi-wl-pprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/ansi-wl-pprint # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.7 2010/10/19 21:58:00 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.8 2010/11/20 23:06:23 slyfox Exp $ + + 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> + ansi-wl-pprint-0.5.1.ebuild: + alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). 19 Oct 2010; Thomas Kahle <tomka@gentoo.org> ansi-wl-pprint-0.5.1.ebuild: x86 stable per bug 339580 diff --git a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild index 84ae611094d1..fbecd5620f08 100644 --- a/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild +++ b/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.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/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild,v 1.7 2010/10/19 21:58:00 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.5.1.ebuild,v 1.8 2010/11/20 23:06:23 slyfox Exp $ CABAL_FEATURES="bin 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="" RDEPEND=">=dev-lang/ghc-6.6.1 |