summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-04 07:37:10 +0000
committerSam James <sam@gentoo.org>2021-03-05 18:00:35 +0000
commit55217f57f641af6363af6a0c3ed4f16d93cad032 (patch)
tree105f2e8c3ab8c3af53a0aa8839849c4b00287f77 /media-gfx/svg2rlg
parentnet-p2p/go-ethereum: fix copyright header (diff)
downloadgentoo-55217f57f641af6363af6a0c3ed4f16d93cad032.tar.gz
gentoo-55217f57f641af6363af6a0c3ed4f16d93cad032.tar.bz2
gentoo-55217f57f641af6363af6a0c3ed4f16d93cad032.zip
media-gfx/svg2rlg: fix RedundantLongDescription
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/svg2rlg')
-rw-r--r--media-gfx/svg2rlg/metadata.xml3
-rw-r--r--media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild1
2 files changed, 1 insertions, 3 deletions
diff --git a/media-gfx/svg2rlg/metadata.xml b/media-gfx/svg2rlg/metadata.xml
index 3e0a25ba5a56..fd173a687384 100644
--- a/media-gfx/svg2rlg/metadata.xml
+++ b/media-gfx/svg2rlg/metadata.xml
@@ -5,9 +5,6 @@
<email>nerdboy@gentoo.org</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 4e172fabb657..c3ccccf45533 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