commit: c003986201ab3c7b8e92bca2250221728f4e6420
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 16:51:12 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 16:53:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0039862
media-gfx/svg2rlg: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-gfx/svg2rlg/{svg2rlg-0.4.0.ebuild => svg2rlg-0.4.0-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
similarity index 94%
rename from media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
rename to media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
index c2e08afe278a..be2df4b72a60 100644
--- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
+++ b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
+
inherit distutils-r1
DESCRIPTION="Converts SVG files to PDFs or reportlab graphics"