summaryrefslogtreecommitdiff
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-9999-r3.ebuild
parentx11-misc/cbatticon: version bump to 1.5.0 (diff)
downloadgentoo-f0573b5ed162d9e3397dcfb7b3514e4f8200f321.tar.gz
gentoo-f0573b5ed162d9e3397dcfb7b3514e4f8200f321.tar.bz2
gentoo-f0573b5ed162d9e3397dcfb7b3514e4f8200f321.zip
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-9999-r3.ebuild')
-rw-r--r--dev-vcs/git/git-9999-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index ce40cc021598..2057f679b955 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.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 )