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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E591158003 for ; Fri, 9 Sep 2022 07:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2576CE0931; Fri, 9 Sep 2022 07:59:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F25EDE092F for ; Fri, 9 Sep 2022 07:59:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADD0F340EC7 for ; Fri, 9 Sep 2022 07:59:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 128735DB for ; Fri, 9 Sep 2022 07:59:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662710353.16187557168adb9acc9fb139c7d60cfb9f24b1da.soap@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 media-libs/libreplaygain/libreplaygain-477-r2.ebuild X-VCS-Directories: media-libs/libreplaygain/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 16187557168adb9acc9fb139c7d60cfb9f24b1da X-VCS-Branch: master Date: Fri, 9 Sep 2022 07:59:40 +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: d3f03a97-6a08-406d-9a3d-69d052bae425 X-Archives-Hash: 8b53b7df962585d3c55036c9e954f939 commit: 16187557168adb9acc9fb139c7d60cfb9f24b1da Author: Sam James gentoo org> AuthorDate: Fri Sep 9 07:59:13 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Sep 9 07:59:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16187557 media-libs/libreplaygain: drop multilib No multilib reverse dependencies. Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> .../{libreplaygain-477-r1.ebuild => libreplaygain-477-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild b/media-libs/libreplaygain/libreplaygain-477-r2.ebuild similarity index 92% rename from media-libs/libreplaygain/libreplaygain-477-r1.ebuild rename to media-libs/libreplaygain/libreplaygain-477-r2.ebuild index 9fd946d226ac..c63499b43c26 100644 --- a/media-libs/libreplaygain/libreplaygain-477-r1.ebuild +++ b/media-libs/libreplaygain/libreplaygain-477-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit cmake-multilib +inherit cmake # svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV} # tar -cJf libreplaygain-${PV}.tar.xz libreplaygain-${PV} @@ -25,7 +25,7 @@ src_prepare() { } src_install() { - cmake-multilib_src_install + cmake_src_install insinto /usr/include doins -r include/replaygain }