diff options
Diffstat (limited to 'dev-libs/libebml/libebml-1.3.9.ebuild')
-rw-r--r-- | dev-libs/libebml/libebml-1.3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libebml/libebml-1.3.9.ebuild b/dev-libs/libebml/libebml-1.3.9.ebuild index 95e1aa1e6847..99829f7ce5b2 100644 --- a/dev-libs/libebml/libebml-1.3.9.ebuild +++ b/dev-libs/libebml/libebml-1.3.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Extensible binary format library (kinda like XML)" HOMEPAGE="https://www.matroska.org/ https://github.com/Matroska-Org/libebml/" @@ -16,5 +16,5 @@ IUSE="" src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=YES ) - cmake-utils_src_configure + cmake_src_configure } |