From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46BC9138350 for ; Thu, 19 Mar 2020 03:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B30FE0AEF; Thu, 19 Mar 2020 03:16:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCC70E0AEF for ; Thu, 19 Mar 2020 03:16:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1585834F303 for ; Thu, 19 Mar 2020 03:16:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 828DD187 for ; Thu, 19 Mar 2020 03:16:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1584587763.3f2fab9e1728134873cd4c354cb5a451894577e2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/abrt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/abrt/abrt-2.14.0.ebuild X-VCS-Directories: app-admin/abrt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3f2fab9e1728134873cd4c354cb5a451894577e2 X-VCS-Branch: master Date: Thu, 19 Mar 2020 03:16:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2718e394-f0db-4fe7-89b3-8f8d63213fc7 X-Archives-Hash: 517b276edff37b71510818a71256af33 commit: 3f2fab9e1728134873cd4c354cb5a451894577e2 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 19 03:07:23 2020 +0000 Commit: Matt Turner gentoo 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 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"