commit: 55217f57f641af6363af6a0c3ed4f16d93cad032
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 07:37:10 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 18:00:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55217f57
media-gfx/svg2rlg: fix RedundantLongDescription
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-gfx/svg2rlg/metadata.xml | 3 ---
media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-gfx/svg2rlg/metadata.xml b/media-gfx/svg2rlg/metadata.xml
index 3e0a25ba5a5..fd173a68738 100644
--- a/media-gfx/svg2rlg/metadata.xml
+++ b/media-gfx/svg2rlg/metadata.xml
@@ -5,9 +5,6 @@
<email>[email protected]</email>
<name>Steve Arnold</name>
</maintainer>
- <longdescription lang="en">
- A tool to convert from SVG to reportlab graphics objects.
- </longdescription>
<upstream>
<remote-id type="github">sarnold/svg2rlg</remote-id>
</upstream>
diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
index 4e172fabb65..c3ccccf4553 100644
--- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
+++ b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=rdepend