commit: cd3eb427aabd451f365803636138d5084eb1ac27 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Nov 14 15:04:48 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 15:04:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3eb427
media-sound/redoflacs: Port to EAPI 7 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert <soap <AT> gentoo.org> media-sound/redoflacs/redoflacs-0.30.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/media-sound/redoflacs/redoflacs-0.30.ebuild b/media-sound/redoflacs/redoflacs-0.30.ebuild index a41aaed10bd..cb5eed7d1a0 100644 --- a/media-sound/redoflacs/redoflacs-0.30.ebuild +++ b/media-sound/redoflacs/redoflacs-0.30.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit readme.gentoo vcs-snapshot +inherit readme.gentoo-r1 vcs-snapshot DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger" HOMEPAGE="https://github.com/sirjaren/redoflacs" @@ -12,9 +12,7 @@ SRC_URI="https://github.com/sirjaren/${PN}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="" RDEPEND=" >=app-shells/bash-4 media-libs/flac
