dev-util/conf2struct: Add ~arm keyword wrt bug #689340

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2019-08-02 14:18:43 +03:00
parent f16c1010ef
commit 8569485a2f

View File

@@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/yrutschle/conf2struct.git"
inherit git-r3
else
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm"
GIT_COMMIT="10ea3356b65e712fb000f4d37f00e1dc09c1e722"
SRC_URI="https://github.com/yrutschle/conf2struct/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"