commit: 5bba50938c93f5b2101a20bab5434ff172265fd0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 10 19:07:29 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 10 19:07:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bba5093
media-sound/flac123: port to EAPI 7
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-sound/flac123/flac123-0.0.12.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/flac123/flac123-0.0.12.ebuild
b/media-sound/flac123/flac123-0.0.12.ebuild
index bf451bafd80..8f91f3ce7b5 100644
--- a/media-sound/flac123/flac123-0.0.12.ebuild
+++ b/media-sound/flac123/flac123-0.0.12.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
+
inherit autotools
DESCRIPTION="console app for playing FLAC audio files"
@@ -19,8 +20,7 @@ RDEPEND="dev-libs/popt
media-libs/libogg"
DEPEND="${RDEPEND}"
-DOCS="AUTHORS BUGS ChangeLog NEWS README*"
-
src_prepare() {
eautoreconf
+ default
}