From 58d9e69737a115d7e61efb2749c6e1121e0f7305 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 23 Jun 2015 17:45:16 -0400 Subject: [PATCH] profiles: update to gentoo-functions 0.10 gentoo-functions replaces the old /etc/init.d/functions.sh (provided by sys-apps/efunctions in CoreOS or OpenRC in Gentoo). Version 0.10 fixes eerror to log to stderr, matching the behavior of OpenRC. This bug is also present in efunctions and will be resolved by switching to gentoo-functions instead. --- .../profiles/coreos/base/package.accept_keywords | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords index a06f609dac..22b625068c 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.accept_keywords @@ -119,3 +119,6 @@ dev-util/checkbashisms # link jq binary dynamically =app-misc/jq-1.4-r1 + +# https://bugs.gentoo.org/show_bug.cgi?id=548158 +=sys-apps/gentoo-functions-0.10