Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/
Date: Sat, 02 May 2020 13:30:34
Message-Id: 1588425307.ba8eba9bdb97f4890d896a136092906814554965.leio@gentoo
1 commit: ba8eba9bdb97f4890d896a136092906814554965
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Sat May 2 07:29:26 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 13:15:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8eba9b
7
8 dev-libs/libcbor: arm64 keyworded (bug #709752)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 dev-libs/libcbor/libcbor-0.7.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libcbor/libcbor-0.7.0.ebuild b/dev-libs/libcbor/libcbor-0.7.0.ebuild
18 index c1b2c893b7a..7f1fba77043 100644
19 --- a/dev-libs/libcbor/libcbor-0.7.0.ebuild
20 +++ b/dev-libs/libcbor/libcbor-0.7.0.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0/${PV}"
25 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
27 IUSE="+custom-alloc doc test"
28
29 BDEPEND="