mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/25586 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
0e6c99e62c
commit
9554c9575d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user