diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-03-26 21:26:49 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-03-26 21:26:49 +0000 |
commit | cbbe7bdf4f636091edcf4f9287ea1f78cc7bf047 (patch) | |
tree | 97241edaa33d0bce6f24589560fd05c9ce4942d3 /dev-util/bnfc | |
parent | Removing hawking as a maintainer since he was retired. (diff) | |
download | gentoo-2-cbbe7bdf4f636091edcf4f9287ea1f78cc7bf047.tar.gz gentoo-2-cbbe7bdf4f636091edcf4f9287ea1f78cc7bf047.tar.bz2 gentoo-2-cbbe7bdf4f636091edcf4f9287ea1f78cc7bf047.zip |
Add missing dep dev-haskell/mtl to dev-util/bnfc
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/bnfc')
-rw-r--r-- | dev-util/bnfc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/bnfc/bnfc-2.4_beta.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-util/bnfc/ChangeLog b/dev-util/bnfc/ChangeLog index 96fd091bea4d..8ed5eb0445ed 100644 --- a/dev-util/bnfc/ChangeLog +++ b/dev-util/bnfc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/bnfc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.10 2009/02/09 06:14:49 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.11 2009/03/26 21:26:49 kolmodin Exp $ + + 26 Mar 2009; Lennart Kolmodin <kolmodin@gentoo.org> bnfc-2.4_beta.ebuild: + Add missing dep dev-haskell/mtl. + Spotted and patched by Maciej Zielenkiewicz <mzielenkiewicz@gmail.com>. + See bug #263904. *bnfc-2.4_beta (09 Feb 2009) diff --git a/dev-util/bnfc/bnfc-2.4_beta.ebuild b/dev-util/bnfc/bnfc-2.4_beta.ebuild index 2ab5f32a388e..c3ca13065daf 100644 --- a/dev-util/bnfc/bnfc-2.4_beta.ebuild +++ b/dev-util/bnfc/bnfc-2.4_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.1 2009/02/09 06:14:49 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.2 2009/03/26 21:26:49 kolmodin Exp $ inherit base ghc-package eutils @@ -20,7 +20,8 @@ KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" DEPEND=">=dev-lang/ghc-6.6 - doc? ( virtual/latex-base )" + doc? ( virtual/latex-base ) + dev-haskell/mtl" RDEPEND="virtual/libc" |