From: Matt Turner Date: Thu, 19 Mar 2020 03:07:23 +0000 (-0700) Subject: app-admin/abrt: Add missing xdg-utils inherit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3f2fab9e1728134873cd4c354cb5a451894577e2;p=gentoo.git app-admin/abrt: Add missing xdg-utils inherit Signed-off-by: Matt Turner --- 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"