diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-25 13:18:57 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-25 13:18:57 +0000 |
commit | 46f232d8118153e6784539c3c03e3aa9b7028339 (patch) | |
tree | 42e13bf4ff04db20dcbdfd99168f1df1985f870a /dev-haskell | |
parent | ppc/ppc64 stable wrt #339580 (diff) | |
download | gentoo-2-46f232d8118153e6784539c3c03e3aa9b7028339.tar.gz gentoo-2-46f232d8118153e6784539c3c03e3aa9b7028339.tar.bz2 gentoo-2-46f232d8118153e6784539c3c03e3aa9b7028339.zip |
ppc/ppc64 stable wrt #339580
(Portage version: 2.2.0_alpha23/cvs/Linux ppc64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/test-framework-hunit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/test-framework-hunit/ChangeLog b/dev-haskell/test-framework-hunit/ChangeLog index 5a67a12cccd5..4e3394331cbc 100644 --- a/dev-haskell/test-framework-hunit/ChangeLog +++ b/dev-haskell/test-framework-hunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/test-framework-hunit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/ChangeLog,v 1.8 2010/11/20 23:24:05 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/ChangeLog,v 1.9 2011/02/25 13:18:57 xarthisius Exp $ + + 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + test-framework-hunit-0.2.4.ebuild: + ppc/ppc64 stable wrt #339580 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> test-framework-hunit-0.2.4.ebuild: diff --git a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild index 41f0fe1972d8..767ce4079ff0 100644 --- a/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild +++ b/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild,v 1.8 2010/11/20 23:24:05 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework-hunit/test-framework-hunit-0.2.4.ebuild,v 1.9 2011/02/25 13:18:57 xarthisius Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" # works with ghc 6.8 too if we add this dependency |