diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 16:32:43 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-29 16:32:43 +0000 |
commit | 0dd31a3af2895385f7c55ff3377bce70ec323b65 (patch) | |
tree | 2b2c96ccce31a3896ef2bae5ca9a59d9da855710 /dev-haskell | |
parent | Stable for sparc, wrt bug #471410 (diff) | |
download | gentoo-2-0dd31a3af2895385f7c55ff3377bce70ec323b65.tar.gz gentoo-2-0dd31a3af2895385f7c55ff3377bce70ec323b65.tar.bz2 gentoo-2-0dd31a3af2895385f7c55ff3377bce70ec323b65.zip |
Stable for sparc, wrt bug #473336
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 297cce7fc296..994c9347b7bc 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.66 2013/06/26 08:59:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.67 2013/06/29 16:32:43 ago Exp $ + + 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> quickcheck-2.6.ebuild: + Stable for sparc, wrt bug #473336 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> quickcheck-2.6.ebuild: Stable for ia64, wrt bug #473336 diff --git a/dev-haskell/quickcheck/quickcheck-2.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.6.ebuild index ec5d16172901..81b32439a389 100644 --- a/dev-haskell/quickcheck/quickcheck-2.6.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.6.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/quickcheck/quickcheck-2.6.ebuild,v 1.7 2013/06/26 08:59:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.6.ebuild,v 1.8 2013/06/29 16:32:43 ago Exp $ EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="+template_haskell" RDEPEND="dev-haskell/extensible-exceptions:=[profile?] |