From: Lars Wendler Date: Mon, 7 Jan 2019 12:34:33 +0000 (+0100) Subject: media-libs/openimageio: Removed unused cmake variable. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae13b8db925f57d8402e5f7035bbfd40f0ff73ef;p=gentoo.git media-libs/openimageio: Removed unused cmake variable. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/media-libs/openimageio/openimageio-1.8.17.ebuild b/media-libs/openimageio/openimageio-1.8.17.ebuild index a0050a66933d..5dd03517a4f4 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)