From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98FF0139083 for ; Sat, 9 Dec 2017 19:40:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EECCE1127; Sat, 9 Dec 2017 19:40:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2175CE1127 for ; Sat, 9 Dec 2017 19:40:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0609934085A for ; Sat, 9 Dec 2017 19:40:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C292AAE80 for ; Sat, 9 Dec 2017 19:40:38 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1512848301.525cee7c29d9c838a11e08de92a3b18bcc66d379.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/eog-plugins/Manifest media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild X-VCS-Directories: media-gfx/eog-plugins/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 525cee7c29d9c838a11e08de92a3b18bcc66d379 X-VCS-Branch: master Date: Sat, 9 Dec 2017 19:40:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4690463e-a59c-4cb7-9428-dc946a4655db X-Archives-Hash: 8c07ac6cb967e41e69b115a17727b867 commit: 525cee7c29d9c838a11e08de92a3b18bcc66d379 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 9 19:30:54 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 9 19:38:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525cee7c media-gfx/eog-plugins: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-gfx/eog-plugins/Manifest | 2 +- media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest index 64984c3ef8f..93e2705dfd2 100644 --- a/media-gfx/eog-plugins/Manifest +++ b/media-gfx/eog-plugins/Manifest @@ -1 +1 @@ -DIST eog-plugins-3.16.6.tar.xz 398836 SHA256 51ca356a29bbedfc48ce3fd1de1efe9339af38020c301df79dae6b67cd34ed96 SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b WHIRLPOOL 277016a9939e213f40c5612b1afbdf7119951eecd346bb5d70b4665d07a1aa7082add1b2fe51a6e3c3b71ea5dd7c2e55484ac2af3792fc7b1facdaadc78cea2a +DIST eog-plugins-3.16.6.tar.xz 398836 BLAKE2B fcd3c6dc61ca6d935580caffdf9c941d34265f8caa6cd3d682e0d7679888f6965f64ac30b807c00417e904b4e0eeff1a213a8f6d284c130abe265f9c97fc636b SHA512 e3bff786785ae36a41bc7c5fcb3cf75233595777409f373c4a6597fa6e432f72c7a75608e09ab66e1033ca0d12e3855346d7f7e0c571014b5aaef40184a3383b diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild index 9c1111a8ae3..e3ed08b382f 100644 --- a/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild +++ b/media-gfx/eog-plugins/eog-plugins-3.16.6.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) inherit gnome2 python-single-r1