From ef6700c78df8fe140c9e6620daa2b55055e21167 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 3 May 2024 12:31:25 +0300 Subject: [PATCH] mail-client/aerc: sync live Closes: https://bugs.gentoo.org/847274 Signed-off-by: Arthur Zamarin --- mail-client/aerc/aerc-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mail-client/aerc/aerc-9999.ebuild b/mail-client/aerc/aerc-9999.ebuild index b83c272127139..aca521b0a3fde 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() {