commit: 6dcf7258b11117bd9eedda1d061e6b89e2483f17 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sun Jan 12 13:03:25 2020 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sun Jan 12 13:03:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcf7258
dev-cpp/websocketpp: Migrate to cmake eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Johannes Huber <johu <AT> gentoo.org> dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild index 4578afc07ba..16030b37783 100644 --- a/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild +++ b/dev-cpp/websocketpp/websocketpp-0.8.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="C++/Boost Asio based websocket client/server library" HOMEPAGE="https://www.zaphoyd.com/websocketpp" @@ -31,11 +31,12 @@ src_configure() { -DENABLE_CPP11=ON -DBUILD_TESTS="$(usex test)" ) - cmake-utils_src_configure + + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install if use examples; then dodoc -r examples
