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 078DB138336 for ; Mon, 7 Jan 2019 12:38:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C479BE096C; Mon, 7 Jan 2019 12:38:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9CD43E0967 for ; Mon, 7 Jan 2019 12:38:31 +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 7D221335CFF for ; Mon, 7 Jan 2019 12:38:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CEEE4FB for ; Mon, 7 Jan 2019 12:38:27 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1546864694.01957a88dac50ea7b984b7ae7b8bf1092cdc1b66.polynomial-c@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.8.17.ebuild X-VCS-Directories: media-libs/openimageio/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 01957a88dac50ea7b984b7ae7b8bf1092cdc1b66 X-VCS-Branch: master Date: Mon, 7 Jan 2019 12:38:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3ba5a10-3a34-4bf5-90a2-f5ea6d47d04b X-Archives-Hash: dab335ed72c42adb4c2645e25d772c0c commit: 01957a88dac50ea7b984b7ae7b8bf1092cdc1b66 Author: lg188 gmail com> AuthorDate: Mon Jan 7 08:52:15 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jan 7 12:38:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01957a88 media-libs/openimageio: QA changes Signed-off-by: Lars Wendler gentoo.org> media-libs/openimageio/openimageio-1.8.17.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/openimageio/openimageio-1.8.17.ebuild b/media-libs/openimageio/openimageio-1.8.17.ebuild index 7e8ccfa6103..a0050a66933 100644 --- a/media-libs/openimageio/openimageio-1.8.17.ebuild +++ b/media-libs/openimageio/openimageio-1.8.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit cmake-utils python-single-r1 @@ -67,12 +67,12 @@ DEPEND="${RDEPEND} DOCS=( CHANGES.md CREDITS.md README.md src/doc/${PN}.pdf ) +S="${WORKDIR}/oiio-Release-${PV}" + pkg_setup() { use python && python-single-r1_pkg_setup } -S="${WORKDIR}/oiio-Release-${PV}" - src_configure() { # Build with SIMD support local cpufeature