Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/inkscape/
Date: Sat, 25 Apr 2020 13:46:48
Message-Id: 1587822357.f08c994742e2d31bb1b1916dc3fcb3ba17b59601.dilfridge@gentoo
1 commit: f08c994742e2d31bb1b1916dc3fcb3ba17b59601
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 13:45:36 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 13:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f08c9947
7
8 media-gfx/inkscape: re-add py36 support
9
10 Closes: https://bugs.gentoo.org/719386
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 media-gfx/inkscape/inkscape-1.0_rc1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/inkscape/inkscape-1.0_rc1.ebuild b/media-gfx/inkscape/inkscape-1.0_rc1.ebuild
18 index e6249b176dd..34878580628 100644
19 --- a/media-gfx/inkscape/inkscape-1.0_rc1.ebuild
20 +++ b/media-gfx/inkscape/inkscape-1.0_rc1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7,8} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 PYTHON_REQ_USE="xml"
28
29 RELEASE_SUFFIX="1.0rc1_2020-04-09_09960d6f05"