diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-10 18:56:02 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-10 18:56:02 +0000 |
commit | 1f331261d7628565c99472ca4ee5e48d4673f3ad (patch) | |
tree | 7397ceeeeaf86a2ca517a2768cb23b44a4be699f /dev-haskell/utf8-string | |
parent | marked ~ia64 (diff) | |
download | gentoo-2-1f331261d7628565c99472ca4ee5e48d4673f3ad.tar.gz gentoo-2-1f331261d7628565c99472ca4ee5e48d4673f3ad.tar.bz2 gentoo-2-1f331261d7628565c99472ca4ee5e48d4673f3ad.zip |
marked ~ia64
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/utf8-string')
-rw-r--r-- | dev-haskell/utf8-string/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-0.3.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/utf8-string/ChangeLog b/dev-haskell/utf8-string/ChangeLog index c80e961152ca..b7084b356a6a 100644 --- a/dev-haskell/utf8-string/ChangeLog +++ b/dev-haskell/utf8-string/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/utf8-string # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.5 2010/07/08 12:45:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.6 2010/07/10 18:56:02 slyfox Exp $ + + 10 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> + utf8-string-0.3.6.ebuild: + marked ~ia64 08 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> utf8-string-0.3.6.ebuild: diff --git a/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild index 64b1ea44ecff..110e1fbd756a 100644 --- a/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild +++ b/dev-haskell/utf8-string/utf8-string-0.3.6.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/utf8-string/utf8-string-0.3.6.ebuild,v 1.3 2010/07/08 12:45:32 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild,v 1.4 2010/07/10 18:56:02 slyfox 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 ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |