diff options
author | Sam James <sam@gentoo.org> | 2022-09-10 08:02:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-10 09:40:07 +0100 |
commit | 214f08d0e8746f338dd6a7a71f208c9656a5ca14 (patch) | |
tree | 5f471e0449d5cd314a580b1fc4b8c1e47f18bd62 /app-cdr | |
parent | app-cdr/cuecue: add media-libs/flac subslot dep (diff) | |
download | gentoo-214f08d0e8746f338dd6a7a71f208c9656a5ca14.tar.gz gentoo-214f08d0e8746f338dd6a7a71f208c9656a5ca14.tar.bz2 gentoo-214f08d0e8746f338dd6a7a71f208c9656a5ca14.zip |
app-cdr/mp3burn: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/mp3burn/mp3burn-0.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-cdr/mp3burn/mp3burn-0.4.2.ebuild b/app-cdr/mp3burn/mp3burn-0.4.2.ebuild index 40200fbbd700..962f81ab63d1 100644 --- a/app-cdr/mp3burn/mp3burn-0.4.2.ebuild +++ b/app-cdr/mp3burn/mp3burn-0.4.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Burn mp3s without filling up your disk with .wav files" HOMEPAGE="https://sourceforge.net/projects/mp3burn" |