From 93d1172960abfc3d7fe32540b1587270b7517235 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 30 Dec 2014 12:57:06 -0800 Subject: [PATCH] hard-host-depends: temporary fix for upgrading @system The `build_toolchains` process upgrades the @system package set rather than @world before building the cross toolchains. This means systemd will be upgraded, replacing systemd-sysv-utils, but not hard-host-depends which previously depended on systemd-sysv-utils. Mixing the older hard-host-depends with the latest systemd creates a conflict. Fortunately we can work around this by providing the older ebuild revision with the newer dependency list. Portage will use the dependency list from the ebuild rather than the installed package. `hard-host-depends-0.0.1-r170.ebuild` can be removed once the SDK version is 457.0.0 or later. --- .../hard-host-depends/hard-host-depends-0.0.1-r170.ebuild | 1 + 1 file changed, 1 insertion(+) create mode 120000 sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r170.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r170.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r170.ebuild new file mode 120000 index 0000000000..fdabb0fbff --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r170.ebuild @@ -0,0 +1 @@ +hard-host-depends-0.0.1.ebuild \ No newline at end of file