summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-09-20 19:01:37 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-09-20 19:02:42 +0200
commit9d5bd3c4d29dd62736fa6fa888f344f41a4d981d (patch)
tree7cd0cc9206bfae429bf9f8d06952dad785651b8c /dev-vcs/git/git-9999-r3.ebuild
parentnet-p2p/pybitmessage: add libressl support (diff)
downloadgentoo-9d5bd3c4d29dd62736fa6fa888f344f41a4d981d.tar.gz
gentoo-9d5bd3c4d29dd62736fa6fa888f344f41a4d981d.tar.bz2
gentoo-9d5bd3c4d29dd62736fa6fa888f344f41a4d981d.zip
dev-vcs/git: add libressl support
Diffstat (limited to 'dev-vcs/git/git-9999-r3.ebuild')
-rw-r--r--dev-vcs/git/git-9999-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index bc1498095d8f..a9feb918ee25 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -38,11 +38,12 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test"
+IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv libressl mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test"
# Common to both DEPEND and RDEPEND
CDEPEND="
- dev-libs/openssl:0
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( dev-libs/libressl )
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )