diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-11 18:19:59 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-14 22:55:10 +0200 |
commit | a4808525f94b1f53c86fd110923d6a10e1cfebc6 (patch) | |
tree | 83d14efd37394a9f4d76ef2006f66204db9aeda8 /dev-vcs/git/git-9999.ebuild | |
parent | dev-vcs/git: fix dev-lang/tk dependency (diff) | |
download | gentoo-a4808525f94b1f53c86fd110923d6a10e1cfebc6.tar.gz gentoo-a4808525f94b1f53c86fd110923d6a10e1cfebc6.tar.bz2 gentoo-a4808525f94b1f53c86fd110923d6a10e1cfebc6.zip |
dev-vcs/git: fix dependency on dev-libs/openssl
Slot :0 is the real one, slot :0.9.8 is only for binary compatibility.
Diffstat (limited to 'dev-vcs/git/git-9999.ebuild')
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 477697a93559..51f35f02223b 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -42,7 +42,7 @@ IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv media # Common to both DEPEND and RDEPEND CDEPEND=" - dev-libs/openssl + dev-libs/openssl:0 sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) |