summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2007-03-03 15:08:38 +0000
committerSimon Stelling <blubb@gentoo.org>2007-03-03 15:08:38 +0000
commit507bb02d6e374ef4aba251ad0ff25f895b3ad569 (patch)
tree6e937d9cad5202f5337f3ca003df694702d0f68f /eclass
parentBumpz0r'd! 0.11.1 released! :) (diff)
downloadgentoo-2-507bb02d6e374ef4aba251ad0ff25f895b3ad569.tar.gz
gentoo-2-507bb02d6e374ef4aba251ad0ff25f895b3ad569.tar.bz2
gentoo-2-507bb02d6e374ef4aba251ad0ff25f895b3ad569.zip
depend on >=findutils-4.2.26 as previous versions don't provide xargs -d
Diffstat (limited to 'eclass')
-rw-r--r--eclass/emul-libs.eclass5
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"