diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-01-04 13:53:49 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-01-04 13:56:04 -0800 |
commit | 4007a99bd7fc35eee0d7d14d0000543240177084 (patch) | |
tree | d5970a9c935d8b178f0fab3c623c645c9d739fc1 /app-emulation/snapd | |
parent | x11-misc/rofi: Fixed build with ~sys-devel/autoconf-2.70 (diff) | |
download | gentoo-4007a99bd7fc35eee0d7d14d0000543240177084.tar.gz gentoo-4007a99bd7fc35eee0d7d14d0000543240177084.tar.bz2 gentoo-4007a99bd7fc35eee0d7d14d0000543240177084.zip |
app-emulation/snapd: add xfsprogs to BDEPEND
Closes: https://bugs.gentoo.org/761505
Reported-by: Artem Ilgamov <a.ilgamov@myhart.ru>
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-emulation/snapd')
-rw-r--r-- | app-emulation/snapd/snapd-2.48.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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?]" |