From: Aaron Bauman Date: Tue, 10 Dec 2019 19:13:52 +0000 (-0500) Subject: media-sound/flack: port to EAPI 7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1a224f71f998a4fb881084139ae1ae4216937f5b;p=gentoo.git media-sound/flack: port to EAPI 7 Signed-off-by: Aaron Bauman --- diff --git a/media-sound/flack/flack-2.0.6.ebuild b/media-sound/flack/flack-2.0.6.ebuild index 189070829b3f..41d8ac316e8d 100644 --- a/media-sound/flack/flack-2.0.6.ebuild +++ b/media-sound/flack/flack-2.0.6.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 -inherit eutils - -DESCRIPTION="flack - edit FLAC tags from command line" +DESCRIPTION="edit FLAC tags from command line" HOMEPAGE="https://sourceforge.net/projects/flack/" -SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0"