projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a841417
)
media-sound/flac123: port to EAPI 7
author
Aaron Bauman
<bman@gentoo.org>
Tue, 10 Dec 2019 19:07:29 +0000
(14:07 -0500)
committer
Aaron 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
patch
|
blob
|
history
diff --git
a/media-sound/flac123/flac123-0.0.12.ebuild
b/media-sound/flac123/flac123-0.0.12.ebuild
index bf451bafd80676e37b68e678f58d5ad9cb20c834..8f91f3ce7b5949585601a20c8d45a3b7ecbebe3b 100644
(file)
--- 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
}