From 3f2fab9e1728134873cd4c354cb5a451894577e2 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 18 Mar 2020 20:07:23 -0700 Subject: [PATCH] app-admin/abrt: Add missing xdg-utils inherit Signed-off-by: Matt Turner --- 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 7cc42adccdb2..ed552da0f4c8 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" -- 2.26.2