summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/percona-xtrabackup/percona-xtrabackup-2.4.15.ebuild')
-rw-r--r--dev-db/percona-xtrabackup/percona-xtrabackup-2.4.15.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.15.ebuild b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.15.ebuild
index 2ca76ece9d82..9e800bfb475a 100644
--- a/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.15.ebuild
+++ b/dev-db/percona-xtrabackup/percona-xtrabackup-2.4.15.ebuild
@@ -5,7 +5,7 @@ EAPI="7"
CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake-utils flag-o-matic
+inherit cmake flag-o-matic
DESCRIPTION="Hot backup utility for MySQL based servers"
HOMEPAGE="https://www.percona.com/software/mysql-database/percona-xtrabackup"
@@ -40,7 +40,7 @@ PATCHES=(
)
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
# remove bundled libedit, libevent, zlib
# just to be safe...
@@ -65,7 +65,7 @@ src_configure() {
)
local CMAKE_BUILD_TYPE="Release"
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {