From aeb38d3fb0eed544edd6a939be899d7bde1b0a42 Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 2 Oct 2021 00:00:18 -0700 Subject: 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 Signed-off-by: Sam James --- media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/libid3tag') diff --git a/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild index 774e9ee20b01..91d76694163a 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 -- cgit v1.2.3-65-gdbad