diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-04-11 10:53:41 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-11 10:57:48 +0200 |
commit | 28274afb0b676703d0a6d8ae5297b46e823fe0e5 (patch) | |
tree | b1ac86be62d98ec62d3800b624c89e9617fd1a09 /net-im/poezio | |
parent | net-proxy/haproxy: Cleanup re bug 808777 (diff) | |
download | gentoo-28274afb0b676703d0a6d8ae5297b46e823fe0e5.tar.gz gentoo-28274afb0b676703d0a6d8ae5297b46e823fe0e5.tar.bz2 gentoo-28274afb0b676703d0a6d8ae5297b46e823fe0e5.zip |
net-im/poezio: scrub patch
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'net-im/poezio')
-rw-r--r-- | net-im/poezio/files/Do-not-install-man-pages-and-files-in-usr-share-poez.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net-im/poezio/files/Do-not-install-man-pages-and-files-in-usr-share-poez.patch b/net-im/poezio/files/Do-not-install-man-pages-and-files-in-usr-share-poez.patch index 9506cdb14908..7b85ba892c43 100644 --- a/net-im/poezio/files/Do-not-install-man-pages-and-files-in-usr-share-poez.patch +++ b/net-im/poezio/files/Do-not-install-man-pages-and-files-in-usr-share-poez.patch @@ -4,12 +4,6 @@ Date: Mon, 12 Jul 2021 15:08:30 +0200 Subject: [PATCH] Do not install man pages and files in /usr/share/poezio Signed-off-by: Florian Schmaus <flo@geekplace.eu> ---- - setup.py | 4 ---- - 1 file changed, 4 deletions(-) - -diff --git a/setup.py b/setup.py -index d1dde4d2f02f..bee8e4834b81 100755 --- a/setup.py +++ b/setup.py @@ -156,13 +156,9 @@ setup( @@ -26,6 +20,3 @@ index d1dde4d2f02f..bee8e4834b81 100755 + sphinx_files_found ), install_requires=['slixmpp>=1.6.0', 'aiodns', 'pyasn1_modules', 'pyasn1', 'typing_extensions', 'setuptools'], --- -2.31.1 - |