commit: 9812cd07dae00e9f751c9db5414d63eba37633d5
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 11 03:31:08 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 16:28:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9812cd07
net-fs/curlftpfs: fix DEPEND after port to EAPI 7
During the migration to EAPI 7, pkgconfig should have been moved to
BDEPEND, as DEPEND is no longer installed for both.
Fixes: 3e0d35af149c5a90556fd655456a2ba4e25fbaee
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild
b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild
index 769d3c9c6d14..d1d34dedc417 100644
--- a/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild
+++ b/net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild
@@ -14,11 +14,13 @@ SLOT="0"
KEYWORDS="amd64 arm ~arm64 x86 ~amd64-linux ~x86-linux"
RESTRICT="test" # bug 258460
-RDEPEND=">=net-misc/curl-7.17.0
+RDEPEND="
+ >=net-misc/curl-7.17.0
>=sys-fs/fuse-2.2:0=
- >=dev-libs/glib-2.0"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ >=dev-libs/glib-2.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-64bit_filesize.patch