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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8566413835A for ; Fri, 23 Apr 2021 12:25:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2E95E088A; Fri, 23 Apr 2021 12:25:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B712DE088A for ; Fri, 23 Apr 2021 12:25:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 028453412BB for ; Fri, 23 Apr 2021 12:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9519729 for ; Fri, 23 Apr 2021 12:25:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1619171813.eb20aca75b8e8685cf17b0e0a3775a2cbfd26f66.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/reop/reop-2.1.1.ebuild X-VCS-Directories: app-crypt/reop/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: eb20aca75b8e8685cf17b0e0a3775a2cbfd26f66 X-VCS-Branch: master Date: Fri, 23 Apr 2021 12:25:03 +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: cbd5001b-dae8-4edb-8817-ba67b11f0534 X-Archives-Hash: 1d7f36f1807f84b135beeb5751b49938 commit: eb20aca75b8e8685cf17b0e0a3775a2cbfd26f66 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Fri Apr 23 08:55:26 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Apr 23 09:56:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb20aca7 app-crypt/reop: Fix LDFLAGS Closes: https://bugs.gentoo.org/780609 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> app-crypt/reop/reop-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild index 848357b7e..439cf435b 100644 --- a/app-crypt/reop/reop-2.1.1.ebuild +++ b/app-crypt/reop/reop-2.1.1.ebuild @@ -15,7 +15,7 @@ DEPEND="dev-libs/libsodium:=" RDEPEND="${DEPEND}" src_compile() { - emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" + emake CC="${CC:-cc}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lsodium" } src_test() {