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 9F1B8158090 for ; Tue, 24 May 2022 14:03:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84AA7E0828; Tue, 24 May 2022 14:03:21 +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 6A7AFE0828 for ; Tue, 24 May 2022 14:03:21 +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 5A54F3418B6 for ; Tue, 24 May 2022 14:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9530C463 for ; Tue, 24 May 2022 14:03:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1653400996.8ba4eb7cb1c7a1aeadf0541df690e57b931fc2a2.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/aerc/aerc-9999.ebuild X-VCS-Directories: mail-client/aerc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8ba4eb7cb1c7a1aeadf0541df690e57b931fc2a2 X-VCS-Branch: master Date: Tue, 24 May 2022 14:03:18 +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: 6c1a664d-45a5-49f4-9c05-74ffc2ebde80 X-Archives-Hash: 79d1aa41058d2074af06915264026eaf commit: 8ba4eb7cb1c7a1aeadf0541df690e57b931fc2a2 Author: Petr Vaněk atlas cz> AuthorDate: Sun May 22 08:25:43 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 24 14:03:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba4eb7c mail-client/aerc: Add missing space between variables on live Fixes: 721c5b6eb1f0 ("mail-client/aerc: sync live") Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Joonas Niilola gentoo.org> mail-client/aerc/aerc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail-client/aerc/aerc-9999.ebuild b/mail-client/aerc/aerc-9999.ebuild index 44c0b5357581..6b95381472cd 100644 --- a/mail-client/aerc/aerc-9999.ebuild +++ b/mail-client/aerc/aerc-9999.ebuild @@ -39,7 +39,7 @@ src_unpack() { src_compile() { LDFLAGS= \ emake GOFLAGS="-mod=vendor $(usex notmuch "-tags=notmuch" "")" \ - PREFIX="${EPREFIX}/usr"VERSION=${PV} all + PREFIX="${EPREFIX}/usr" VERSION=${PV} all } src_install() {