diff options
author | Samuel Bernardo <samuelbernardo.mail@gmail.com> | 2024-06-09 22:50:39 +0100 |
---|---|---|
committer | Samuel Bernardo <samuelbernardo.mail@gmail.com> | 2024-06-09 22:50:39 +0100 |
commit | 47c7d27e95eab00137e4cd39cb34e824b5dea0b5 (patch) | |
tree | 96f4aa55a5fdc2a6ad3e6281ecd4a0acde9ee45c /eclass/golang-single.eclass | |
parent | Correct icon description to IDEA Ultimate (diff) | |
download | ssnb-47c7d27e95eab00137e4cd39cb34e824b5dea0b5.tar.gz ssnb-47c7d27e95eab00137e4cd39cb34e824b5dea0b5.tar.bz2 ssnb-47c7d27e95eab00137e4cd39cb34e824b5dea0b5.zip |
Update terraform and golang eclasses
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
Diffstat (limited to 'eclass/golang-single.eclass')
-rw-r--r-- | eclass/golang-single.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/golang-single.eclass b/eclass/golang-single.eclass index e8007f7..3440bc8 100644 --- a/eclass/golang-single.eclass +++ b/eclass/golang-single.eclass @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # $Id$ # @ECLASS: golang-single.eclass # @MAINTAINER: -# Mauro Toffanin <toffanin.mauro@gmail.com> +# Samuel Bernardo <samuelbernardo.mail@gmail.com> # @AUTHOR: # Mauro Toffanin <toffanin.mauro@gmail.com> # @BLURB: An eclass for GoLang packages not installed inside GOPATH/GOBIN. @@ -19,7 +19,7 @@ # Typical ebuild using golang-single.eclass: # # @CODE -# EAPI=5 +# EAPI=8 # # GOLANG_PKG_IMPORTPATH="github.com/captObvious" # GOLANG_PKG_ARCHIVESUFFIX=".zip" |