# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit eutils if [[ ${PV} == "9999" ]] ; then inherit autotools git-2 KEYWORDS="" EGIT_REPO_URI="git://sigrok.git.sourceforge.net/gitroot/sigrok/${PN}" else KEYWORDS="~amd64 ~x86" SRC_URI="mirror://sourceforge/project/sigrok/fx2lafw/${PV}/${P}.tar.bz2" fi DESCRIPTION="fx2lafw - Firmware for Sigrok - Free/Libre/Open-Source logic analyzer" HOMEPAGE="http://sigrok.org" LICENSE="GPL-2" SLOT="0" IUSE="" DEPEND="dev-embedded/sdcc" RDEPEND="${DEPEND}"