commit: ef6700c78df8fe140c9e6620daa2b55055e21167 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 3 09:31:25 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 3 09:37:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6700c7
mail-client/aerc: sync live Closes: https://bugs.gentoo.org/847274 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> 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 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() {
