summaryrefslogtreecommitdiff
path: root/dev-vcs/git/git-2.3.6.ebuild
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2015-08-11 18:17:48 +0200
committerJulian Ospald <hasufell@gentoo.org>2015-08-14 22:54:47 +0200
commitf0573b5ed162d9e3397dcfb7b3514e4f8200f321 (patch)
tree9f217edb9e54c2ed59695097d16324df5a8b19b6 /dev-vcs/git/git-2.3.6.ebuild
parente463984e8656ef26d3a10477a2daac9be3b6942b (diff)
downloadgentoo-f0573b5ed162d9e3397dcfb7b3514e4f8200f321.tar.gz
gentoo-f0573b5ed162d9e3397dcfb7b3514e4f8200f321.tar.xz
dev-vcs/git: fix dev-lang/tk dependency
Slot :0 is the real one, while slot :8.5 is only for binary compatibility.
Diffstat (limited to 'dev-vcs/git/git-2.3.6.ebuild')
-rw-r--r--dev-vcs/git/git-2.3.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-2.3.6.ebuild b/dev-vcs/git/git-2.3.6.ebuild
index a9e214a5586..6c37a41a0ef 100644
--- a/dev-vcs/git/git-2.3.6.ebuild
+++ b/dev-vcs/git/git-2.3.6.ebuild
@@ -46,7 +46,7 @@ CDEPEND="
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl:=[-build(-)] )
- tk? ( dev-lang/tk:= )
+ tk? ( dev-lang/tk:0= )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )