media-sound/flac123: port to EAPI 7
authorAaron Bauman <bman@gentoo.org>
Tue, 10 Dec 2019 19:07:29 +0000 (14:07 -0500)
committerAaron Bauman <bman@gentoo.org>
Tue, 10 Dec 2019 19:07:48 +0000 (14:07 -0500)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
media-sound/flac123/flac123-0.0.12.ebuild

index bf451bafd80676e37b68e678f58d5ad9cb20c834..8f91f3ce7b5949585601a20c8d45a3b7ecbebe3b 100644 (file)
@@ -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
 }