plasma-nm will not compile if you have =net-libs/libnm-qt-0.9.8.0 instead of =net-libs/libnm-qt-0.9.8.1. Maybe the email needs a dep or the older version could be dropped? Reproducible: Always Steps to Reproduce: 1.have =net-libs/libnm-qt-0.9.8.0 installed 2.attempt to emerge =kde-misc/plasma-nm-0.9.3.3 Actual Results: CMakelists.txt: elseif(${NETWORKMANAGERQT_VERSION} VERSION_LESS 0.9.8.1) message(FATAL_ERROR "ERROR: NetworkManagerQt required version is 0.9.8.1. http://projects.kde.org/libnm-qt") endif() Relevant part of build log: -- Found NetworkManager 0.9.8.8: -- Found libnm-util: -- checking for module 'NetworkManagerQt' -- found NetworkManagerQt, version 0.9.8.0 CMake Error at CMakeLists.txt:19 (message): ERROR: NetworkManagerQt required version is 0.9.8.1. Expected Results: plasma-nm emerged successfully
Thanks for reporting. This is fixed in cvs now. Please sync. + + 14 Mar 2014; Johannes Huber <johu@gentoo.org> plasma-nm-0.9.3.3.ebuild: + Rais dep on net-libs/libnm-qt, bug #504590. +