# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 EGIT_REPO_URI="git://gitorious.org/linux-can/${PN}.git" EGIT_BRANCH="master" inherit autotools git-2 DESCRIPTION="CAN userspace utilities and tools" HOMEPAGE="http://gitorious.org/linux-can/can-utils" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="" DEPEND="" src_prepare() { eautoreconf }