mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 02:41:55 +01:00
dev-lang/go: only require go-bootstrap in the SDK itself
This commit is contained in:
parent
a35f9bda13
commit
ccc2baf889
@ -24,9 +24,9 @@ HOMEPAGE="http://www.golang.org"
|
|||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0/${PV}"
|
SLOT="0/${PV}"
|
||||||
IUSE=""
|
IUSE="cros_host"
|
||||||
|
|
||||||
DEPEND=">=dev-lang/go-bootstrap-1.4.1"
|
DEPEND="cros_host? ( >=dev-lang/go-bootstrap-1.4.1 )"
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
||||||
# These test data objects have writable/executable stacks.
|
# These test data objects have writable/executable stacks.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user