diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2023-04-23 14:24:18 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-04-23 14:24:18 +0200 |
commit | b4e15eced7e7800cc18e4c0c0d7d144eb848679e (patch) | |
tree | d1e10a409846703d59c426f335118658721f7ebc /app-antivirus/clamtk | |
parent | arch/powerpc/ppc32/package.use.mask: drop mask for dev-perl/IP-Country-DB_File (diff) | |
download | gentoo-b4e15eced7e7800cc18e4c0c0d7d144eb848679e.tar.gz gentoo-b4e15eced7e7800cc18e4c0c0d7d144eb848679e.tar.bz2 gentoo-b4e15eced7e7800cc18e4c0c0d7d144eb848679e.zip |
app-antivirus/clamtk: fix install
Closes: https://bugs.gentoo.org/904857
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-antivirus/clamtk')
-rw-r--r-- | app-antivirus/clamtk/clamtk-6.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |