commit: c46510d821ab685310a3b14911d91c56ccd698c5 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Thu May 4 18:01:05 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu May 4 21:38:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46510d8
sys-fs/ldapfuse: EAPI8 bump Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30872 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild | 11 +++++------ 1 file 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"
