Updated minipro

This commit is contained in:
layman
2021-09-09 13:46:05 +02:00
parent f6c9300d28
commit a05ed1f52b
3 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit bash-completion-r1 git-r3 udev
@@ -19,7 +19,7 @@ RDEPEND="virtual/libusb:1
DEPEND="${RDEPEND}"
src_prepare() {
#eapply "${FILESDIR}/${P}-infoic.patch" || die
eapply "${FILESDIR}/${P}-infoic.patch" || die
eapply "${FILESDIR}/${P}-voltages.patch" || die
default
@@ -36,5 +36,5 @@ src_install() {
doman man/${PN}.1
dobashcomp bash_completion.d/${PN}
insinto /usr/share/minipro
doins infoic.xml
doins {info,logic}ic.xml
}