summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 13:24:21 +0100
committerSam James <sam@gentoo.org>2021-04-21 20:01:12 +0100
commitf0f581bb93df167a0ae702b7a7d01ff25a7056de (patch)
treea8a49f331e87e369c843e4296446868bde2a3a19 /sys-fs
parentsys-fs/inotify-tools: use BDEPEND for virtual/pkgconfig (diff)
downloadgentoo-f0f581bb93df167a0ae702b7a7d01ff25a7056de.tar.gz
gentoo-f0f581bb93df167a0ae702b7a7d01ff25a7056de.tar.bz2
gentoo-f0f581bb93df167a0ae702b7a7d01ff25a7056de.zip
sys-fs/fuse: use BDEPEND for virtual/pkgconfig
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/fuse/fuse-2.9.9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/fuse/fuse-2.9.9-r1.ebuild b/sys-fs/fuse/fuse-2.9.9-r1.ebuild
index 91a95b0677f0..b971294e9291 100644
--- a/sys-fs/fuse/fuse-2.9.9-r1.ebuild
+++ b/sys-fs/fuse/fuse-2.9.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 s
IUSE="examples kernel_linux kernel_FreeBSD static-libs"
PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )"
-DEPEND="virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
pkg_setup() {