commit: 8ba4eb7cb1c7a1aeadf0541df690e57b931fc2a2
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Sun May 22 08:25:43 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <arkamar <AT> atlas.cz>
Signed-off-by: Joonas Niilola <juippis <AT> 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() {