diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-19 09:12:41 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-19 09:12:41 +0000 |
commit | a03c6442772ebafea7bc5f33603b5ae0a50c4621 (patch) | |
tree | b25c37eb08891972ed24362c1010a9859f90d325 /eclass | |
parent | Initial import of ebuild written by me. (diff) | |
download | historical-a03c6442772ebafea7bc5f33603b5ae0a50c4621.tar.gz historical-a03c6442772ebafea7bc5f33603b5ae0a50c4621.tar.bz2 historical-a03c6442772ebafea7bc5f33603b5ae0a50c4621.zip |
Depend on correct findutils. Per bug #262965. Thanks Loki_val for correct approach.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index cfe06a1b1ff6..555335d343c9 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.21 2009/03/15 16:54:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.22 2009/03/19 09:12:41 scarabeus Exp $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -31,7 +31,10 @@ EXPORT_FUNCTIONS ${EXPF} : ${DESCRIPTION:="Based on the ${ECLASS} eclass"} -DEPEND=">=dev-util/cmake-2.6.2-r1" +DEPEND=" + >=dev-util/cmake-2.6.2-r1 + userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +" # Internal functions used by cmake-utils_use_* _use_me_now() { |