app-admin/abrt: Add missing xdg-utils inherit
authorMatt Turner <mattst88@gentoo.org>
Thu, 19 Mar 2020 03:07:23 +0000 (20:07 -0700)
committerMatt Turner <mattst88@gentoo.org>
Thu, 19 Mar 2020 03:16:03 +0000 (20:16 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
app-admin/abrt/abrt-2.14.0.ebuild

index 7cc42adccdb2214646b60d79ddcba75a3754b042..ed552da0f4c8a844d0d4be3dcdb23d0d3a16c7ba 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
 
-inherit autotools python-single-r1 systemd
+inherit autotools python-single-r1 systemd xdg-utils
 
 DESCRIPTION="Automatic bug detection and reporting tool"
 HOMEPAGE="https://github.com/abrt/abrt/wiki/ABRT-Project"