Skip to content

Commit

Permalink
media-libs/libreplaygain: EAPI-7 bump, use cmake.eclass
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Mar 19, 2020
1 parent 8a4c624 commit a5552d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions media-libs/libreplaygain/libreplaygain-477-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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
}
Expand Down

0 comments on commit a5552d6

Please sign in to comment.