summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-08-02 14:18:43 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-08-02 14:18:43 +0300
commit8569485a2f75261d733ea9b66d90a0a9c0ddc6ac (patch)
tree8b216b5bac72a0940110926bdfcdab3051ad525b
parentapp-forensics/libewf: Add ~arm keyword wrt bug #689762 (diff)
downloadgentoo-8569485a2f75261d733ea9b66d90a0a9c0ddc6ac.tar.gz
gentoo-8569485a2f75261d733ea9b66d90a0a9c0ddc6ac.tar.bz2
gentoo-8569485a2f75261d733ea9b66d90a0a9c0ddc6ac.zip
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>
-rw-r--r--dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild b/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
index b31468b61ccd..631e635694cf 100644
--- a/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
+++ b/dev-util/conf2struct/conf2struct-0_pre0-r1.ebuild
@@ -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}"