diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-05-10 21:53:38 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-05-10 21:53:38 +0000 |
commit | ee73b821149dfd81a30351eacaa975e1808d1b3b (patch) | |
tree | 875204fe11343855cea670226005287342e3b4bb | |
parent | Version bump dev-haskell/http (diff) | |
download | historical-ee73b821149dfd81a30351eacaa975e1808d1b3b.tar.gz historical-ee73b821149dfd81a30351eacaa975e1808d1b3b.tar.bz2 historical-ee73b821149dfd81a30351eacaa975e1808d1b3b.zip |
Add mask for the haskell platform (testing).
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 2f6450bb85eb..02b30c2f5d8a 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2635 2009/05/10 21:05:06 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2636 2009/05/10 21:53:38 kolmodin Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 10 May 2009; Lennart Kolmodin <kolmodin@gentoo.org> package.mask: + Mask the haskell platform for testing. + 10 May 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> package.mask: Remove mask on net-libs/fec (dropped) diff --git a/profiles/package.mask b/profiles/package.mask index 687affec7f43..df7e2f548d94 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9779 2009/05/10 21:05:06 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9780 2009/05/10 21:53:38 kolmodin Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -32,6 +32,10 @@ #--- END OF EXAMPLES --- # Lennart Kolmodin <kolmodin@gentoo.org> (10 May 2009) +# Mark the haskell-platform, depends on other things masked for testing. +dev-haskell/haskell-platform + +# Lennart Kolmodin <kolmodin@gentoo.org> (10 May 2009) # Mark ghc-6.10.3 for testing. ~dev-lang/ghc-6.10.3 |