sys-apps/dool: fix KeyError in dool_disk_avgqu.py

Closes: https://bugs.gentoo.org/784704
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
This commit is contained in:
Florian Schmaus
2021-05-03 19:38:32 +02:00
parent 82b1c42abe
commit e9d4c62de5
3 changed files with 51 additions and 0 deletions

View File

@@ -31,6 +31,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/0001-Key-for-key-in-dool_disk_avgqu.py-to-avoid-KeyError.patch"
)
src_compile() {
:
}