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 | 18e3f4a9ed029999663d3269d75561237632d6ff (patch) | |
tree | b3cbec14ee1b09eb1273e882a4383266ad483c39 /eclass/go-mono.eclass | |
parent | Version bump. (diff) | |
download | historical-18e3f4a9ed029999663d3269d75561237632d6ff.tar.gz historical-18e3f4a9ed029999663d3269d75561237632d6ff.tar.bz2 historical-18e3f4a9ed029999663d3269d75561237632d6ff.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/go-mono.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)" |