diff options
author | Joe Kappus <joe@wt.gd> | 2023-04-14 07:52:25 -0400 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-04-14 10:34:06 -0500 |
commit | f30b488fc9b6821fe541da04652512331ee4012a (patch) | |
tree | 9d3abc28c838884d704ff9468f20e1f1984b1d0e /app-arch/p7zip/metadata.xml | |
parent | app-arch/p7zip: update upstream metadata (diff) | |
download | gentoo-f30b488fc9b6821fe541da04652512331ee4012a.tar.gz gentoo-f30b488fc9b6821fe541da04652512331ee4012a.tar.bz2 gentoo-f30b488fc9b6821fe541da04652512331ee4012a.zip |
app-arch/p7zip: add natspec support via useflag
Patch is from Arch:
https://aur.archlinux.org/cgit/aur.git/tree/natspec.patch?h=p7zip-natspec
Closes: https://bugs.gentoo.org/574900
Signed-off-by: Joe Kappus <joe@wt.gd>
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-arch/p7zip/metadata.xml')
-rw-r--r-- | app-arch/p7zip/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/p7zip/metadata.xml b/app-arch/p7zip/metadata.xml index b936059d893c..6a21e35bb813 100644 --- a/app-arch/p7zip/metadata.xml +++ b/app-arch/p7zip/metadata.xml @@ -5,6 +5,7 @@ <email>prometheanfire@gentoo.org</email> </maintainer> <use> + <flag name="natspec">Use <pkg>dev-libs/libnatspec</pkg> to correctly decode non-ascii file names archived in Windows.</flag> <flag name="rar">Enable support for non-free rar decoder</flag> </use> <upstream> |