diff options
author | 2020-03-19 14:31:38 +0100 | |
---|---|---|
committer | 2020-03-19 18:54:51 +0100 | |
commit | 8a4c62491eb626f4ff21fc74022382bbfed577a2 (patch) | |
tree | 5177d939f945897293e61ea739962877412c0453 /media-sound/musepack-tools | |
parent | sci-astronomy/kstars: 3.4.1 version bump (diff) | |
download | gentoo-8a4c62491eb626f4ff21fc74022382bbfed577a2.tar.gz gentoo-8a4c62491eb626f4ff21fc74022382bbfed577a2.tar.bz2 gentoo-8a4c62491eb626f4ff21fc74022382bbfed577a2.zip |
media-sound/musepack-tools: EAPI-7 bump, use cmake.eclass
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/musepack-tools')
-rw-r--r-- | media-sound/musepack-tools/musepack-tools-465-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/musepack-tools/musepack-tools-465-r1.ebuild b/media-sound/musepack-tools/musepack-tools-465-r1.ebuild index 515cdbc9bbc5..dd79c74addd3 100644 --- a/media-sound/musepack-tools/musepack-tools-465-r1.ebuild +++ b/media-sound/musepack-tools/musepack-tools-465-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/libmpc/trunk musepack-tools-${PV} |