diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-31 20:08:20 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-31 20:09:28 +0100 |
commit | 7c5bf8bc14d1bf1186758396e41416ba819e956e (patch) | |
tree | a10c8cf0c2463fe560932c26d17477f91ae6d5e5 /dev-libs/libcbor | |
parent | package.mask: Drop cinnamon mask (diff) | |
download | gentoo-7c5bf8bc14d1bf1186758396e41416ba819e956e.tar.gz gentoo-7c5bf8bc14d1bf1186758396e41416ba819e956e.tar.bz2 gentoo-7c5bf8bc14d1bf1186758396e41416ba819e956e.zip |
dev-libs/libcbor: keyworded 0.7.0 for ppc
keyworded wrt , bug #726420
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libcbor')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libcbor/libcbor-0.7.0.ebuild b/dev-libs/libcbor/libcbor-0.7.0.ebuild index b4319500d911..0f1ec75c776e 100644 --- a/dev-libs/libcbor/libcbor-0.7.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+custom-alloc doc test" BDEPEND=" |