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 5AD3C138332 for ; Sun, 9 Oct 2016 11:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D7D6E09FF; Sun, 9 Oct 2016 11:18:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84580E09FF for ; Sun, 9 Oct 2016 11:18:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FC253415FF for ; Sun, 9 Oct 2016 11:18:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 530C624AE for ; Sun, 9 Oct 2016 11:18:13 +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: <1476011887.947180344d23e0465eee211a76126f3162da805d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openimageio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openimageio/openimageio-1.6.13.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 947180344d23e0465eee211a76126f3162da805d X-VCS-Branch: master Date: Sun, 9 Oct 2016 11:18:13 +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: 5cf0d3d5-c9c6-4a67-8cc8-0c1e5ce7d96f X-Archives-Hash: 2ce3fb055acf8ee0b69d28f902108c81 commit: 947180344d23e0465eee211a76126f3162da805d Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 9 11:13:32 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 9 11:18:07 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94718034 media-libs/openimageio: Support python 3.5, fix giflib dep Package-Manager: portage-2.3.1 media-libs/openimageio/openimageio-1.6.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/openimageio/openimageio-1.6.13.ebuild b/media-libs/openimageio/openimageio-1.6.13.ebuild index c6fb219..670d9da 100644 --- a/media-libs/openimageio/openimageio-1.6.13.ebuild +++ b/media-libs/openimageio/openimageio-1.6.13.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit cmake-utils python-single-r1 vcs-snapshot @@ -30,7 +30,7 @@ RDEPEND="dev-libs/boost:=[python?] virtual/jpeg:0 colorio? ( >=media-libs/opencolorio-1.0.7:= ) ffmpeg? ( media-video/ffmpeg:= ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:0= ) jpeg2k? ( >=media-libs/openjpeg-1.5:0= ) opencv? ( >=media-libs/opencv-2.3:=