diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-11 18:17:48 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-14 22:54:47 +0200 |
commit | f0573b5ed162d9e3397dcfb7b3514e4f8200f321 (patch) | |
tree | 9f217edb9e54c2ed59695097d16324df5a8b19b6 /dev-vcs/git | |
parent | x11-misc/cbatticon: version bump to 1.5.0 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-vcs/git/git-1.8.5.6.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-1.9.5.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.0.5.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.2.2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.3.6.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.3.8.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.4.6.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.4.7.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.4.8.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-2.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/git/git-9999.ebuild | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/dev-vcs/git/git-1.8.5.6.ebuild b/dev-vcs/git/git-1.8.5.6.ebuild index 35cb3cba4fb3..11a49cf6658d 100644 --- a/dev-vcs/git/git-1.8.5.6.ebuild +++ b/dev-vcs/git/git-1.8.5.6.ebuild @@ -45,7 +45,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 ) diff --git a/dev-vcs/git/git-1.9.5.ebuild b/dev-vcs/git/git-1.9.5.ebuild index a6dbd35c558c..a653c9f795c3 100644 --- a/dev-vcs/git/git-1.9.5.ebuild +++ b/dev-vcs/git/git-1.9.5.ebuild @@ -45,7 +45,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 ) diff --git a/dev-vcs/git/git-2.0.5.ebuild b/dev-vcs/git/git-2.0.5.ebuild index 5f98b89b2706..74cbb01abeca 100644 --- a/dev-vcs/git/git-2.0.5.ebuild +++ b/dev-vcs/git/git-2.0.5.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 ) diff --git a/dev-vcs/git/git-2.1.4.ebuild b/dev-vcs/git/git-2.1.4.ebuild index 99af16d8ff14..a9b195f62dd5 100644 --- a/dev-vcs/git/git-2.1.4.ebuild +++ b/dev-vcs/git/git-2.1.4.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 ) diff --git a/dev-vcs/git/git-2.2.2.ebuild b/dev-vcs/git/git-2.2.2.ebuild index e08073637cb2..c9b5934e58f6 100644 --- a/dev-vcs/git/git-2.2.2.ebuild +++ b/dev-vcs/git/git-2.2.2.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 ) diff --git a/dev-vcs/git/git-2.3.6.ebuild b/dev-vcs/git/git-2.3.6.ebuild index a9e214a5586b..6c37a41a0ef5 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 ) diff --git a/dev-vcs/git/git-2.3.8.ebuild b/dev-vcs/git/git-2.3.8.ebuild index 57119c41ba27..8081acf9eafa 100644 --- a/dev-vcs/git/git-2.3.8.ebuild +++ b/dev-vcs/git/git-2.3.8.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 ) diff --git a/dev-vcs/git/git-2.4.6.ebuild b/dev-vcs/git/git-2.4.6.ebuild index 353af845b602..522da1ad9c83 100644 --- a/dev-vcs/git/git-2.4.6.ebuild +++ b/dev-vcs/git/git-2.4.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 ) diff --git a/dev-vcs/git/git-2.4.7.ebuild b/dev-vcs/git/git-2.4.7.ebuild index 51d72b78d133..3949decb094a 100644 --- a/dev-vcs/git/git-2.4.7.ebuild +++ b/dev-vcs/git/git-2.4.7.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 ) diff --git a/dev-vcs/git/git-2.4.8.ebuild b/dev-vcs/git/git-2.4.8.ebuild index 51d72b78d133..3949decb094a 100644 --- a/dev-vcs/git/git-2.4.8.ebuild +++ b/dev-vcs/git/git-2.4.8.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 ) diff --git a/dev-vcs/git/git-2.5.0.ebuild b/dev-vcs/git/git-2.5.0.ebuild index 51d72b78d133..3949decb094a 100644 --- a/dev-vcs/git/git-2.5.0.ebuild +++ b/dev-vcs/git/git-2.5.0.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 ) diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 33e56c7af66d..05987b4807b5 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.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 ) diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 1de365110da5..bc5acc4212a5 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.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 ) 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 ) diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index af5415ec077e..477697a93559 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.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 ) |