From 4007a99bd7fc35eee0d7d14d0000543240177084 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 4 Jan 2021 13:53:49 -0800 Subject: app-emulation/snapd: add xfsprogs to BDEPEND Closes: https://bugs.gentoo.org/761505 Reported-by: Artem Ilgamov Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Zac Medico --- app-emulation/snapd/snapd-2.48.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app-emulation/snapd') diff --git a/app-emulation/snapd/snapd-2.48.ebuild b/app-emulation/snapd/snapd-2.48.ebuild index c1a8f5af38ba..b25ca4a9b988 100644 --- a/app-emulation/snapd/snapd-2.48.ebuild +++ b/app-emulation/snapd/snapd-2.48.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -49,7 +49,8 @@ DEPEND="${RDEPEND}" BDEPEND=" >=dev-lang/go-1.9 dev-python/docutils - sys-devel/gettext" + sys-devel/gettext + sys-fs/xfsprogs" PDEPEND="sys-auth/polkit[gtk?,kde?]" -- cgit v1.2.3-65-gdbad