diff options
Diffstat (limited to 'net-libs/ntirpc/ntirpc-3.3.ebuild')
-rw-r--r-- | net-libs/ntirpc/ntirpc-3.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/ntirpc/ntirpc-3.3.ebuild b/net-libs/ntirpc/ntirpc-3.3.ebuild index 16b76a069fd1..6e63e824706b 100644 --- a/net-libs/ntirpc/ntirpc-3.3.ebuild +++ b/net-libs/ntirpc/ntirpc-3.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-multilib +inherit cmake DESCRIPTION="Transport Independent RPC library for nfs-ganesha" HOMEPAGE="https://github.com/nfs-ganesha/ntirpc" @@ -24,10 +24,10 @@ DEPEND=" ${RDEPEND} " -multilib_src_configure() { +src_configure() { local mycmakeargs=( -DUSE_GSS="$(usex gssapi)" -DUSE_RPC_RDMA="$(usex rdma)" ) - cmake-utils_src_configure + cmake_src_configure } |