diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-07-20 13:46:00 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-07-20 13:46:00 +0000 |
commit | 57accfd48a1bc2a97097584c584be7e89adfb481 (patch) | |
tree | 8b2e74e2f3f2a8777bc179c091e4128d95a1c54b /dev-haskell/utf8-string | |
parent | Added ppc build for 6.12.3. Marked ~ppc. (diff) | |
download | historical-57accfd48a1bc2a97097584c584be7e89adfb481.tar.gz historical-57accfd48a1bc2a97097584c584be7e89adfb481.tar.bz2 historical-57accfd48a1bc2a97097584c584be7e89adfb481.zip |
Marked ~ppc.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/utf8-string')
-rw-r--r-- | dev-haskell/utf8-string/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-0.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/utf8-string/ChangeLog b/dev-haskell/utf8-string/ChangeLog index b7084b356a6a..29063285ee33 100644 --- a/dev-haskell/utf8-string/ChangeLog +++ b/dev-haskell/utf8-string/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2010/07/10 18:56:02 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.7 2010/07/20 13:32:57 josejx Exp $ + + 20 Jul 2010; Joseph Jezak <josejx@gentoo.org> utf8-string-0.3.6.ebuild: + Marked ~ppc. 10 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 110e1fbd756a..082039504ed5 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.4 2010/07/10 18:56:02 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.6.ebuild,v 1.5 2010/07/20 13:32:57 josejx 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 ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |