diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-15 15:15:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-15 15:15:59 +0300 |
commit | e7d559c674ef952807a7816aa50080e0cf167b47 (patch) | |
tree | d439415f194a2ff286f796710f844d9679468128 /dev-libs/libcbor | |
parent | dev-libs/libfido2: Add ~arm keyword wrt bug #709752 (diff) | |
download | gentoo-e7d559c674ef952807a7816aa50080e0cf167b47.tar.gz gentoo-e7d559c674ef952807a7816aa50080e0cf167b47.tar.bz2 gentoo-e7d559c674ef952807a7816aa50080e0cf167b47.zip |
dev-libs/libcbor: Add ~arm keyword wrt bug #709752
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-libs/libcbor')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libcbor/libcbor-0.5.0.ebuild b/dev-libs/libcbor/libcbor-0.5.0.ebuild index 139a3f3a0436..1189742b205f 100644 --- a/dev-libs/libcbor/libcbor-0.5.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.5.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="+custom-alloc doc test" BDEPEND=" |