summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-27 16:18:00 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-27 16:18:00 +0000
commitb3d552230f070eb8ba3fa2ffcd64015bc4b605ce (patch)
tree8c2ec6784d848ce15584f2d43216035fe474ba7e /eclass/go-mono.eclass
parentfor 4.3.0; upgrade jserver.patch, substitute with correct code to set IUSE ap... (diff)
downloadhistorical-b3d552230f070eb8ba3fa2ffcd64015bc4b605ce.tar.gz
historical-b3d552230f070eb8ba3fa2ffcd64015bc4b605ce.tar.bz2
historical-b3d552230f070eb8ba3fa2ffcd64015bc4b605ce.zip
Don't block mono-3
Diffstat (limited to 'eclass/go-mono.eclass')
-rw-r--r--eclass/go-mono.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass
index 7af1e08df25c..4aadc13b5339 100644
--- a/eclass/go-mono.eclass
+++ b/eclass/go-mono.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.14 2012/05/02 18:31:42 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.15 2013/07/27 16:18:00 pacho Exp $
# @ECLASS: go-mono.eclass
# @MAINTAINER:
@@ -60,7 +60,7 @@ fi
if ! has "${CATEGORY}/${PN}" "${NO_MONO_DEPEND[@]}"
then
- RDEPEND="=dev-lang/mono-${GO_MONO_REL_PV}*"
+ RDEPEND=">=dev-lang/mono-${GO_MONO_REL_PV}"
DEPEND="${RDEPEND}"
fi