summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-05-13 15:50:56 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-13 15:50:56 +0200
commit25f567cc620c027dac84703a5e618119cf78f2cb (patch)
tree8d7a02f6c242169820670dac230804ae8eb8bd14
parentsys-boot/efibootmgr: add missing virtual/pkgconfig (B)DEPEND (diff)
downloadgentoo-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>
-rw-r--r--sys-fs/xfsdump/xfsdump-3.1.9.ebuild8
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