Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/
Date: Thu, 24 Dec 2020 10:03:31
Message-Id: 1608804115.55cfc7d28161c256225b163e67eaeec4b0a6aade.ago@gentoo
1 commit: 55cfc7d28161c256225b163e67eaeec4b0a6aade
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 10:01:55 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 10:01:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55cfc7d2
7
8 dev-libs/libcbor: amd64 stable wrt bug #751484
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/libcbor/libcbor-0.8.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild
18 index edefc0f675a..6ef3911d911 100644
19 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild
20 +++ b/dev-libs/libcbor/libcbor-0.8.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/$(ver_cut 1-2)"
25 -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
26 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
27 IUSE="+custom-alloc doc test"
28
29 BDEPEND="