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 3216715808B for ; Wed, 16 Mar 2022 23:10:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BD42E0769; Wed, 16 Mar 2022 23:10:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 2094BE0769 for ; Wed, 16 Mar 2022 23:10:53 +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 AAFA73436DE for ; Wed, 16 Mar 2022 23:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6EEE31A for ; Wed, 16 Mar 2022 23:10:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647472232.b11cc5087f386650aca00fbbdff6fe14a8c9da09.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b11cc5087f386650aca00fbbdff6fe14a8c9da09 X-VCS-Branch: master Date: Wed, 16 Mar 2022 23:10:49 +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: 9ca02894-b219-47f5-bc1b-5c5583ea7579 X-Archives-Hash: 34c4db3d9992fc8e25d7fe42c5df7e78 commit: b11cc5087f386650aca00fbbdff6fe14a8c9da09 Author: Sam James gentoo org> AuthorDate: Wed Mar 16 23:05:36 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 16 23:10:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b11cc508 media-libs/libplacebo: sync live ebuild Signed-off-by: Sam James gentoo.org> media-libs/libplacebo/libplacebo-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libplacebo/libplacebo-9999.ebuild b/media-libs/libplacebo/libplacebo-9999.ebuild index 2d4a284c5fa1..59e93dcd9835 100644 --- a/media-libs/libplacebo/libplacebo-9999.ebuild +++ b/media-libs/libplacebo/libplacebo-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://code.videolan.org/videolan/libplacebo" LICENSE="LGPL-2.1+" # Please add a sub-slot for releases depending on libplacebo.so version -SLOT="0" +SLOT="0/9999" IUSE="glslang lcms +opengl +shaderc test +vulkan" REQUIRED_USE="vulkan? ( || ( glslang shaderc ) )" RESTRICT="!test? ( test )"