commit: d23f6ecbf4af98f52bd6ea65dd52f814020c3f90 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Feb 16 06:58:58 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Feb 16 07:12:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23f6ecb
dev-libs/libcbor: keyword on ~ppc64, bug #709752 also add missing cmocka testdep Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-libs/libcbor/libcbor-0.5.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libcbor/libcbor-0.5.0.ebuild b/dev-libs/libcbor/libcbor-0.5.0.ebuild index c8144619bb6..139a3f3a043 100644 --- a/dev-libs/libcbor/libcbor-0.5.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.5.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/0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+custom-alloc doc test" BDEPEND=" @@ -22,6 +22,7 @@ BDEPEND=" dev-python/breathe[${PYTHON_USEDEP}] ') ) + test? ( dev-util/cmocka ) " RESTRICT="!test? ( test )"
