summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2022-02-11 00:25:10 -0600
committerWilliam Hubbs <williamh@gentoo.org>2022-02-11 00:25:10 -0600
commitee9243f8e159bad7b5e0e970302cfede90be1f84 (patch)
tree1a670aacafc8dfbdb9697567006960d9b9084d4a /mail-client/aerc
parentmail-client/aerc: Version bump (diff)
downloadgentoo-ee9243f8e159bad7b5e0e970302cfede90be1f84.tar.gz
gentoo-ee9243f8e159bad7b5e0e970302cfede90be1f84.tar.bz2
gentoo-ee9243f8e159bad7b5e0e970302cfede90be1f84.zip
mail-client/aerc: sync live
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'mail-client/aerc')
-rw-r--r--mail-client/aerc/aerc-9999.ebuild8
1 files 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() {