diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-30 19:28:38 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-31 18:23:36 +0100 |
commit | 7b0e0aecbcb9b247681a2c87be51d5e43404f7e5 (patch) | |
tree | f02c8f546715d9dd8b66099bd6c7e1536ee0e828 /dev-libs/libebml | |
parent | */*: Switch graphics proj packages to cmake.eclass (diff) | |
download | gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.tar.gz gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.tar.bz2 gentoo-7b0e0aecbcb9b247681a2c87be51d5e43404f7e5.zip |
*/*: Switch media-video proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libebml')
-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 } |