From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82AF0138353 for ; Thu, 19 Mar 2020 17:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFAD9E0E7B; Thu, 19 Mar 2020 17:55:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A65CAE0E7B for ; Thu, 19 Mar 2020 17:55:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7793134F18D for ; Thu, 19 Mar 2020 17:55:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E4D318E for ; Thu, 19 Mar 2020 17:55:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1584640492.a5552d662b5f5741f1a12a713abcb61ea7edcf8b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libreplaygain/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libreplaygain/libreplaygain-477-r1.ebuild X-VCS-Directories: media-libs/libreplaygain/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5552d662b5f5741f1a12a713abcb61ea7edcf8b X-VCS-Branch: master Date: Thu, 19 Mar 2020 17:55:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 06719639-1319-4fc8-b221-8a941895ceb4 X-Archives-Hash: 7237818a2a7559f49cc53872cb7b202d commit: a5552d662b5f5741f1a12a713abcb61ea7edcf8b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 19 13:48:26 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 19 17:54:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5552d66 media-libs/libreplaygain: EAPI-7 bump, use cmake.eclass Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libreplaygain/libreplaygain-477-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild b/media-libs/libreplaygain/libreplaygain-477-r1.ebuild index 0364c53aebc..f1a6f5df2e8 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 }