summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-03 09:15:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-03 09:30:04 +0200
commit6d7f7c9645e90a74f734a9dd0395fb0a8e501342 (patch)
tree0ae3aa239a3d8cd4eeab57e5dd3ef3e7e2ec681b /dev-libs/libgit2
parentprofiles: powerpc: mask doc USE flag on dev-python/joblib (diff)
downloadgentoo-6d7f7c9645e90a74f734a9dd0395fb0a8e501342.tar.gz
gentoo-6d7f7c9645e90a74f734a9dd0395fb0a8e501342.tar.bz2
gentoo-6d7f7c9645e90a74f734a9dd0395fb0a8e501342.zip
dev-libs/libgit2: Fix subslot in 1.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libgit2')
-rw-r--r--dev-libs/libgit2/libgit2-1.0.0-r1.ebuild (renamed from dev-libs/libgit2/libgit2-1.0.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgit2/libgit2-1.0.0.ebuild b/dev-libs/libgit2/libgit2-1.0.0-r1.ebuild
index bd8e71f6903c..ddff4eedcb5e 100644
--- a/dev-libs/libgit2/libgit2-1.0.0.ebuild
+++ b/dev-libs/libgit2/libgit2-1.0.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${P/_/-}
LICENSE="GPL-2-with-linking-exception"
-SLOT="0/0.99"
+SLOT="0/1.0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~ppc-macos"
IUSE="examples gssapi libressl +ssh test +threads trace"
RESTRICT="!test? ( test )"