Diff aerc-0.15.2 with a aerc-9999

/usr/portage/mail-client/aerc/aerc-9999.ebuild 2023-10-09 14:52:31.568368402 +0300
1
# Copyright 2019-2023 Gentoo Authors
1
# Copyright 2019-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
24 24
RDEPEND="${DEPEND}"
25 25
BDEPEND="
26 26
	>=app-text/scdoc-1.9.7
27
	>=dev-lang/go-1.16
27
	>=dev-lang/go-1.13
28 28
"
29 29

  
30 30
src_unpack() {
Thank you!