commit: b5b33e1cc7f17d82aa95f3edb457f98330919584 Author: wjaskulski <wjaskulski <AT> adva <DOT> com> AuthorDate: Fri Apr 28 12:43:47 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 1 03:32:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b33e1c
net-fs/nfs-utils: add dev-db/sqlite and dev-libs/libevent to COMMON_DEPENDS Closes: https://bugs.gentoo.org/904718 Signed-off-by: Wiktor Jaskulski <wjaskulski <AT> adva.com> Closes: https://github.com/gentoo/gentoo/pull/30789 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{nfs-utils-2.6.3.ebuild => nfs-utils-2.6.3-r1.ebuild} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.6.3.ebuild b/net-fs/nfs-utils/nfs-utils-2.6.3-r1.ebuild similarity index 96% rename from net-fs/nfs-utils/nfs-utils-2.6.3.ebuild rename to net-fs/nfs-utils/nfs-utils-2.6.3-r1.ebuild index e0b9d944e70f..e8c017f22555 100644 --- a/net-fs/nfs-utils/nfs-utils-2.6.3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.6.3-r1.ebuild @@ -33,6 +33,8 @@ COMMON_DEPEND=" net-libs/libtirpc:= >=net-nds/rpcbind-0.2.4 sys-fs/e2fsprogs + dev-db/sqlite:3 + dev-libs/libevent:= caps? ( sys-libs/libcap ) ldap? ( net-nds/openldap:= @@ -43,8 +45,6 @@ COMMON_DEPEND=" ) libmount? ( sys-apps/util-linux ) nfsv4? ( - dev-db/sqlite:3 - dev-libs/libevent:= >=sys-apps/keyutils-1.5.9:= kerberos? ( >=net-libs/libtirpc-0.2.4-r1[kerberos] @@ -126,6 +126,10 @@ src_configure() { $(use_enable nfsv41) $(use_enable uuid) $(use_with tcpd tcp-wrappers) + # XXX: Remove this hack after 2.6.3 + # See bug #904718. + # Patch: https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca + LIBS="-lsqlite3 -levent_core" ) econf "${myeconfargs[@]}" }
