diff options
author | 2008-11-24 17:10:33 +0000 | |
---|---|---|
committer | 2008-11-24 17:10:33 +0000 | |
commit | bde0eb2f83878c00c2e740a45a40c7f07be9f96b (patch) | |
tree | 8e8abc8493c57b3e73fd886805c9ed5d3d7b0a26 /dev-util/mono-tools/mono-tools-2.0.ebuild | |
parent | Rename my old e-mail drac at gentoo.org to ssuominen at gentoo.org. (diff) | |
download | gentoo-2-bde0eb2f83878c00c2e740a45a40c7f07be9f96b.tar.gz gentoo-2-bde0eb2f83878c00c2e740a45a40c7f07be9f96b.tar.bz2 gentoo-2-bde0eb2f83878c00c2e740a45a40c7f07be9f96b.zip |
gtkhtml is NOT an optional dependency.
(Portage version: 2.2_rc15/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-util/mono-tools/mono-tools-2.0.ebuild')
-rw-r--r-- | dev-util/mono-tools/mono-tools-2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/mono-tools/mono-tools-2.0.ebuild b/dev-util/mono-tools/mono-tools-2.0.ebuild index 8e3bc11a1976..ee753a34b70f 100644 --- a/dev-util/mono-tools/mono-tools-2.0.ebuild +++ b/dev-util/mono-tools/mono-tools-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.ebuild,v 1.3 2008/11/23 20:34:47 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.0.ebuild,v 1.4 2008/11/24 17:10:33 loki_val Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="webkit xulrunner gtkhtml" +IUSE="webkit xulrunner" RDEPEND=">=dev-lang/mono-2.0 >=dev-util/monodoc-${PV} |