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 208181382C5 for ; Mon, 4 Jan 2021 21:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C4F9E0969; Mon, 4 Jan 2021 21:56:56 +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 40768E0969 for ; Mon, 4 Jan 2021 21:56:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6348335D29 for ; Mon, 4 Jan 2021 21:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FE21B8 for ; Mon, 4 Jan 2021 21:56:53 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1609797364.4007a99bd7fc35eee0d7d14d0000543240177084.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/snapd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/snapd/snapd-2.48.ebuild X-VCS-Directories: app-emulation/snapd/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4007a99bd7fc35eee0d7d14d0000543240177084 X-VCS-Branch: master Date: Mon, 4 Jan 2021 21:56:53 +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: fc369c89-0827-4bee-b0a5-c6f75a8f6e8b X-Archives-Hash: 1f1efaf12effa2e1ea6e7fb74a55ebe7 commit: 4007a99bd7fc35eee0d7d14d0000543240177084 Author: Zac Medico gentoo org> AuthorDate: Mon Jan 4 21:53:49 2021 +0000 Commit: Zac Medico gentoo 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 myhart.ru> Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Zac Medico 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?]"