diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-03-03 15:08:38 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-03-03 15:08:38 +0000 |
commit | 825a9eef02b86a8ca3842e32aed60bffdda7f7ad (patch) | |
tree | e206a7fed8b063590ef82f814ca6351d478660c1 /eclass/emul-libs.eclass | |
parent | Bumpz0r'd! 0.11.1 released! :) (diff) | |
download | historical-825a9eef02b86a8ca3842e32aed60bffdda7f7ad.tar.gz historical-825a9eef02b86a8ca3842e32aed60bffdda7f7ad.tar.bz2 historical-825a9eef02b86a8ca3842e32aed60bffdda7f7ad.zip |
depend on >=findutils-4.2.26 as previous versions don't provide xargs -d
Diffstat (limited to 'eclass/emul-libs.eclass')
-rw-r--r-- | eclass/emul-libs.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/emul-libs.eclass b/eclass/emul-libs.eclass index 63cfc8979fad..df964d6ae160 100644 --- a/eclass/emul-libs.eclass +++ b/eclass/emul-libs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.4 2007/02/21 09:27:20 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.5 2007/03/03 15:08:38 blubb Exp $ # # Original Author: Simon Stelling <blubb@gentoo.org> @@ -18,6 +18,9 @@ S=${WORKDIR} SLOT="0" IUSE="" +DEPEND=">=sys-apps/findutils-4.2.26" +RDEPEND="" + emul-libs_src_unpack() { einfo "Note: You can safely ignore the 'trailing garbage after EOF'" einfo " warnings below" |