mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user