diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-12 21:18:21 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-12 21:19:11 -0700 |
commit | 19f82da43fdd06f13b5552af6d154f5f8c0c3074 (patch) | |
tree | 7761bb24ec4641d717ae3a92e36e938a248504db | |
parent | dev-ruby/parser: generate parser files (diff) | |
download | gentoo-19f82da43fdd06f13b5552af6d154f5f8c0c3074.tar.gz gentoo-19f82da43fdd06f13b5552af6d154f5f8c0c3074.tar.bz2 gentoo-19f82da43fdd06f13b5552af6d154f5f8c0c3074.zip |
dev-libs/libgit2: non-maintainer revbump 1.1.0, bump subslot
soname changed to 1.1, breaks rust/cargo
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | dev-libs/libgit2/libgit2-1.1.0-r1.ebuild (renamed from dev-libs/libgit2/libgit2-1.1.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgit2/libgit2-1.1.0.ebuild b/dev-libs/libgit2/libgit2-1.1.0-r1.ebuild index b9331796cd2a..44028477146e 100644 --- a/dev-libs/libgit2/libgit2-1.1.0.ebuild +++ b/dev-libs/libgit2/libgit2-1.1.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/1.0" +SLOT="0/1.1" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~ppc-macos" IUSE="examples gssapi libressl +ssh test +threads trace" RESTRICT="!test? ( test )" |