From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E607F158064 for ; Fri, 3 May 2024 09:37:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B23E2A9C; Fri, 3 May 2024 09:37:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18131E2A9A for ; Fri, 3 May 2024 09:37:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C696134300B for ; Fri, 3 May 2024 09:37:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0886F19DA for ; Fri, 3 May 2024 09:37:17 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1714729026.ef6700c78df8fe140c9e6620daa2b55055e21167.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/aerc/aerc-9999.ebuild X-VCS-Directories: mail-client/aerc/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: ef6700c78df8fe140c9e6620daa2b55055e21167 X-VCS-Branch: master Date: Fri, 3 May 2024 09:37:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96bd51f3-243c-4c6d-ad16-73493abcf1ae X-Archives-Hash: f74f182b5441e84bf0d000e5567808db commit: ef6700c78df8fe140c9e6620daa2b55055e21167 Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 3 09:31:25 2024 +0000 Commit: Arthur Zamarin gentoo 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 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() {