Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/
Date: Sat, 09 Dec 2017 19:40:45
Message-Id: 1512848301.525cee7c29d9c838a11e08de92a3b18bcc66d379.pacho@gentoo
1 commit: 525cee7c29d9c838a11e08de92a3b18bcc66d379
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 9 19:30:54 2017 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 9 19:38:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525cee7c
7
8 media-gfx/eog-plugins: Add support for newer python
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 media-gfx/eog-plugins/Manifest | 2 +-
13 media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
17 index 64984c3ef8f..93e2705dfd2 100644
18 --- a/media-gfx/eog-plugins/Manifest
19 +++ b/media-gfx/eog-plugins/Manifest
20 @@ -1 +1 @@
21 -DIST eog-plugins-3.16.6.tar.xz 398836 SHA256 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b WHIRLPOOL 277016a9939e213f40c5612b1afbdf7119951eecd346bb5d70b4665d07a1aa7082add1b2fe51a6e3c3b71ea5dd7c2e55484ac2af3792fc7b1facdaadc78cea2a
22 +DIST eog-plugins-3.16.6.tar.xz 398836 BLAKE2B fcd3c6dc61ca6d935580caffdf9c941d34265f8caa6cd3d682e0d7679888f6965f64ac30b807c00417e904b4e0eeff1a213a8f6d284c130abe265f9c97fc636b SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b
23
24 diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
25 index 9c1111a8ae3..e3ed08b382f 100644
26 --- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
27 +++ b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild
28 @@ -3,7 +3,7 @@
29
30 EAPI=6
31 GNOME2_LA_PUNT="yes"
32 -PYTHON_COMPAT=( python{3_4,3_5} )
33 +PYTHON_COMPAT=( python{3_4,3_5,3_6} )
34
35 inherit gnome2 python-single-r1