diff --git a/sci-electronics/minipro/Manifest b/sci-electronics/minipro/Manifest
index 67827b3..c2a9325 100644
--- a/sci-electronics/minipro/Manifest
+++ b/sci-electronics/minipro/Manifest
@@ -1,2 +1,3 @@
AUX minipro-9999-firmware-03.2.86.patch 1008 BLAKE2B 83500ef8376c0af9800d2e1986b2143795f0a6ca935a5efe34447a3b3ff9b0384c403e7d548f3cc6a7021eb4eb91605e81cfe4bbdbe760004827abe7917b3edd SHA512 a05e9eeed2144d75d1b0bdc7886f5c108a5207faedbe0e96cfa1d8cfd043f90e6ce5cff5bbf6782498d2cfd9b89cb90d566f21977872810cf74573578b7b8cf6
-EBUILD minipro-9999.ebuild 708 BLAKE2B dc6dae8a361043ba4b4d3917b07ed9a61d3b338ca98818541edde496c6db62c0335131a36cacd391e813f771fabc93d445033d602c4b06a49ae8579688eb6fc5 SHA512 a94bcc6538bc9ea57b4eb3f6b8621a87332e9470d1f847537df75106810a4266a5a40381a69c2cfe21de6fbfa7678c462f7fc184d265d901bee6ad607f0b709e
+AUX minipro-9999-infoic.patch 3094 BLAKE2B 16e6dae51fea157cabf8feb65e351a1f5d689396eabfb7f7528c069fcbbe3b752a8dd9f45d98f043f5153a0f0866ca0758e3fcb48e6db4e40c11a86c73beb9cc SHA512 e13fcd785059bae338a88022d6ae2499d0362022ecaff83d316a9eec8e8d303962d5ac8a6775e457ac050d483f92dc581567828d4e548103d2985d315b9e74e8
+EBUILD minipro-9999.ebuild 784 BLAKE2B b6aaa61d5cf24f63747237fd0f2bccc254471af8f4871b6ffa9dbb2c5c4601f0a2207254a4fa8ce277fbe8cb2957b6bcd1b8e895c88f9125801a4b9faba7c268 SHA512 49f460676569567eb8e872b445f8d99ec28b59cc67afb1e13fb7daa371a9b6ab1a7bba9af0e5797ee9356dbb45e990c86ca16838682cd0d5ccdec30f96c3bdc4
diff --git a/sci-electronics/minipro/files/minipro-9999-infoic.patch b/sci-electronics/minipro/files/minipro-9999-infoic.patch
new file mode 100644
index 0000000..2ff5855
--- /dev/null
+++ b/sci-electronics/minipro/files/minipro-9999-infoic.patch
@@ -0,0 +1,10 @@
+--- ./infoic.xml.orig 2021-01-03 00:27:27.845121418 +0100
++++ infoic.xml 2021-01-05 23:49:33.674455079 +0100
+@@ -12647,6 +12647,7 @@
+
+
+
++
+
+
+
diff --git a/sci-electronics/minipro/minipro-9999.ebuild b/sci-electronics/minipro/minipro-9999.ebuild
index 4c56a23..3e35d8a 100644
--- a/sci-electronics/minipro/minipro-9999.ebuild
+++ b/sci-electronics/minipro/minipro-9999.ebuild
@@ -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
}