diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-10-29 17:08:48 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-10-29 17:08:48 +0000 |
commit | f15b7185b6fc06a3b1afd890f59cb8ccbde2dca8 (patch) | |
tree | 31de0bf7f4145c319dd74821a09ebd405af45f16 /dev-dotnet/mono/mono-0.95.ebuild | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-f15b7185b6fc06a3b1afd890f59cb8ccbde2dca8.tar.gz gentoo-2-f15b7185b6fc06a3b1afd890f59cb8ccbde2dca8.tar.bz2 gentoo-2-f15b7185b6fc06a3b1afd890f59cb8ccbde2dca8.zip |
Fix for NPTL when using gcc-3.4, and fix the LICENSE syntax.
Diffstat (limited to 'dev-dotnet/mono/mono-0.95.ebuild')
-rw-r--r-- | dev-dotnet/mono/mono-0.95.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-dotnet/mono/mono-0.95.ebuild b/dev-dotnet/mono/mono-0.95.ebuild index 13cb5affa7dc..491fb9079f7e 100644 --- a/dev-dotnet/mono/mono-0.95.ebuild +++ b/dev-dotnet/mono/mono-0.95.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/mono/mono-0.95.ebuild,v 1.6 2004/06/29 14:37:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.95.ebuild,v 1.7 2004/10/29 17:08:48 latexer 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/archive/beta2/${P}.tar.gz" -LICENSE="GPL-2 | LGPL-2 | X11" +LICENSE="|| ( GPL-2 LGPL-2 X11)" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="nptl" |