diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:25:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-25 20:25:05 +0000 |
commit | dd1ae9e5a93c69635a90ed009076c9a2b548ed3a (patch) | |
tree | bcd65da4b94e216c59e141cb0de4c24581905f43 /dev-haskell/missingh | |
parent | Stable for amd64, wrt bug #456500 (diff) | |
download | gentoo-2-dd1ae9e5a93c69635a90ed009076c9a2b548ed3a.tar.gz gentoo-2-dd1ae9e5a93c69635a90ed009076c9a2b548ed3a.tar.bz2 gentoo-2-dd1ae9e5a93c69635a90ed009076c9a2b548ed3a.zip |
Stable for amd64, wrt bug #456502
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/missingh')
-rw-r--r-- | dev-haskell/missingh/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/missingh/missingh-1.2.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/missingh/ChangeLog b/dev-haskell/missingh/ChangeLog index 3b06524ebc78..54ff566e4c4d 100644 --- a/dev-haskell/missingh/ChangeLog +++ b/dev-haskell/missingh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/missingh -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.23 2012/12/06 22:54:59 slyfox Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.24 2013/03/25 20:25:05 ago Exp $ + + 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> missingh-1.2.0.0.ebuild: + Stable for amd64, wrt bug #456502 06 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> missingh-1.2.0.0.ebuild: Get rid of 'dev-haskell/time' depend as it's a ghc's core library. diff --git a/dev-haskell/missingh/missingh-1.2.0.0.ebuild b/dev-haskell/missingh/missingh-1.2.0.0.ebuild index 71310b14cc76..195f18bff677 100644 --- a/dev-haskell/missingh/missingh-1.2.0.0.ebuild +++ b/dev-haskell/missingh/missingh-1.2.0.0.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/missingh/missingh-1.2.0.0.ebuild,v 1.2 2012/12/06 22:54:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.3 2013/03/25 20:25:05 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="amd64 ~sparc ~x86" IUSE="test" # testpack dependency is a workaround for cabal-1.8 bug, which pulls |