diff options
Diffstat (limited to 'dev-dotnet/xsp/xsp-1.0.ebuild')
-rw-r--r-- | dev-dotnet/xsp/xsp-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/xsp/xsp-1.0.ebuild b/dev-dotnet/xsp/xsp-1.0.ebuild index 3bb68439bfc4..28381eef79c2 100644 --- a/dev-dotnet/xsp/xsp-1.0.ebuild +++ b/dev-dotnet/xsp/xsp-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.0.ebuild,v 1.1 2004/06/30 15:36:58 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/xsp/xsp-1.0.ebuild,v 1.2 2004/06/30 15:55:45 latexer Exp $ inherit mono @@ -14,7 +14,7 @@ KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND=">=dev-dotnet/mono-0.97" +DEPEND=">=dev-dotnet/mono-1.0" src_compile() { econf || die "./configure failed!" |