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 9700815852A for ; Mon, 19 Aug 2024 16:33:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0615E2A31; Mon, 19 Aug 2024 16:33:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 995D5E2A31 for ; Mon, 19 Aug 2024 16:33:06 +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 69DA6343067 for ; Mon, 19 Aug 2024 16:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3394D1F15 for ; Mon, 19 Aug 2024 16:33:02 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1724083548.ab14245075a7d877f32a8c4cb692318abeb6ebb1.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/amdvlk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/amdvlk/amdvlk-2024.3.1.ebuild X-VCS-Directories: media-libs/amdvlk/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: ab14245075a7d877f32a8c4cb692318abeb6ebb1 X-VCS-Branch: master Date: Mon, 19 Aug 2024 16:33:02 +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: eb0507b9-f336-4d3f-89dc-830c55dcd753 X-Archives-Hash: d9bdb19c905d3a443440c43dd6409230 Message-ID: <20240819163302.sFnM1crT3JxJtCXaE6fCzxfH4TT85Bi6nVAfq_gB4qY@z> commit: ab14245075a7d877f32a8c4cb692318abeb6ebb1 Author: Lucio Sauer posteo net> AuthorDate: Mon Aug 19 16:05:48 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Aug 19 16:05:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab142450 media-libs/amdvlk: fix variable order Signed-off-by: Lucio Sauer posteo.net> media-libs/amdvlk/amdvlk-2024.3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/amdvlk/amdvlk-2024.3.1.ebuild b/media-libs/amdvlk/amdvlk-2024.3.1.ebuild index bf94c3878..0e36163b7 100644 --- a/media-libs/amdvlk/amdvlk-2024.3.1.ebuild +++ b/media-libs/amdvlk/amdvlk-2024.3.1.ebuild @@ -38,6 +38,8 @@ ${FETCH_URI}/MetroHash/archive/${METROHASH_COMMIT}.tar.gz -> amdvlk-MetroHash-${ ${FETCH_URI}/CWPack/archive/${CWPACK_COMMIT}.tar.gz -> amdvlk-CWPack-${CWPACK_COMMIT}.tar.gz ${FETCH_URI}/llvm-dialects/archive/${LLVM_DIALECTS_COMMIT}.tar.gz -> amdvlk-LLVM-dialects-${LLVM_DIALECTS_COMMIT}.tar.gz" +S="${WORKDIR}" + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -65,7 +67,6 @@ RDEPEND=" ${DEPEND} CHECKREQS_MEMORY="7G" CHECKREQS_DISK_BUILD="4G" -S="${WORKDIR}" CMAKE_USE_DIR="${S}/xgl" CMAKE_MAKEFILE_GENERATOR=ninja