diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-08-15 21:08:15 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-08-15 21:08:15 +0000 |
commit | 67995996a62dd0d49490ce4ff0dc04e236b127ad (patch) | |
tree | dc4d284b5c4d1a215e36abb4fbeebafedf7f4f2a /dev-haskell/parsec | |
parent | Version bump, do not use preserve_old_lib - as one cannot possibly tell what ... (diff) | |
download | gentoo-2-67995996a62dd0d49490ce4ff0dc04e236b127ad.tar.gz gentoo-2-67995996a62dd0d49490ce4ff0dc04e236b127ad.tar.bz2 gentoo-2-67995996a62dd0d49490ce4ff0dc04e236b127ad.zip |
Marked ~x86-fbsd (fixes dev-haskell/network depends, bug #206283)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/parsec')
-rw-r--r-- | dev-haskell/parsec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/parsec/parsec-2.1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/parsec/ChangeLog b/dev-haskell/parsec/ChangeLog index d696746ee9ca..54c8b26e97dd 100644 --- a/dev-haskell/parsec/ChangeLog +++ b/dev-haskell/parsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/parsec # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.14 2010/07/01 19:58:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/ChangeLog,v 1.15 2010/08/15 21:08:15 slyfox Exp $ + + 15 Aug 2010; Sergei Trofimovich <slyfox@gentoo.org> parsec-2.1.0.1.ebuild: + Marked ~x86-fbsd (fixes dev-haskell/network depends, bug #206283) 01 Jul 2010; Jeroen Roovers <jer@gentoo.org> parsec-2.1.0.0.ebuild, parsec-2.1.0.1.ebuild: diff --git a/dev-haskell/parsec/parsec-2.1.0.1.ebuild b/dev-haskell/parsec/parsec-2.1.0.1.ebuild index 2ef2861edaa5..86c94b5b9b7d 100644 --- a/dev-haskell/parsec/parsec-2.1.0.1.ebuild +++ b/dev-haskell/parsec/parsec-2.1.0.1.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/parsec/parsec-2.1.0.1.ebuild,v 1.4 2010/07/01 19:58:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-2.1.0.1.ebuild,v 1.5 2010/08/15 21:08:15 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1" |