summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parrott <cparrott@gentoo.org>2007-04-04 20:11:39 +0000
committerChris Parrott <cparrott@gentoo.org>2007-04-04 20:11:39 +0000
commit8100b817e9d4dfb7d8d02a009ee9a94c532e90ba (patch)
tree5f1be4aa2cd420af847f7e2e0df3a604c1894ec4 /dev-haskell
parentStable on ppc64; bug #173376 (diff)
downloadgentoo-2-8100b817e9d4dfb7d8d02a009ee9a94c532e90ba.tar.gz
gentoo-2-8100b817e9d4dfb7d8d02a009ee9a94c532e90ba.tar.bz2
gentoo-2-8100b817e9d4dfb7d8d02a009ee9a94c532e90ba.zip
added ~alpha keyword
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/mtl/ChangeLog5
-rw-r--r--dev-haskell/mtl/mtl-1.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/mtl/ChangeLog b/dev-haskell/mtl/ChangeLog
index 9f8d5e133585..07971c8782ff 100644
--- a/dev-haskell/mtl/ChangeLog
+++ b/dev-haskell/mtl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/mtl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.11 2007/04/02 20:28:49 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.12 2007/04/04 20:11:39 cparrott Exp $
+
+ 04 Apr 2007; Chris Parrott <cparrott@gentoo.org> mtl-1.0-r1.ebuild:
+ added ~alpha keyword
02 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> mtl-1.0.ebuild:
Add ~alpha keyword, bug 170650.
diff --git a/dev-haskell/mtl/mtl-1.0-r1.ebuild b/dev-haskell/mtl/mtl-1.0-r1.ebuild
index 1d6b7dd06287..3bceb2da36a0 100644
--- a/dev-haskell/mtl/mtl-1.0-r1.ebuild
+++ b/dev-haskell/mtl/mtl-1.0-r1.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/mtl/mtl-1.0-r1.ebuild,v 1.1 2007/03/17 11:48:48 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0-r1.ebuild,v 1.2 2007/04/04 20:11:39 cparrott Exp $
CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal
@@ -13,7 +13,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~alpha ~amd64 ~x86"
IUSE=""
DEPEND=">=virtual/ghc-6.6"