diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-03-16 18:54:18 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-03-16 18:55:10 -0700 |
commit | a707eb5ebceee84c3174fc6bda10f229b712da1b (patch) | |
tree | 9406f2d1d1fa1bb652debc407e5e18e1c1218d1a /dev-libs/libcbor | |
parent | app-editors/qhexedit2: bump snapshot (diff) | |
download | gentoo-a707eb5ebceee84c3174fc6bda10f229b712da1b.tar.gz gentoo-a707eb5ebceee84c3174fc6bda10f229b712da1b.tar.bz2 gentoo-a707eb5ebceee84c3174fc6bda10f229b712da1b.zip |
dev-libs/libcbor-0.6.0-r1: revbump, bump subslot
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-libs/libcbor')
-rw-r--r-- | dev-libs/libcbor/libcbor-0.6.0-r1.ebuild (renamed from dev-libs/libcbor/libcbor-0.6.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libcbor/libcbor-0.6.0.ebuild b/dev-libs/libcbor/libcbor-0.6.0-r1.ebuild index 1189742b205f..92997f9ab209 100644 --- a/dev-libs/libcbor/libcbor-0.6.0.ebuild +++ b/dev-libs/libcbor/libcbor-0.6.0-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/pjk/libcbor" SRC_URI="https://github.com/PJK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0" +SLOT="0/1" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="+custom-alloc doc test" |