commit:     9554c9575d4151f5b22a9c6803cd4acf65b2ca8e
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sat May 21 10:32:28 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 27 06:53:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9554c957

dev-go/act: use go-module.eclass

Update to EAPI 8
Remove strip from RESTRICT, as this is set by the go-module.eclass already

Closes: https://bugs.gentoo.org/844643
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/25586
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-go/act/act-1.6.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-go/act/act-1.6.0.ebuild b/dev-go/act/act-1.6.0.ebuild
index 0d9fa048573c..3a2dd997297d 100644
--- a/dev-go/act/act-1.6.0.ebuild
+++ b/dev-go/act/act-1.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-inherit golang-base toolchain-funcs
+inherit go-module toolchain-funcs
 
 DESCRIPTION="Automated Component Toolkit code generator"
 HOMEPAGE="https://github.com/Autodesk/AutomaticComponentToolkit";
@@ -14,7 +14,7 @@ LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
-RESTRICT="strip test"
+RESTRICT="test"
 
 # Package does not follow the usual go directory structure
 # Functions borrowed from dev-lang/go ebuild.

Reply via email to