pinkbyte 14/09/08 11:19:19 Added: cocaine-core-0.9.2-boost-1.53.patch Log: Revision bump: EAPI 5, add subslot to dev-libs/boost dependency, fix building with newer boost, wrt bug #497320. Thanks to Franz Fellner <alpine.art.de AT gmail.com> for provided patch. Drop old revision (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.1 net-misc/cocaine-core/files/cocaine-core-0.9.2-boost-1.53.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/files/cocaine-core-0.9.2-boost-1.53.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/cocaine-core/files/cocaine-core-0.9.2-boost-1.53.patch?rev=1.1&content-type=text/plain Index: cocaine-core-0.9.2-boost-1.53.patch =================================================================== Nur in cocaine-core-0.9.2: build. Nur in cocaine-core-0.9.2/include/cocaine: config.hpp. diff -ru cocaine-core-0.9.2_org/include/cocaine/interfaces/storage.hpp cocaine-core-0.9.2/include/cocaine/interfaces/storage.hpp --- cocaine-core-0.9.2_org/include/cocaine/interfaces/storage.hpp 2012-08-29 15:54:35.000000000 +0200 +++ cocaine-core-0.9.2/include/cocaine/interfaces/storage.hpp 2014-07-29 13:49:40.130375695 +0200 @@ -22,6 +22,7 @@ #define COCAINE_STORAGE_INTERFACE_HPP #include <boost/thread/mutex.hpp> +#include <boost/thread/lock_guard.hpp> #include <boost/tuple/tuple.hpp> #include "cocaine/common.hpp"
