From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E00C71385B0 for ; Fri, 14 Aug 2015 20:56:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6AC5E080D; Fri, 14 Aug 2015 20:55:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 322ECE080D for ; Fri, 14 Aug 2015 20:55:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7AF8340C77 for ; Fri, 14 Aug 2015 20:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28FED146 for ; Fri, 14 Aug 2015 20:55:56 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1439585687.f0573b5ed162d9e3397dcfb7b3514e4f8200f321.hasufell@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-1.8.5.6.ebuild dev-vcs/git/git-1.9.5.ebuild dev-vcs/git/git-2.0.5.ebuild dev-vcs/git/git-2.1.4.ebuild dev-vcs/git/git-2.2.2.ebuild dev-vcs/git/git-2.3.6.ebuild dev-vcs/git/git-2.3.8.ebuild dev-vcs/git/git-2.4.6.ebuild dev-vcs/git/git-2.4.7.ebuild dev-vcs/git/git-2.4.8.ebuild dev-vcs/git/git-2.5.0.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: f0573b5ed162d9e3397dcfb7b3514e4f8200f321 X-VCS-Branch: master Date: Fri, 14 Aug 2015 20:55:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1be6d4ed-3c9c-4f35-8c30-03446dea53c3 X-Archives-Hash: 03c9e341e834c410d853dc3fe805c0d4 commit: f0573b5ed162d9e3397dcfb7b3514e4f8200f321 Author: Julian Ospald gentoo org> AuthorDate: Tue Aug 11 16:17:48 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Fri Aug 14 20:54:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0573b5e dev-vcs/git: fix dev-lang/tk dependency Slot :0 is the real one, while slot :8.5 is only for binary compatibility. dev-vcs/git/git-1.8.5.6.ebuild | 2 +- dev-vcs/git/git-1.9.5.ebuild | 2 +- dev-vcs/git/git-2.0.5.ebuild | 2 +- dev-vcs/git/git-2.1.4.ebuild | 2 +- dev-vcs/git/git-2.2.2.ebuild | 2 +- dev-vcs/git/git-2.3.6.ebuild | 2 +- dev-vcs/git/git-2.3.8.ebuild | 2 +- dev-vcs/git/git-2.4.6.ebuild | 2 +- dev-vcs/git/git-2.4.7.ebuild | 2 +- dev-vcs/git/git-2.4.8.ebuild | 2 +- dev-vcs/git/git-2.5.0.ebuild | 2 +- dev-vcs/git/git-9999-r1.ebuild | 2 +- dev-vcs/git/git-9999-r2.ebuild | 2 +- dev-vcs/git/git-9999-r3.ebuild | 2 +- 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 35cb3cb..11a49cf 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 a6dbd35..a653c9f 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 5f98b89..74cbb01 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 99af16d..a9b195f 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 e080736..c9b5934 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 a9e214a..6c37a41 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 57119c4..8081acf 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 353af84..522da1a 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 51d72b7..3949dec 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 51d72b7..3949dec 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 51d72b7..3949dec 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 33e56c7..05987b4 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 1de3651..bc5acc4 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 ce40cc0..2057f67 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 af5415e..477697a 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 )