diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2010-10-19 21:21:36 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2010-10-19 21:21:36 +0000 |
commit | a6d0313e9333078d9122c9a665634fce5e9e4d1e (patch) | |
tree | a1417c16545902a7189647bf66c35f96b71da8a6 /eclass | |
parent | Version bump (diff) | |
download | historical-a6d0313e9333078d9122c9a665634fce5e9e4d1e.tar.gz historical-a6d0313e9333078d9122c9a665634fce5e9e4d1e.tar.bz2 historical-a6d0313e9333078d9122c9a665634fce5e9e4d1e.zip |
Gluezilla is no longer bumped upstream in sync with other go-mono packages, so move dependency to ebuild. Bug 341779. Thanks to '404 Error' for reporting.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/go-mono.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index 640c3d858ea2..aff7adfa9c22 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.9 2010/10/05 20:49:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.10 2010/10/19 21:21:36 loki_val Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -48,7 +48,7 @@ else fi -NO_MONO_DEPEND=( "dev-lang/mono" "dev-dotnet/libgdiplus" ) +NO_MONO_DEPEND=( "dev-lang/mono" "dev-dotnet/libgdiplus" "dev-dotnet/gluezilla" ) if [[ "$(get_version_component_range 3)" != "9999" ]] then |