diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-16 03:23:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-16 03:23:25 +0000 |
commit | c0f17d1bc124a8ec7d55fc100525e7c224a4f53c (patch) | |
tree | b7d1a9bfa050bcc31cc2b94cf4d3a2043b449f84 /dev-lang/mono | |
parent | Version bump. Added installation of man page and updated RDEPEND, too. (diff) | |
download | gentoo-2-c0f17d1bc124a8ec7d55fc100525e7c224a4f53c.tar.gz gentoo-2-c0f17d1bc124a8ec7d55fc100525e7c224a4f53c.tar.bz2 gentoo-2-c0f17d1bc124a8ec7d55fc100525e7c224a4f53c.zip |
whitespace
(Portage version: 2.0.53)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-1.1.13.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/mono/mono-1.1.13.1.ebuild b/dev-lang/mono/mono-1.1.13.1.ebuild index b9fa78887f00..0b65a12b94b3 100644 --- a/dev-lang/mono/mono-1.1.13.1.ebuild +++ b/dev-lang/mono/mono-1.1.13.1.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-lang/mono/mono-1.1.13.1.ebuild,v 1.1 2006/01/15 07:08:22 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.1.ebuild,v 1.2 2006/01/16 03:23:25 mr_bones_ Exp $ inherit eutils mono flag-o-matic multilib @@ -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 X" |