diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-26 13:35:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-26 13:35:51 +0000 |
commit | 4fa2333fe0e220a34de4bde9124616b94570b3b3 (patch) | |
tree | 961a35315d7a99d67b9abbcaea03c9b675bf2ada /dev-haskell/hunit | |
parent | Stable on sparc wrt security #169675 (diff) | |
download | gentoo-2-4fa2333fe0e220a34de4bde9124616b94570b3b3.tar.gz gentoo-2-4fa2333fe0e220a34de4bde9124616b94570b3b3.tar.bz2 gentoo-2-4fa2333fe0e220a34de4bde9124616b94570b3b3.zip |
Add ~ia64 wrt bug 170650
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-haskell/hunit')
-rw-r--r-- | dev-haskell/hunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hunit/hunit-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hunit/ChangeLog b/dev-haskell/hunit/ChangeLog index f8b6095431a1..ce4c61b8bda2 100644 --- a/dev-haskell/hunit/ChangeLog +++ b/dev-haskell/hunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hunit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.6 2007/03/17 11:54:03 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.7 2007/03/26 13:35:51 armin76 Exp $ + + 26 Mar 2007; Raúl Porcel <armin76@gentoo.org> hunit-1.1.ebuild: + Add ~ia64 wrt bug 170650 *hunit-1.1-r1 (17 Mar 2007) diff --git a/dev-haskell/hunit/hunit-1.1.ebuild b/dev-haskell/hunit/hunit-1.1.ebuild index 3d21276ff80a..555f6e1bf29c 100644 --- a/dev-haskell/hunit/hunit-1.1.ebuild +++ b/dev-haskell/hunit/hunit-1.1.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/hunit/hunit-1.1.ebuild,v 1.5 2007/03/15 17:29:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1.ebuild,v 1.6 2007/03/26 13:35:51 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*" |