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 6F0CC158041 for ; Wed, 27 Mar 2024 23:58:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 830ABE2A14; Wed, 27 Mar 2024 23:58:36 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D705E2A13 for ; Wed, 27 Mar 2024 23:58:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50B4F335D1C for ; Wed, 27 Mar 2024 23:58:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0DD515F8 for ; Wed, 27 Mar 2024 23:58:33 +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: <1711583909.44d61349878a5cf85ae61667da4d4bc4545c8989.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 44d61349878a5cf85ae61667da4d4bc4545c8989 X-VCS-Branch: master Date: Wed, 27 Mar 2024 23:58:33 +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: cbaab450-6e6e-4f68-ada4-765894ae9f2a X-Archives-Hash: fd611d47d57eb9a857a88de9ab512622 commit: 44d61349878a5cf85ae61667da4d4bc4545c8989 Author: Matt Turner gentoo org> AuthorDate: Wed Mar 27 23:56:54 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Mar 27 23:58:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d61349 media-libs/mesa: Reorder variables Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 6ca21deae7b7..1032ec5f2994 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -21,10 +21,11 @@ else SRC_URI="https://archive.mesa3d.org/${MY_P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" fi +S="${WORKDIR}/${MY_P}" +EGIT_CHECKOUT_DIR=${S} LICENSE="MIT SGI-B-2.0" SLOT="0" -RESTRICT="!test? ( test )" RADEON_CARDS="r300 r600 radeon radeonsi" VIDEO_CARDS="${RADEON_CARDS} d3d12 freedreno intel lavapipe lima nouveau panfrost v3d vc4 virgl vivante vmware" @@ -37,7 +38,7 @@ IUSE="${IUSE_VIDEO_CARDS} lm-sensors opencl +opengl osmesa +proprietary-codecs selinux test unwind vaapi valgrind vdpau vulkan vulkan-overlay wayland +X xa zink +zstd" - +RESTRICT="!test? ( test )" REQUIRED_USE=" d3d9? ( || ( @@ -146,9 +147,6 @@ BDEPEND=" wayland? ( dev-util/wayland-scanner ) " -S="${WORKDIR}/${MY_P}" -EGIT_CHECKOUT_DIR=${S} - QA_WX_LOAD=" x86? ( usr/lib/libglapi.so.0.0.0