diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-02-25 11:20:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-02-25 11:20:01 +0000 |
commit | 79c41376e1c08f9ae0a829d777fad9029bb88158 (patch) | |
tree | 0e75d12e957bb0529f3669291e6c7a100f8692ee /dev-haskell | |
parent | stable x86, bug 306311 (diff) | |
download | gentoo-2-79c41376e1c08f9ae0a829d777fad9029bb88158.tar.gz gentoo-2-79c41376e1c08f9ae0a829d777fad9029bb88158.tar.bz2 gentoo-2-79c41376e1c08f9ae0a829d777fad9029bb88158.zip |
stable x86, bug 306311
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/c2hs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.16.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/c2hs/ChangeLog b/dev-haskell/c2hs/ChangeLog index 777f2b59ffbe..9da93fd316bf 100644 --- a/dev-haskell/c2hs/ChangeLog +++ b/dev-haskell/c2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/c2hs -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.27 2009/07/29 21:39:32 kolmodin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.28 2010/02/25 11:20:01 fauli Exp $ + + 25 Feb 2010; Christian Faulhammer <fauli@gentoo.org> c2hs-0.16.0.ebuild: + stable x86, bug 306311 *c2hs-0.16.0 (29 Jul 2009) diff --git a/dev-haskell/c2hs/c2hs-0.16.0.ebuild b/dev-haskell/c2hs/c2hs-0.16.0.ebuild index 982114c6b0fa..9e283ebf3525 100644 --- a/dev-haskell/c2hs/c2hs-0.16.0.ebuild +++ b/dev-haskell/c2hs/c2hs-0.16.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.2 2009/07/29 22:22:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.0.ebuild,v 1.3 2010/02/25 11:20:01 fauli Exp $ CABAL_FEATURES="bin" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6.1 |