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 448A5138334 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 EDCB8E096A; 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 BCE43E0967 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 8CAB1335D02 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 809A650B 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.ae13b8db925f57d8402e5f7035bbfd40f0ff73ef.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: ae13b8db925f57d8402e5f7035bbfd40f0ff73ef 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: 7f03c46d-e5bf-4684-a27f-5697a4930bd8 X-Archives-Hash: ae5f6cff5c3b83cfb7360d7f48308c06 commit: ae13b8db925f57d8402e5f7035bbfd40f0ff73ef Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 12:34:33 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=ae13b8db media-libs/openimageio: Removed unused cmake variable. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-libs/openimageio/openimageio-1.8.17.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/openimageio/openimageio-1.8.17.ebuild b/media-libs/openimageio/openimageio-1.8.17.ebuild index a0050a66933..5dd03517a4f 100644 --- a/media-libs/openimageio/openimageio-1.8.17.ebuild +++ b/media-libs/openimageio/openimageio-1.8.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -89,7 +89,6 @@ src_configure() { -DINSTALL_DOCS=$(usex doc) -DOIIO_BUILD_TESTS=OFF # as they are RESTRICTed -DSTOP_ON_WARNING=OFF - -DUSE_CPP14=ON -DUSE_EXTERNAL_PUGIXML=ON -DUSE_FFMPEG=$(usex ffmpeg) -DUSE_FIELD3D=$(usex field3d)