diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-29 16:26:48 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-29 16:26:48 +0000 |
commit | a886b0f4a6650d20b778f891bf3e71b1d5d81d48 (patch) | |
tree | 23c5c4bb8676bb0533cb43aee87b84107329ecad /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-a886b0f4a6650d20b778f891bf3e71b1d5d81d48.tar.gz gentoo-2-a886b0f4a6650d20b778f891bf3e71b1d5d81d48.tar.bz2 gentoo-2-a886b0f4a6650d20b778f891bf3e71b1d5d81d48.zip |
Gluezilla is no longer a runtime dependency of mono, so to maintain the binding to a certain mono version, we have to make it the other way around.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/go-mono.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index 3ef44d426474..a3d1170797c0 100644 --- a/eclass/go-mono.eclass +++ b/eclass/go-mono.eclass @@ -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/eclass/go-mono.eclass,v 1.4 2009/01/27 01:36:09 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.5 2009/01/29 16:26:48 loki_val Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -16,7 +16,6 @@ inherit base versionator mono NO_MONO_DEPEND=( "dev-lang/mono" "dev-dotnet/libgdiplus" - "dev-dotnet/gluezilla" ) GO_MONO_REL_PV="$(get_version_component_range 1-2)" |