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 15:17:53
Message-Id: 1590938265.d97624986d8d71b7030bff854f7f62458aefd4b1.slyfox@gentoo
1 commit: d97624986d8d71b7030bff854f7f62458aefd4b1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 15:17:29 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 15:17:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9762498
7
8 dev-libs/libcbor: keyworded 0.7.0 for ia64, bug #709752
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <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 7041fdc527a..b4319500d91 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 ~arm64 ~ppc64 ~sparc ~x86"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86"
27 IUSE="+custom-alloc doc test"
28
29 BDEPEND="