diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-26 13:38:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-26 13:38:35 +0000 |
commit | a4f233dc173f7f06cf9537a937eab430508026a6 (patch) | |
tree | 2980721c924eef2bae95ae6d1e216571126dfeb4 /dev-haskell/quickcheck | |
parent | Add ~ia64 wrt bug 170650 (diff) | |
download | gentoo-2-a4f233dc173f7f06cf9537a937eab430508026a6.tar.gz gentoo-2-a4f233dc173f7f06cf9537a937eab430508026a6.tar.bz2 gentoo-2-a4f233dc173f7f06cf9537a937eab430508026a6.zip |
Add ~ia64 wrt bug 170650
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 05cc8460d3b2..89551f0febb4 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.6 2007/03/17 11:56:16 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.7 2007/03/26 13:38:35 armin76 Exp $ + + 26 Mar 2007; Raúl Porcel <armin76@gentoo.org> quickcheck-1.0.ebuild: + Add ~ia64 wrt bug 170650 *quickcheck-1.0-r1 (17 Mar 2007) diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild index 7515c6796325..2f53473dc08e 100644 --- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild +++ b/dev-haskell/quickcheck/quickcheck-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.5 2007/03/15 17:31:10 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.6 2007/03/26 13:38:35 armin76 Exp $ inherit ghc-package @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 hppa ppc64 sparc x86" +KEYWORDS="~amd64 hppa ~ia64 ppc64 sparc x86" IUSE="" DEPEND="=virtual/ghc-6.4*" |