diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:26:53 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:26:53 +0000 |
commit | 4a78c0854045f3602997eca534ee6f7a60daaffa (patch) | |
tree | ff89f72b9c723ae3cc566b6a28b8529564dc18fe /dev-haskell/quickcheck | |
parent | alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). (diff) | |
download | gentoo-2-4a78c0854045f3602997eca534ee6f7a60daaffa.tar.gz gentoo-2-4a78c0854045f3602997eca534ee6f7a60daaffa.tar.bz2 gentoo-2-4a78c0854045f3602997eca534ee6f7a60daaffa.zip |
alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index b7ae2989067e..2d40287e5808 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.45 2010/10/19 21:56:58 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.46 2010/11/20 23:26:53 slyfox Exp $ + + 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> + quickcheck-2.1.0.3.ebuild: + alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). 19 Oct 2010; Thomas Kahle <tomka@gentoo.org> quickcheck-2.1.0.3.ebuild: x86 stable per bug 339580 diff --git a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild index 2efecc9b2b8b..b9a04fbb82dd 100644 --- a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.6 2010/10/19 21:56:58 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.7 2010/11/20 23:26:53 slyfox Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar. LICENSE="BSD" SLOT="2" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ghc-6.10 |