# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" inherit cmake-utils gnome2-utils vala cmake-utils EGIT_REPO_URI="https://github.com/linux-can/can-utils.git" inherit git-r3 DESCRIPTION="Userspace utilities for Linux CAN subsystem (aka SocketCAN)" HOMEPAGE="https://github.com/linux-can/can-utils/" LICENSE="GPL-2" SLOT="0" src_prepare() { cmake-utils_src_prepare }