Diff mage-1.11.0 with a mage-1.13.0

/usr/portage/dev-util/mage/mage-1.13.0.ebuild 2023-10-09 14:52:30.980368388 +0300
1
# Copyright 2021 Gentoo Authors
1
# Copyright 2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit go-module
6 6

  
7 7
DESCRIPTION="make/rake like tool using go"
Thank you!