diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:57:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:57:06 +0000 |
commit | f46a239d5554e839f8dedc50a988a473fb6322ef (patch) | |
tree | fbd3927e69ef75b2600c2979fc9865ec52b5f76f /dev-haskell | |
parent | Stable for x86, wrt bug #493512 (diff) | |
download | gentoo-2-f46a239d5554e839f8dedc50a988a473fb6322ef.tar.gz gentoo-2-f46a239d5554e839f8dedc50a988a473fb6322ef.tar.bz2 gentoo-2-f46a239d5554e839f8dedc50a988a473fb6322ef.zip |
Stable for x86, wrt bug #491982
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/c2hs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.16.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/c2hs/ChangeLog b/dev-haskell/c2hs/ChangeLog index b83008ce7904..1fb080909b43 100644 --- a/dev-haskell/c2hs/ChangeLog +++ b/dev-haskell/c2hs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/c2hs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.64 2013/12/23 19:24:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/ChangeLog,v 1.65 2013/12/24 12:57:06 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> c2hs-0.16.5.ebuild: + Stable for x86, wrt bug #491982 23 Dec 2013; Pacho Ramos <pacho@gentoo.org> c2hs-0.16.5.ebuild: amd64 stable, bug #491982 diff --git a/dev-haskell/c2hs/c2hs-0.16.5.ebuild b/dev-haskell/c2hs/c2hs-0.16.5.ebuild index 6c53d153ea3a..ba83499aef77 100644 --- a/dev-haskell/c2hs/c2hs-0.16.5.ebuild +++ b/dev-haskell/c2hs/c2hs-0.16.5.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.2 2013/12/23 19:24:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.16.5.ebuild,v 1.3 2013/12/24 12:57:06 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 |