commit: 3f2fab9e1728134873cd4c354cb5a451894577e2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 03:07:23 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 03:16:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2fab9e
app-admin/abrt: Add missing xdg-utils inherit
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-admin/abrt/abrt-2.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/abrt/abrt-2.14.0.ebuild
b/app-admin/abrt/abrt-2.14.0.ebuild
index 7cc42adccdb..ed552da0f4c 100644
--- a/app-admin/abrt/abrt-2.14.0.ebuild
+++ b/app-admin/abrt/abrt-2.14.0.ebuild
@@ -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"