sys-apps/vbtracetool - 9999 (booboo)

Search

Install

Install this version:

emerge -a =sys-apps/vbtracetool-9999

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

autounmask =sys-apps/vbtracetool-9999

Or alternatively:

emerge --autounmask-write -a =sys-apps/vbtracetool-9999

Package Information

Description:
Video bios execution tracing widget
Homepage:
http://cgit.freedesktop.org/~stuart/vbtracetool/
License:
GPL-2

Ebuild Details

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

EAPI=7
inherit git-r3

DESCRIPTION="Video bios execution tracing widget"
HOMEPAGE="http://cgit.freedesktop.org/~stuart/vbtracetool/"
EGIT_REPO_URI="git://people.freedesktop.org/~stuart/vbtracetool"

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

DEPEND="sys-apps/pciutils"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i -e 's/gcc/$(CC)/;
			   /^CFLAGS *=/s/=/+=/;' Makefile
	default
}

src_install() {
	dobin vbtracetool
}

Inherited Eclasses

Dependencies

DEPEND

sys-apps/pciutils

RDEPEND

sys-apps/pciutils