diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-28 07:02:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-28 07:02:52 +0000 |
commit | 08e5b2b6f9d4c64dc9e46014fe2cb01bd3b20692 (patch) | |
tree | 4b1bff41f9b1eef83a8532313f0d013b63535e8f /dev-haskell | |
parent | Stable for amd64, wrt bug #404641 (diff) | |
download | gentoo-2-08e5b2b6f9d4c64dc9e46014fe2cb01bd3b20692.tar.gz gentoo-2-08e5b2b6f9d4c64dc9e46014fe2cb01bd3b20692.tar.bz2 gentoo-2-08e5b2b6f9d4c64dc9e46014fe2cb01bd3b20692.zip |
Stable for amd64, wrt bug #404643
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/utf8-string/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-0.3.7.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/utf8-string/ChangeLog b/dev-haskell/utf8-string/ChangeLog index dc4515453cb0..6262d7145ccc 100644 --- a/dev-haskell/utf8-string/ChangeLog +++ b/dev-haskell/utf8-string/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/utf8-string -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.12 2011/12/04 17:32:07 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.13 2012/03/28 07:02:52 ago Exp $ + + 28 Mar 2012; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.7.ebuild: + Stable for amd64, wrt bug #404643 *utf8-string-0.3.7 (04 Dec 2011) diff --git a/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild index fb6f310a45a9..693e11696363 100644 --- a/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild +++ b/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild,v 1.1 2011/12/04 17:32:07 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.7.ebuild,v 1.2 2012/03/28 07:02:52 ago Exp $ CABAL_FEATURES="lib profile haddock hscolour hoogle" 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 ~x86-fbsd ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 |