diff options
author | Mart Raudsepp <leio@gentoo.org> | 2017-08-22 15:56:42 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2017-08-22 15:58:41 +0300 |
commit | aeeb2a155244cb9ccb5b540e5ace79f06b30ee86 (patch) | |
tree | b57394f247f0c115b81d5abfbd056ee5041ec77c /dev-libs/libgit2 | |
parent | dev-vcs/gitg: bump to 3.26.0 for a couple bugfixes and accepting libgit2-glib... (diff) | |
download | gentoo-aeeb2a155244cb9ccb5b540e5ace79f06b30ee86.tar.gz gentoo-aeeb2a155244cb9ccb5b540e5ace79f06b30ee86.tar.bz2 gentoo-aeeb2a155244cb9ccb5b540e5ace79f06b30ee86.zip |
dev-libs/libgit2: enable USE="ssh threads" by default
Well over a half of the consumers want either or both of those enabled
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/libgit2')
-rw-r--r-- | dev-libs/libgit2/libgit2-0.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgit2/libgit2-0.26.0.ebuild b/dev-libs/libgit2/libgit2-0.26.0.ebuild index 8b823f25bfb8..899540f73af0 100644 --- a/dev-libs/libgit2/libgit2-0.26.0.ebuild +++ b/dev-libs/libgit2/libgit2-0.26.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://libgit2.github.com/" LICENSE="GPL-2-with-linking-exception" SLOT="0/26" -IUSE="examples gssapi libressl ssh test threads trace" +IUSE="examples gssapi libressl +ssh test +threads trace" RDEPEND=" !libressl? ( dev-libs/openssl:0 ) |