Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcbor/
Date: Sun, 31 May 2020 19:09:39
Message-Id: 1590952168.7c5bf8bc14d1bf1186758396e41416ba819e956e.slyfox@gentoo
1 commit: 7c5bf8bc14d1bf1186758396e41416ba819e956e
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 19:08:20 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 19:09:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5bf8bc
7
8 dev-libs/libcbor: keyworded 0.7.0 for ppc
9
10 keyworded wrt , bug #726420
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-libs/libcbor/libcbor-0.7.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/libcbor/libcbor-0.7.0.ebuild b/dev-libs/libcbor/libcbor-0.7.0.ebuild
20 index b4319500d91..0f1ec75c776 100644
21 --- a/dev-libs/libcbor/libcbor-0.7.0.ebuild
22 +++ b/dev-libs/libcbor/libcbor-0.7.0.ebuild
23 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24
25 LICENSE="MIT"
26 SLOT="0/${PV}"
27 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
28 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
29 IUSE="+custom-alloc doc test"
30
31 BDEPEND="