mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
go-protobuf: add x86 keyword
This commit is contained in:
parent
e94447afa7
commit
e68c197cfa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2019 Gentoo Authors
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
|
|
@ -20,7 +20,7 @@ SRC_URI="https://${EGO_SRC}/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||||
${EGO_VENDOR_URI}"
|
${EGO_VENDOR_URI}"
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0/${PVR}"
|
SLOT="0/${PVR}"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="amd64 x86"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
DEPEND="test? ( dev-libs/protobuf )"
|
DEPEND="test? ( dev-libs/protobuf )"
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue