blob: 5ef0514e6eb7164eb75a1b76cf1b6f8dfb6c28de [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
inherit eutils
DESCRIPTION="Software for working with JTAG-aware (IEEE 1149.1) devices (parts) and boards through JTAG adapter"
HOMEPAGE="http://openwince.sourceforge.net/jtag/"
SRC_URI="mirror://sourceforge/openwince/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc ~ppc"
IUSE=""
DEPEND="dev-embedded/include"
RDEPEND="${DEPEND}
!dev-embedded/urjtag"
src_prepare() {
epatch "${FILESDIR}"/${P}-no-erase-overshoot.diff
}