Updated minipro
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=6
|
||||
|
||||
inherit bash-completion-r1 git-r3 udev eutils
|
||||
inherit eutils bash-completion-r1 git-r3 udev
|
||||
|
||||
DESCRIPTION="A free and open TL866XX programmer"
|
||||
HOMEPAGE="https://gitlab.com/DavidGriffith/minipro"
|
||||
@@ -18,6 +18,12 @@ RDEPEND="virtual/libusb:1
|
||||
virtual/pkgconfig"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-infoic.patch" || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
PREFIX=/usr emake || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user