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 7C190158018 for ; Sat, 2 Oct 2021 07:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6182E087F; Sat, 2 Oct 2021 07:16:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA064E087F for ; Sat, 2 Oct 2021 07:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AE129342BC5 for ; Sat, 2 Oct 2021 07:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21D37107 for ; Sat, 2 Oct 2021 07:15:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633158856.aeb38d3fb0eed544edd6a939be899d7bde1b0a42.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libid3tag/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild X-VCS-Directories: media-libs/libid3tag/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aeb38d3fb0eed544edd6a939be899d7bde1b0a42 X-VCS-Branch: master Date: Sat, 2 Oct 2021 07:15:58 +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: ea1cc7d4-d6b1-4ebe-a722-70be2616ed6c X-Archives-Hash: 091ea7c416e8db7bc467e2ff0c2510c8 commit: aeb38d3fb0eed544edd6a939be899d7bde1b0a42 Author: orbea riseup net> AuthorDate: Sat Oct 2 07:00:18 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 2 07:14:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb38d3f media-libs/libid3tag: Upate to EAPI 8 Means we're using cmake.eclass under the hood, not cmake-utils.eclass (we could set it to use cmake.eclass, but why not get the EAPI 8 goodies too?) Signed-off-by: orbea riseup.net> Signed-off-by: Sam James gentoo.org> media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild index 774e9ee20b0..91d76694163 100644 --- a/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild +++ b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake-multilib