diff options
author | 2021-07-12 23:43:51 +0300 | |
---|---|---|
committer | 2021-07-12 23:45:59 +0300 | |
commit | 18979b7bc021e1eafa012c8757437f0a44e6a650 (patch) | |
tree | 7eb08c306584ad52208ec8675be688a1b6220852 | |
parent | games-strategy/opendungeons: migrate to cmake.eclass (diff) | |
download | gamerlay-18979b7bc021e1eafa012c8757437f0a44e6a650.tar.gz gamerlay-18979b7bc021e1eafa012c8757437f0a44e6a650.tar.bz2 gamerlay-18979b7bc021e1eafa012c8757437f0a44e6a650.zip |
media-sound/oaml: migrate to cmake.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r-- | media-sound/oaml/oaml-1.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/oaml/oaml-1.3.4.ebuild b/media-sound/oaml/oaml-1.3.4.ebuild index 84da05b..41b6905 100644 --- a/media-sound/oaml/oaml-1.3.4.ebuild +++ b/media-sound/oaml/oaml-1.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Open Adaptive Music Library" HOMEPAGE="https://oamldev.github.io" @@ -30,5 +30,5 @@ src_configure() { -DENABLE_OGG=$(usex ogg) -DENABLE_SOXR=$(usex soxr) ) - cmake-utils_src_configure + cmake_src_configure } |