From 5b367bfac737190a4382e6c363edf8293b47aadc Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sat, 17 May 2014 10:10:02 -0700 Subject: [PATCH] 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. --- ...reos-dev-0.1.0-r68.ebuild => coreos-dev-0.1.0-r69.ebuild} | 0 .../coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild | 1 - .../coreos-overlay/coreos/config/make.conf.common-target | 5 ----- 3 files changed, 6 deletions(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/{coreos-dev-0.1.0-r68.ebuild => coreos-dev-0.1.0-r69.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r68.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r69.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r68.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0-r69.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild index 9c7899fe9a..6f8c43cafa 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-dev/coreos-dev-0.1.0.ebuild @@ -74,7 +74,6 @@ RDEPEND=" sys-process/ktop sys-process/procps sys-process/psmisc - sys-process/time virtual/python-argparse coreos-base/coreos-experimental " diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target index e849d3fb30..4651321ee6 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/make.conf.common-target @@ -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"