Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libid3tag/
Date: Sat, 02 Oct 2021 07:16:01
Message-Id: 1633158856.aeb38d3fb0eed544edd6a939be899d7bde1b0a42.sam@gentoo
1 commit: aeb38d3fb0eed544edd6a939be899d7bde1b0a42
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Sat Oct 2 07:00:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 07:14:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb38d3f
7
8 media-libs/libid3tag: Upate to EAPI 8
9
10 Means we're using cmake.eclass under the hood, not cmake-utils.eclass
11 (we could set it to use cmake.eclass, but why not get the EAPI 8 goodies
12 too?)
13
14 Signed-off-by: orbea <orbea <AT> riseup.net>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild
21 index 774e9ee20b0..91d76694163 100644
22 --- a/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild
23 +++ b/media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild
24 @@ -1,7 +1,7 @@
25 # Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 inherit cmake-multilib