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 D9EA9158090 for ; Thu, 19 May 2022 02:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE243E0920; Thu, 19 May 2022 02:03:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D560E090F for ; Thu, 19 May 2022 02:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 90C41341754 for ; Thu, 19 May 2022 02:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1D0A477 for ; Thu, 19 May 2022 02:03:54 +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: <1652925505.f85c25d19128c4b8e9636a073af7918a706ea897.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/argon2/argon2-20190702-r1.ebuild X-VCS-Directories: app-crypt/argon2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f85c25d19128c4b8e9636a073af7918a706ea897 X-VCS-Branch: master Date: Thu, 19 May 2022 02:03:54 +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: e6b99ca9-7782-4071-948f-5fc3945dd965 X-Archives-Hash: 2fabdb7f1f415003ab24351a92e1714c commit: f85c25d19128c4b8e9636a073af7918a706ea897 Author: dluser1 mn bsd com> AuthorDate: Wed May 18 08:57:43 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 19 01:58:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85c25d1 app-crypt/argon2: set PREFIX to $EPREFIX/usr Closes: https://bugs.gentoo.org/845321 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/argon2/argon2-20190702-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/argon2/argon2-20190702-r1.ebuild b/app-crypt/argon2/argon2-20190702-r1.ebuild index c7862036ebec..c36974b6a533 100644 --- a/app-crypt/argon2/argon2-20190702-r1.ebuild +++ b/app-crypt/argon2/argon2-20190702-r1.ebuild @@ -44,7 +44,7 @@ src_prepare() { } src_compile() { - emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" \ + emake OPTTEST="${OPTTEST}" LIBRARY_REL="$(get_libdir)" PREFIX="${EPREFIX}/usr" \ ARGON2_VERSION="0~${PV}" }