From ee7ee8328172d479c13ea3f52595b49c62f0b88c Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 20 Aug 2014 15:06:32 -0700 Subject: [PATCH 1/2] hard-host-depends: remove gtk-doc This would only be needed if we were building board packages with the "doc" use flag, which we don't. So it and many things can go away: app-text/docbook-dsssl-stylesheets app-text/docbook-sgml-dtd app-text/openjade app-text/opensp app-text/rarian app-text/scrollkeeper app-text/scrollkeeper-dtd app-text/yelp-tools dev-util/gtk-doc dev-util/itstool gnome-extra/yelp-xsl --- ...nds-0.0.1-r166.ebuild => hard-host-depends-0.0.1-r167.ebuild} | 0 .../coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild | 1 - 2 files changed, 1 deletion(-) rename sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/{hard-host-depends-0.0.1-r166.ebuild => hard-host-depends-0.0.1-r167.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r166.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r167.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r166.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1-r167.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild index a2c10b924d..a3c95b07c7 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/hard-host-depends/hard-host-depends-0.0.1.ebuild @@ -73,7 +73,6 @@ RDEPEND="${RDEPEND} dev-util/gob dev-util/gdbus-codegen dev-util/gperf - dev-util/gtk-doc >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.30 dev-util/scons From a575e24f84ae1367ac69073bee8ae6d449dd055f Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 20 Aug 2014 15:46:40 -0700 Subject: [PATCH 2/2] profiles: enable python bindings in libxml2 Not required any more but helps existing SDKs upgrade. --- .../coreos-overlay/profiles/coreos/targets/sdk/package.use | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use index 6a1aa5217e..32d5b4b6da 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/sdk/package.use @@ -7,3 +7,5 @@ dev-lang/ruby berkdb dev-util/catalyst ccache dev-lang/python sqlite +# only required until gtk-doc and friends is pruned from everyone's SDKs +dev-libs/libxml2 python