commit:     ee9243f8e159bad7b5e0e970302cfede90be1f84
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 06:25:10 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 06:25:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9243f8

mail-client/aerc: sync live

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 mail-client/aerc/aerc-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail-client/aerc/aerc-9999.ebuild 
b/mail-client/aerc/aerc-9999.ebuild
index db3a9c7f1487..fd14227f806c 100644
--- a/mail-client/aerc/aerc-9999.ebuild
+++ b/mail-client/aerc/aerc-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit go-module
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://aerc-mail.org";
 
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/aerc";
+       EGIT_REPO_URI="https://git.sr.ht/~rjarry/aerc";
 else
        EGO_SUM=(
                # to be filled on bumps
@@ -44,7 +44,7 @@ src_unpack() {
 
 src_compile() {
        use notmuch && export GOFLAGS="-tags=notmuch"
-       emake PREFIX="${EPREFIX}/usr"
+       emake PREFIX="${EPREFIX}/usr" all
 }
 
 src_install() {

Reply via email to