diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-05-11 12:59:51 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-05-11 12:59:51 +0000 |
commit | b1247ed25d92e667d2e3de81804fe68e86602446 (patch) | |
tree | 095c5ce1af8e342b3d1ce0672d5fef91d301efed /dev-haskell/extensible-exceptions | |
parent | Added 'ghc-supports-smp' and 'ghc-supports-dynamic-by-default' helpers. Added... (diff) | |
download | gentoo-2-b1247ed25d92e667d2e3de81804fe68e86602446.tar.gz gentoo-2-b1247ed25d92e667d2e3de81804fe68e86602446.tar.bz2 gentoo-2-b1247ed25d92e667d2e3de81804fe68e86602446.zip |
stable on alpha/amd64/ia64/ppc64/sparc/x86 as it's a ghc-7.4.2 core library (also unbreaks stable xmonad: bug #468502)
(Portage version: 2.2.0_alpha173_p24/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/extensible-exceptions')
-rw-r--r-- | dev-haskell/extensible-exceptions/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/dev-haskell/extensible-exceptions/ChangeLog b/dev-haskell/extensible-exceptions/ChangeLog index 7909c9e6b4fb..bc383d3b39f3 100644 --- a/dev-haskell/extensible-exceptions/ChangeLog +++ b/dev-haskell/extensible-exceptions/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/extensible-exceptions -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/extensible-exceptions/ChangeLog,v 1.5 2012/12/07 16:32:44 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/extensible-exceptions/ChangeLog,v 1.6 2013/05/11 12:59:51 slyfox Exp $ + + 11 May 2013; Sergei Trofimovich <slyfox@gentoo.org> + extensible-exceptions-0.1.1.4.ebuild: + stable on alpha/amd64/ia64/ppc64/sparc/x86 as it's a ghc-7.4.2 core library + (also unbreaks stable xmonad: bug #468502) 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> extensible-exceptions-0.1.1.4.ebuild: diff --git a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild index c3bc1b6bf6ed..38982986ee20 100644 --- a/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild +++ b/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.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/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild,v 1.5 2012/12/07 16:32:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/extensible-exceptions/extensible-exceptions-0.1.1.4.ebuild,v 1.6 2013/05/11 12:59:51 slyfox Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" |