summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 14:48:26 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 18:54:52 +0100
commita5552d662b5f5741f1a12a713abcb61ea7edcf8b (patch)
tree498584436198dc94379b9c9b729ef8c8360790b8
parentmedia-sound/musepack-tools: EAPI-7 bump, use cmake.eclass (diff)
downloadgentoo-a5552d662b5f5741f1a12a713abcb61ea7edcf8b.tar.gz
gentoo-a5552d662b5f5741f1a12a713abcb61ea7edcf8b.tar.bz2
gentoo-a5552d662b5f5741f1a12a713abcb61ea7edcf8b.zip
media-libs/libreplaygain: EAPI-7 bump, use cmake.eclass
Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-libs/libreplaygain/libreplaygain-477-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild
index 0364c53aebcd..f1a6f5df2e81 100644
--- a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild
+++ b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+CMAKE_ECLASS=cmake
inherit cmake-multilib
# svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV}
@@ -18,7 +19,7 @@ KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~
IUSE=""
src_prepare() {
- cmake-utils_src_prepare
+ cmake_src_prepare
sed -i -e '/CMAKE_C_FLAGS/d' CMakeLists.txt || die
}