diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-05-31 21:02:35 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-05-31 21:03:00 -0700 |
commit | f09eb31c84c635076970c3d5094ef38dde298d1d (patch) | |
tree | 7a7649426594d4b8ac63e74c911092c36b283386 /dev-libs/libcbor | |
parent | dev-python/breathe: Keyword 4.14.1 alpha, #709752 (diff) | |
download | gentoo-f09eb31c84c635076970c3d5094ef38dde298d1d.tar.gz gentoo-f09eb31c84c635076970c3d5094ef38dde298d1d.tar.bz2 gentoo-f09eb31c84c635076970c3d5094ef38dde298d1d.zip |
dev-libs/libcbor: Keyword 0.7.0 alpha, #709752
Signed-off-by: Matt Turner <mattst88@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 0f1ec75c776e..d0c568fb3be0 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 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+custom-alloc doc test" BDEPEND=" |