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 E28CB158094 for ; Fri, 9 Sep 2022 07:59:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27205E0929; Fri, 9 Sep 2022 07:59:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 0DEADE0929 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 A1D3C340EA8 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 BB24B5D6 for ; Fri, 9 Sep 2022 07:59:39 +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: <1662710349.daf614aaa2cdba1b6c2dde856bbb589799cf8757.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcuefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcuefile/libcuefile-477-r1.ebuild media-libs/libcuefile/libcuefile-477-r2.ebuild X-VCS-Directories: media-libs/libcuefile/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: daf614aaa2cdba1b6c2dde856bbb589799cf8757 X-VCS-Branch: master Date: Fri, 9 Sep 2022 07:59:39 +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: c119f6b8-2a20-47a4-88e1-1ab0f67e2577 X-Archives-Hash: 1a5a3de1d655a1e3e66c38cb49838584 commit: daf614aaa2cdba1b6c2dde856bbb589799cf8757 Author: Sam James gentoo org> AuthorDate: Fri Sep 9 07:59:09 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Sep 9 07:59:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf614aa media-libs/libcuefile: drop multilib No multilib reverse dependencies. Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> .../{libcuefile-477-r1.ebuild => libcuefile-477-r2.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/libcuefile/libcuefile-477-r1.ebuild b/media-libs/libcuefile/libcuefile-477-r2.ebuild similarity index 91% rename from media-libs/libcuefile/libcuefile-477-r1.ebuild rename to media-libs/libcuefile/libcuefile-477-r2.ebuild index 39c396d77a76..a083d0decc2d 100644 --- a/media-libs/libcuefile/libcuefile-477-r1.ebuild +++ b/media-libs/libcuefile/libcuefile-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/libcuefile/trunk libcuefile-${PV} # tar -cJf libcuefile-${PV}.tar.xz libcuefile-${PV} @@ -19,7 +19,8 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64 PATCHES=( "${FILESDIR}"/${PN}-static-libs.patch ) src_install() { - cmake-multilib_src_install + cmake_src_install + insinto /usr/include doins -r include/cuetools }