commit: b4e15eced7e7800cc18e4c0c0d7d144eb848679e Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sun Apr 23 12:24:18 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Apr 23 12:24:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e15ece
app-antivirus/clamtk: fix install Closes: https://bugs.gentoo.org/904857 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-antivirus/clamtk/clamtk-6.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamtk/clamtk-6.15.ebuild b/app-antivirus/clamtk/clamtk-6.15.ebuild index 07236840d9f6..db5e101c4af8 100644 --- a/app-antivirus/clamtk/clamtk-6.15.ebuild +++ b/app-antivirus/clamtk/clamtk-6.15.ebuild @@ -52,7 +52,7 @@ RDEPEND=" BDEPEND="nls? ( sys-devel/gettext )" -DOCS=( "CHANGES" "credits.md" "DISCLAIMER" "README.md" ) +DOCS=( "CHANGES" "credits.md" "DISCLAIMER.md" "README.md" ) pkg_setup() { use nautilus && python-single-r1_pkg_setup
