diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-10 19:06:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-10 19:06:17 +0000 |
commit | 54556d4e696f268aacb512d2b169b0a7d1bc595f (patch) | |
tree | b13f306412570cb58e1953ed78ff9b99e1b2fe28 /dev-haskell/quickcheck | |
parent | sparc stable wrt #318469 (diff) | |
download | historical-54556d4e696f268aacb512d2b169b0a7d1bc595f.tar.gz historical-54556d4e696f268aacb512d2b169b0a7d1bc595f.tar.bz2 historical-54556d4e696f268aacb512d2b169b0a7d1bc595f.zip |
marked ~ia64
Package-Manager: portage-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 cb5ccb716346..d74a51159706 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.41 2010/07/08 12:50:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.42 2010/07/10 18:44:29 slyfox Exp $ + + 10 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> + quickcheck-2.1.0.3.ebuild: + marked ~ia64 08 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> quickcheck-2.1.0.3.ebuild: diff --git a/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild b/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild index 71f164275b1b..286af0202186 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.2 2010/07/08 12:50:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-2.1.0.3.ebuild,v 1.3 2010/07/10 18:44:29 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 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.10 |