diff options
author | Sam James <sam@gentoo.org> | 2022-03-09 23:03:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-09 23:03:08 +0000 |
commit | 2486a38b78aa0912ec5b0ce77539712d0900e77c (patch) | |
tree | 214222078ad93624e3f232c35c245e8fd8ceef5d /media-sound/rawrec | |
parent | media-sound/lltag: fix VariableScope (diff) | |
download | gentoo-2486a38b78aa0912ec5b0ce77539712d0900e77c.tar.gz gentoo-2486a38b78aa0912ec5b0ce77539712d0900e77c.tar.bz2 gentoo-2486a38b78aa0912ec5b0ce77539712d0900e77c.zip |
media-sound/*: fix UnusedInherits (flag-o-matic)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/rawrec')
-rw-r--r-- | media-sound/rawrec/rawrec-0.9.991.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/rawrec/rawrec-0.9.991.ebuild b/media-sound/rawrec/rawrec-0.9.991.ebuild index 940ba0cdbc25..9f32c4413301 100644 --- a/media-sound/rawrec/rawrec-0.9.991.ebuild +++ b/media-sound/rawrec/rawrec-0.9.991.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit flag-o-matic toolchain-funcs +inherit toolchain-funcs DESCRIPTION="CLI program to play and record audiofiles" HOMEPAGE="http://rawrec.sourceforge.net" |