diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-10 23:31:08 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-11 17:28:12 +0100 |
commit | 9812cd07dae00e9f751c9db5414d63eba37633d5 (patch) | |
tree | 56a0f7adca7de44cf5895dbf991031bcdb124ba0 /net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | |
parent | net-fs/curlftpfs: fix EmptyGlobalAssignment (diff) | |
download | gentoo-9812cd07dae00e9f751c9db5414d63eba37633d5.tar.gz gentoo-9812cd07dae00e9f751c9db5414d63eba37633d5.tar.bz2 gentoo-9812cd07dae00e9f751c9db5414d63eba37633d5.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild')
-rw-r--r-- | net-fs/curlftpfs/curlftpfs-0.9.2-r4.ebuild | 10 |
1 files 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 |