diff options
Diffstat (limited to 'dev-lang/mono/mono-1.1.8.3.ebuild')
-rw-r--r-- | dev-lang/mono/mono-1.1.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-1.1.8.3.ebuild b/dev-lang/mono/mono-1.1.8.3.ebuild index c5443989e625..fe35f351d620 100644 --- a/dev-lang/mono/mono-1.1.8.3.ebuild +++ b/dev-lang/mono/mono-1.1.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.8.3.ebuild,v 1.5 2005/10/15 22:11:33 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.8.3.ebuild,v 1.6 2006/01/09 22:09:07 mr_bones_ Exp $ inherit eutils mono flag-o-matic @@ -8,7 +8,7 @@ DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" HOMEPAGE="http://www.go-mono.com/" SRC_URI="http://www.go-mono.com/sources/mono-${PV:0:3}/${P}.tar.gz" -LICENSE="|| ( GPL-2 LGPL-2 X11)" +LICENSE="|| ( GPL-2 LGPL-2 X11 )" SLOT="0" KEYWORDS="x86 ~ppc ~amd64" IUSE="nptl icu X" |