From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46FBE15ACFC for ; Thu, 4 May 2023 21:39:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FAACE096E; Thu, 4 May 2023 21:39:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C1C1E0949 for ; Thu, 4 May 2023 21:39:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C69473410B3 for ; Thu, 4 May 2023 21:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6B78E4 for ; Thu, 4 May 2023 21:39:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1683236327.c46510d821ab685310a3b14911d91c56ccd698c5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ldapfuse/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ldapfuse/ldapfuse-1.0-r4.ebuild X-VCS-Directories: sys-fs/ldapfuse/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c46510d821ab685310a3b14911d91c56ccd698c5 X-VCS-Branch: master Date: Thu, 4 May 2023 21:39:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 764dceda-af10-4ce6-8221-558c0c0d9e79 X-Archives-Hash: d0d458ab8c81156b0f76e4c71603b193 commit: c46510d821ab685310a3b14911d91c56ccd698c5 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu May 4 18:01:05 2023 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/30872 Signed-off-by: Conrad Kostecki 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"