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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D82C1581FB for ; Thu, 28 Nov 2024 18:50:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 491E1E0942; Thu, 28 Nov 2024 18:50:03 +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 3086EE0933 for ; Thu, 28 Nov 2024 18:50:03 +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 79CBC34306B for ; Thu, 28 Nov 2024 18:50:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 798E91F28 for ; Thu, 28 Nov 2024 18:49:58 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1732819634.6a1c8c6d0f371a4414ec0d0fc3c16316bced5d03.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/psimd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/psimd/psimd-2020.05.17.ebuild X-VCS-Directories: dev-libs/psimd/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 6a1c8c6d0f371a4414ec0d0fc3c16316bced5d03 X-VCS-Branch: master Date: Thu, 28 Nov 2024 18:49:58 +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: 9ac55751-d210-45c8-895f-102fd5f2e99b X-Archives-Hash: 39972bac780de40377f8496a33aae3d9 commit: 6a1c8c6d0f371a4414ec0d0fc3c16316bced5d03 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Nov 28 18:31:02 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Nov 28 18:47:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1c8c6d dev-libs/psimd: VariableOrderWrong Signed-off-by: Alfredo Tupone gentoo.org> dev-libs/psimd/psimd-2020.05.17.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/psimd/psimd-2020.05.17.ebuild b/dev-libs/psimd/psimd-2020.05.17.ebuild index ac9abecb7884..9f63b8b86296 100644 --- a/dev-libs/psimd/psimd-2020.05.17.ebuild +++ b/dev-libs/psimd/psimd-2020.05.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,8 +10,8 @@ HOMEPAGE="https://github.com/Maratyszcza/psimd/" SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${CommitId} + LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" - -S="${WORKDIR}"/${PN}-${CommitId}