summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-05-04 20:01:05 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-05-04 23:38:47 +0200
commitc46510d821ab685310a3b14911d91c56ccd698c5 (patch)
tree338d56d53c2fb810e11bbd5a46de9313073e9497 /sys-fs
parentwww-client/vivaldi: Drop old 5.7.2921.68 (diff)
downloadgentoo-c46510d821ab685310a3b14911d91c56ccd698c5.tar.gz
gentoo-c46510d821ab685310a3b14911d91c56ccd698c5.tar.bz2
gentoo-c46510d821ab685310a3b14911d91c56ccd698c5.zip
sys-fs/ldapfuse: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30872 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild b/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
index 0e01a694da64..2e4ec1113932 100644
--- a/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
+++ b/sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-DESCRIPTION="A virtual filesystem for FUSE which allows navigation of an LDAP tree"
+DESCRIPTION="Virtual filesystem for FUSE which allows navigation of an LDAP tree"
HOMEPAGE="https://sourceforge.net/projects/ldapfuse/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
@@ -15,9 +15,8 @@ RDEPEND="
net-nds/openldap:=
sys-fs/fuse:0
>=sys-libs/libhx-3.12:="
-
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
app-arch/xz-utils
virtual/pkgconfig"