diff options
author | orbea <orbea@riseup.net> | 2021-10-02 00:00:18 -0700 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-02 08:14:16 +0100 |
commit | aeb38d3fb0eed544edd6a939be899d7bde1b0a42 (patch) | |
tree | fbdae2296385c40941c16ffb7e572f5b940c253b /media-libs | |
parent | sys-apps/busybox: fix misplaced quote (diff) | |
download | gentoo-aeb38d3fb0eed544edd6a939be899d7bde1b0a42.tar.gz gentoo-aeb38d3fb0eed544edd6a939be899d7bde1b0a42.tar.bz2 gentoo-aeb38d3fb0eed544edd6a939be899d7bde1b0a42.zip |
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 <orbea@riseup.net>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libid3tag/libid3tag-0.16.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |