commit: 18979b7bc021e1eafa012c8757437f0a44e6a650 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com> AuthorDate: Mon Jul 12 20:43:51 2021 +0000 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru> CommitDate: Mon Jul 12 20:45:59 2021 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=18979b7b
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 <AT> gmail.com> media-sound/oaml/oaml-1.3.4.ebuild | 6 +++--- 1 file 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 }
