Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: media-sound/oaml/
Date: Mon, 12 Jul 2021 20:47:21
Message-Id: 1626122759.18979b7bc021e1eafa012c8757437f0a44e6a650.winterheart@gentoo
1 commit: 18979b7bc021e1eafa012c8757437f0a44e6a650
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 12 20:43:51 2021 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Mon Jul 12 20:45:59 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=18979b7b
7
8 media-sound/oaml: migrate to cmake.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 media-sound/oaml/oaml-1.3.4.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-sound/oaml/oaml-1.3.4.ebuild b/media-sound/oaml/oaml-1.3.4.ebuild
17 index 84da05b..41b6905 100644
18 --- a/media-sound/oaml/oaml-1.3.4.ebuild
19 +++ b/media-sound/oaml/oaml-1.3.4.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit cmake-utils
28 +inherit cmake
29
30 DESCRIPTION="Open Adaptive Music Library"
31 HOMEPAGE="https://oamldev.github.io"
32 @@ -30,5 +30,5 @@ src_configure() {
33 -DENABLE_OGG=$(usex ogg)
34 -DENABLE_SOXR=$(usex soxr)
35 )
36 - cmake-utils_src_configure
37 + cmake_src_configure
38 }