diff options
Diffstat (limited to 'dev-db/cpp-driver')
-rw-r--r-- | dev-db/cpp-driver/cpp-driver-2.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild index 9413734574c6..6ef9399da250 100644 --- a/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild +++ b/dev-db/cpp-driver/cpp-driver-2.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="DataStax C/C++ Driver for Cassandra" HOMEPAGE="https://datastax.github.io/cpp-driver/" @@ -24,5 +24,5 @@ DEPEND="${RDEPEND}" src_configure() { local mycmakeargs=( -DCASS_USE_OPENSSL=$(usex ssl) ) - cmake-utils_src_configure + cmake_src_configure } |