diff options
author | 2013-04-18 14:21:34 +0000 | |
---|---|---|
committer | 2013-04-18 14:21:34 +0000 | |
commit | 891fe5b12ae6ca76cffe379d28c00b4c75aaa2b7 (patch) | |
tree | fdf885a273081b457848d3fcbd6bd7935090e45e /dev-haskell/ghc-paths | |
parent | Stable for ia64, wrt bug #457780 (diff) | |
download | gentoo-2-891fe5b12ae6ca76cffe379d28c00b4c75aaa2b7.tar.gz gentoo-2-891fe5b12ae6ca76cffe379d28c00b4c75aaa2b7.tar.bz2 gentoo-2-891fe5b12ae6ca76cffe379d28c00b4c75aaa2b7.zip |
Stable for ia64, wrt bug #457780
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/ghc-paths')
-rw-r--r-- | dev-haskell/ghc-paths/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/ghc-paths/ChangeLog b/dev-haskell/ghc-paths/ChangeLog index a11002ab1c47..b94a640796dd 100644 --- a/dev-haskell/ghc-paths/ChangeLog +++ b/dev-haskell/ghc-paths/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/ghc-paths # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.12 2013/04/18 08:36:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.13 2013/04/18 14:21:34 ago Exp $ + + 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ghc-paths-0.1.0.9.ebuild: + Stable for ia64, wrt bug #457780 18 Apr 2013; Agostino Sarubbo <ago@gentoo.org> ghc-paths-0.1.0.9.ebuild: Stable for alpha, wrt bug #457780 diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild index 0954fe2766ad..8e6ec6d0eac8 100644 --- a/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild +++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.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/ghc-paths/ghc-paths-0.1.0.9.ebuild,v 1.5 2013/04/18 08:36:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild,v 1.6 2013/04/18 14:21:34 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.2:=" |