diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-15 22:58:58 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-15 23:12:43 -0800 |
commit | d23f6ecbf4af98f52bd6ea65dd52f814020c3f90 (patch) | |
tree | a00666e0c3cdcc73d74500e70c1da6dc14c2c414 | |
parent | dev-python/breathe: keyword on ~ppc64 (diff) | |
download | gentoo-d23f6ecbf4af98f52bd6ea65dd52f814020c3f90.tar.gz gentoo-d23f6ecbf4af98f52bd6ea65dd52f814020c3f90.tar.bz2 gentoo-d23f6ecbf4af98f52bd6ea65dd52f814020c3f90.zip |
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@gentoo.org>
-rw-r--r-- | dev-libs/libcbor/libcbor-0.5.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libcbor/libcbor-0.5.0.ebuild b/dev-libs/libcbor/libcbor-0.5.0.ebuild index c8144619bb69..139a3f3a0436 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 )" |