diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-03 12:31:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-03 12:37:06 +0300 |
commit | ef6700c78df8fe140c9e6620daa2b55055e21167 (patch) | |
tree | 539d54c858b0cb1239e4f112672b36af8cbb1c58 /mail-client/aerc | |
parent | mail-client/aerc: add 0.17.0 (diff) | |
download | gentoo-ef6700c78df8fe140c9e6620daa2b55055e21167.tar.gz gentoo-ef6700c78df8fe140c9e6620daa2b55055e21167.tar.bz2 gentoo-ef6700c78df8fe140c9e6620daa2b55055e21167.zip |
mail-client/aerc: sync live
Closes: https://bugs.gentoo.org/847274
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mail-client/aerc')
-rw-r--r-- | mail-client/aerc/aerc-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail-client/aerc/aerc-9999.ebuild b/mail-client/aerc/aerc-9999.ebuild index b83c27212713..aca521b0a3fd 100644 --- a/mail-client/aerc/aerc-9999.ebuild +++ b/mail-client/aerc/aerc-9999.ebuild @@ -1,7 +1,8 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit go-module xdg DESCRIPTION="Email client for your terminal" @@ -23,8 +24,8 @@ IUSE="notmuch" DEPEND="notmuch? ( net-mail/notmuch:= )" RDEPEND="${DEPEND}" BDEPEND=" - >=app-text/scdoc-1.9.7 - >=dev-lang/go-1.13 + >=app-text/scdoc-1.11.3 + >=dev-lang/go-1.18 " src_unpack() { @@ -46,7 +47,7 @@ src_install() { emake GOFLAGS="$(usex notmuch "-tags=notmuch" "")" \ DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" VERSION="${PV}" install einstalldocs -dodoc CHANGELOG.md + dodoc CHANGELOG.md } pkg_postinst() { |