diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-20 15:22:24 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-20 15:22:24 +0000 |
commit | e95d3582cd140a10ef7d7080d810c3629cf49e9c (patch) | |
tree | 66757b83b4457c3bdc9b69b50d8b58bc5c748c4a /eclass/go-mono.eclass | |
parent | Stable on x86 and amd64 (diff) | |
download | historical-e95d3582cd140a10ef7d7080d810c3629cf49e9c.tar.gz historical-e95d3582cd140a10ef7d7080d810c3629cf49e9c.tar.bz2 historical-e95d3582cd140a10ef7d7080d810c3629cf49e9c.zip |
Add exception for findutils dependency for BSDs since they bring their own.
Diffstat (limited to 'eclass/go-mono.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 62f24b97e5c7..137042b9c0b7 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.2 2009/01/20 14:48:54 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.3 2009/01/20 15:22:24 loki_val Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -33,7 +33,7 @@ fi DEPEND="${DEPEND} >=dev-util/pkgconfig-0.23 - >=sys-apps/findutils-4.4.0" + userland_GNU? ( >=sys-apps/findutils-4.4.0 )" if [[ "${GO_MONO_REL_PV}" = "2.2" ]] then |