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 C6C1E138334 for ; Thu, 9 May 2019 19:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4EA4E082D; Thu, 9 May 2019 19:16:14 +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 58D42E082D for ; Thu, 9 May 2019 19:16:14 +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 BD44E343EBD for ; Thu, 9 May 2019 19:16:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358FE5DF for ; Thu, 9 May 2019 19:16:11 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1557429361.50b6edac63b0012e6e4e1ba11f4e625cbb9f96bf.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/libplacebo-9999.ebuild X-VCS-Directories: media-libs/libplacebo/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 50b6edac63b0012e6e4e1ba11f4e625cbb9f96bf X-VCS-Branch: master Date: Thu, 9 May 2019 19:16:11 +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: b2c86a24-19f3-483b-ab5b-3ad5df6d6313 X-Archives-Hash: 127a2366741b837ac195a3ca200cffe9 commit: 50b6edac63b0012e6e4e1ba11f4e625cbb9f96bf Author: Georgy Yakovlev gentoo org> AuthorDate: Thu May 9 19:09:44 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 9 19:16:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b6edac media-libs/libplacebo: sync live ebuild Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/libplacebo/libplacebo-9999.ebuild | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild b/media-libs/libplacebo/libplacebo-9999.ebuild index d564dd10f44..eda8818f591 100644 --- a/media-libs/libplacebo/libplacebo-9999.ebuild +++ b/media-libs/libplacebo/libplacebo-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://code.videolan.org/videolan/libplacebo.git" @@ -12,14 +12,14 @@ else S="${WORKDIR}/${PN}-v${PV}" fi -inherit meson ninja-utils multilib-minimal +inherit meson multilib-minimal DESCRIPTION="Reusable library for GPU-accelerated image processing primitives" HOMEPAGE="https://github.com/haasn/libplacebo" LICENSE="LGPL-2.1+" SLOT="0" -IUSE="glslang lcms +shaderc +vulkan" +IUSE="glslang lcms +shaderc test +vulkan" REQUIRED_USE="vulkan? ( || ( glslang shaderc ) )" RDEPEND="glslang? (