diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-20 14:48:54 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-20 14:48:54 +0000 |
commit | cfc26914c206c0631201fc70ad89c3a7d8f5cea2 (patch) | |
tree | 5f25b1b8da6000d078f7a388f163a82c73793193 /eclass/go-mono.eclass | |
parent | version bump as per bug #255307 added thanks Arfrever. cleanout also done (diff) | |
download | gentoo-2-cfc26914c206c0631201fc70ad89c3a7d8f5cea2.tar.gz gentoo-2-cfc26914c206c0631201fc70ad89c3a7d8f5cea2.tar.bz2 gentoo-2-cfc26914c206c0631201fc70ad89c3a7d8f5cea2.zip |
Add dependency on >=sys-apps/findutils-4.4.0 w.r.t. bug 255621.
Diffstat (limited to 'eclass/go-mono.eclass')
-rw-r--r-- | eclass/go-mono.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index 09fd38eb27ec..62f24b97e5c7 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.1 2009/01/18 16:16:22 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.2 2009/01/20 14:48:54 loki_val Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -32,7 +32,8 @@ fi # path on ximians's servers from which to install. DEPEND="${DEPEND} - >=dev-util/pkgconfig-0.23" + >=dev-util/pkgconfig-0.23 + >=sys-apps/findutils-4.4.0" if [[ "${GO_MONO_REL_PV}" = "2.2" ]] then |