diff options
author | 2013-03-25 20:13:57 +0000 | |
---|---|---|
committer | 2013-03-25 20:13:57 +0000 | |
commit | ffcf30a3f60bf26184b5ca70839d8ee5a5fa55c8 (patch) | |
tree | 0d2bdd7d520dc99134a4b47f5b256f9ef252c7dd /dev-haskell/c2hs | |
parent | Stable for amd64, wrt bug #457268 (diff) | |
download | gentoo-2-ffcf30a3f60bf26184b5ca70839d8ee5a5fa55c8.tar.gz gentoo-2-ffcf30a3f60bf26184b5ca70839d8ee5a5fa55c8.tar.bz2 gentoo-2-ffcf30a3f60bf26184b5ca70839d8ee5a5fa55c8.zip |
Stable for amd64, wrt bug #457270
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/c2hs')
-rw-r--r-- | dev-haskell/c2hs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.16.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/c2hs/ChangeLog b/dev-haskell/c2hs/ChangeLog index 5c3b3dca09a7..cf62ec53e53b 100644 --- a/dev-haskell/c2hs/ChangeLog +++ b/dev-haskell/c2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/c2hs -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.55 2012/12/22 21:18:10 slyfox Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.56 2013/03/25 20:13:57 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> c2hs-0.16.4.ebuild: + Stable for amd64, wrt bug #457270 *c2hs-0.16.4 (22 Dec 2012) diff --git a/dev-haskell/c2hs/c2hs-0.16.4.ebuild b/dev-haskell/c2hs/c2hs-0.16.4.ebuild index d4c7f4d1f447..f086101a74a6 100644 --- a/dev-haskell/c2hs/c2hs-0.16.4.ebuild +++ b/dev-haskell/c2hs/c2hs-0.16.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.4.ebuild,v 1.1 2012/12/22 21:18:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.4.ebuild,v 1.2 2013/03/25 20:13:57 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=dev-lang/ghc-6.10.4 |