Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/
Date: Sat, 06 Feb 2021 13:27:51
Message-Id: 1612618062.c8eba3c293ed6ac2eb7faa6bb2676ceb9ce3a300.sam@gentoo
1 commit: c8eba3c293ed6ac2eb7faa6bb2676ceb9ce3a300
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 13:27:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 13:27:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8eba3c2
7
8 dev-libs/libcbor: Stabilize 0.8.0 s390, #751484
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libcbor/libcbor-0.8.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libcbor/libcbor-0.8.0.ebuild b/dev-libs/libcbor/libcbor-0.8.0.ebuild
16 index 589fa21feab..7eab356ed72 100644
17 --- a/dev-libs/libcbor/libcbor-0.8.0.ebuild
18 +++ b/dev-libs/libcbor/libcbor-0.8.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0/$(ver_cut 1-2)"
23 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86"
25 IUSE="+custom-alloc doc test"
26
27 BDEPEND="