diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2008-10-04 00:01:51 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2008-10-04 00:01:51 +0000 |
commit | aca6d81cd80ed4cc2efe1482b34cd2087448df36 (patch) | |
tree | 6c39d65ba5fc2734a0c3924b00f64daf4c09a561 /dev-haskell/mtl | |
parent | Sparc stable, Bug #239465. (diff) | |
download | historical-aca6d81cd80ed4cc2efe1482b34cd2087448df36.tar.gz historical-aca6d81cd80ed4cc2efe1482b34cd2087448df36.tar.bz2 historical-aca6d81cd80ed4cc2efe1482b34cd2087448df36.zip |
Sparc stable --- Bug #230919 and Bug #239368.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r-- | dev-haskell/mtl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/mtl/mtl-1.1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog index 146aff235431..0265f1e8198c 100644 --- a/dev-haskell/mtl/ChangeLog +++ b/dev-haskell/mtl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/mtl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.29 2008/07/15 05:59:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.30 2008/10/03 23:59:09 fmccor Exp $ + + 03 Oct 2008; Ferris McCormick <fmccor@gentoo.org> mtl-1.1.0.0.ebuild: + Sparc stable --- Bug #230919 and Bug #239368. 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> mtl-1.0-r1.ebuild, mtl-1.0.1.ebuild, mtl-1.1.0.0.ebuild: diff --git a/dev-haskell/mtl/mtl-1.1.0.0.ebuild b/dev-haskell/mtl/mtl-1.1.0.0.ebuild index 4a5eba9f044c..0086aec9c129 100644 --- a/dev-haskell/mtl/mtl-1.1.0.0.ebuild +++ b/dev-haskell/mtl/mtl-1.1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.0.ebuild,v 1.3 2008/07/15 05:59:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.0.ebuild,v 1.4 2008/10/03 23:59:09 fmccor 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 hppa ~ia64 ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6" |