diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:50:56 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:50:56 +0200 |
commit | 25f567cc620c027dac84703a5e618119cf78f2cb (patch) | |
tree | 8d7a02f6c242169820670dac230804ae8eb8bd14 /sys-fs/xfsdump | |
parent | sys-boot/efibootmgr: add missing virtual/pkgconfig (B)DEPEND (diff) | |
download | gentoo-25f567cc620c027dac84703a5e618119cf78f2cb.tar.gz gentoo-25f567cc620c027dac84703a5e618119cf78f2cb.tar.bz2 gentoo-25f567cc620c027dac84703a5e618119cf78f2cb.zip |
sys-fs/xfsdump: add missing virtual/pkgconfig (B)DEPEND
Found using:
$(grep -rsn -L -e "virtual/pkgconfig" | xargs grep "tc-getPKG_CONFIG")
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-fs/xfsdump')
-rw-r--r-- | sys-fs/xfsdump/xfsdump-3.1.9.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild index 23dff387eab2..f9e709d107fe 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.9.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="xfs dump/restore utilities" HOMEPAGE="https://xfs.wiki.kernel.org/" @@ -26,7 +26,9 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext elibc_uclibc? ( dev-libs/libintl ) - )" + ) +" +BDEPEND="ncurses? ( virtual/pkgconfig )" PATCHES=( "${FILESDIR}"/${PN}-3.1.9-prompt-overflow.patch #335115 |