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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7CF1158087 for ; Thu, 2 Dec 2021 18:01:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 741312BC020; Thu, 2 Dec 2021 18:01:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B7412BC020 for ; Thu, 2 Dec 2021 18:01:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0987B342F2E for ; Thu, 2 Dec 2021 18:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EBA7202 for ; Thu, 2 Dec 2021 18:01:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1638468075.9102df5b3bc241102f05947f7be4617b38d0b456.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild X-VCS-Directories: x11-libs/libva-intel-media-driver/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9102df5b3bc241102f05947f7be4617b38d0b456 X-VCS-Branch: master Date: Thu, 2 Dec 2021 18:01:23 +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: 2d0ab849-e941-4063-9957-31e14ff374b4 X-Archives-Hash: e92f182589fbb2bb98e8b20a39f5c4e6 commit: 9102df5b3bc241102f05947f7be4617b38d0b456 Author: Matt Turner gentoo org> AuthorDate: Tue Nov 23 22:33:25 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 2 18:01:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9102df5b x11-libs/libva-intel-media-driver: Set CMAKE_BUILD_TYPE Signed-off-by: Matt Turner gentoo.org> x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild index b54b915594c7..53f1093683e0 100644 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild +++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-9999.ebuild @@ -50,6 +50,6 @@ src_configure() { -DENABLE_NONFREE_KERNELS=$(usex redistributable) -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now ) - + local CMAKE_BUILD_TYPE="Release" cmake_src_configure }