diff options
author | Jurek Bartuszek <jurek@gentoo.org> | 2006-12-19 20:15:57 +0000 |
---|---|---|
committer | Jurek Bartuszek <jurek@gentoo.org> | 2006-12-19 20:15:57 +0000 |
commit | 950d6cc8991d090a55fd5e16c55c53b934a7c0cd (patch) | |
tree | 783b770ceec580161c1f988ce53b9a58653f4f74 /dev-util/monodoc/monodoc-1.1.13.ebuild | |
parent | Remove the unnecessary and troublesome forcing of USE=hardened on sys-devel/gcc. (diff) | |
download | historical-950d6cc8991d090a55fd5e16c55c53b934a7c0cd.tar.gz historical-950d6cc8991d090a55fd5e16c55c53b934a7c0cd.tar.bz2 historical-950d6cc8991d090a55fd5e16c55c53b934a7c0cd.zip |
Added www-client/lynx dependency for dev-util/monodoc solving bug #158472
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-util/monodoc/monodoc-1.1.13.ebuild')
-rw-r--r-- | dev-util/monodoc/monodoc-1.1.13.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/monodoc/monodoc-1.1.13.ebuild b/dev-util/monodoc/monodoc-1.1.13.ebuild index 96d8be50bb70..cfa0070dd009 100644 --- a/dev-util/monodoc/monodoc-1.1.13.ebuild +++ b/dev-util/monodoc/monodoc-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.1.13.ebuild,v 1.5 2006/04/08 14:53:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.1.13.ebuild,v 1.6 2006/12/19 20:15:57 jurek Exp $ inherit mono multilib @@ -11,7 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND=">=dev-lang/mono-1.1" + +RDEPEND="www-client/lynx" + +DEPEND="${RDEPEND} + >=dev-lang/mono-1.1" src_unpack() { unpack ${A} |