diff options
Diffstat (limited to 'media-sound/oaml/oaml-1.3.4.ebuild')
-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 } |