diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-08 12:54:25 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-08 12:54:25 +0000 |
commit | 6d05bce6d4fce137f9a55bf5725d1a600716ee80 (patch) | |
tree | 82e2e6652678b1ec2c0d4369e05f1818472d73ba /dev-haskell/utf8-string | |
parent | Use PYTHON_DEPEND instead of NEED_PYTHON. (diff) | |
download | historical-6d05bce6d4fce137f9a55bf5725d1a600716ee80.tar.gz historical-6d05bce6d4fce137f9a55bf5725d1a600716ee80.tar.bz2 historical-6d05bce6d4fce137f9a55bf5725d1a600716ee80.zip |
~alpha keyworded
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 | 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 41ac43994135..c80e961152ca 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.4 2010/04/01 10:33:26 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.5 2010/07/08 12:45:32 slyfox Exp $ + + 08 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> + utf8-string-0.3.6.ebuild: + ~alpha keyworded 01 Apr 2010; Fabian Groffen <grobian@gentoo.org> utf8-string-0.3.6.ebuild: Marked ~ppc-macos 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 3496c4f537b1..64b1ea44ecff 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.2 2010/04/01 10:33:26 grobian Exp $ +# $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 $ 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="~amd64 ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |