sys-apps/can-utils - 9999 (kaa)

Search

Install

Install this version:

emerge -a =sys-apps/can-utils-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/can-utils-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/can-utils-9999

Package Information

Description:
SocketCAN userspace utilities and tools
Homepage:
https://github.com/linux-can/can-utils
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools git-r3

DESCRIPTION="SocketCAN userspace utilities and tools"
HOMEPAGE="https://github.com/linux-can/can-utils"
EGIT_REPO_URI="https://github.com/linux-can/can-utils.git"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""

src_prepare() {
	eautoreconf
	default
}

Inherited Eclasses