fix(coreos-base/coreos-dev): Remove sys-process/time

make.conf has a work-around to support cross compiling this tool but we
don't actually need it. Cleanup and remove the tool and the work-around.
This commit is contained in:
Michael Marineau 2014-05-17 10:10:02 -07:00
parent be5c990634
commit 5b367bfac7
3 changed files with 0 additions and 6 deletions

View File

@ -74,7 +74,6 @@ RDEPEND="
sys-process/ktop
sys-process/procps
sys-process/psmisc
sys-process/time
virtual/python-argparse
coreos-base/coreos-experimental
"

View File

@ -40,11 +40,6 @@ SHARED_USER_NAME="core"
SHARED_USER_HOME="/home/core"
SHARED_USER_PASSWD_FILE="/etc/shared_user_passwd.txt"
# the AC_FUNC_WAIT3 macro uses runtime-checks for the function, which
# doesn't work when cross-compiling; we know that our targets have it,
# so let's tell about it to autoconf. — Flameeyes
ac_cv_func_wait3_rusage=yes
# When building packages for the target, we need to search the target's
# sysroot for additional m4 files. The autotools.eclass uses this.
AT_SYS_M4DIR="\${SYSROOT}/usr/share/aclocal"