commit: 4007a99bd7fc35eee0d7d14d0000543240177084 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Jan 4 21:53:49 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Jan 4 21:56:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4007a99b
app-emulation/snapd: add xfsprogs to BDEPEND Closes: https://bugs.gentoo.org/761505 Reported-by: Artem Ilgamov <a.ilgamov <AT> myhart.ru> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-emulation/snapd/snapd-2.48.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-emulation/snapd/snapd-2.48.ebuild b/app-emulation/snapd/snapd-2.48.ebuild index c1a8f5af38b..b25ca4a9b98 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?]"
