commit: 693f3e4fd4f655565ccb4f10d285debaaf208020
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 25 06:36:18 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 06:36:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693f3e4f
media-sound/redoflacs: fix typo in optfeature
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/redoflacs/redoflacs-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/redoflacs/redoflacs-1.1.0.ebuild
b/media-sound/redoflacs/redoflacs-1.1.0.ebuild
index b5bc6f5bb93d..04a26047bfc7 100644
--- a/media-sound/redoflacs/redoflacs-1.1.0.ebuild
+++ b/media-sound/redoflacs/redoflacs-1.1.0.ebuild
@@ -31,5 +31,5 @@ src_install() {
pkg_postinst() {
elog "Run 'redoflacs -o' to generate a new config-file
(non-destructive) to take advantage of any new features."
optfeature "creating spectrograms" media-sound/sox[png]
- optfeature "determining authenticity of FLAC files (CDDA)"
media-sound/aucdtec
+ optfeature "determining authenticity of FLAC files (CDDA)"
media-sound/aucdtect
}