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 7BF531384C0 for ; Sat, 29 Aug 2015 18:18:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED48214203; Sat, 29 Aug 2015 18:18:43 +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 480C914209 for ; Sat, 29 Aug 2015 18:18:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A38734098C for ; Sat, 29 Aug 2015 18:18:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 214D8144 for ; Sat, 29 Aug 2015 18:18:40 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1440872104.1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tig/tig-2.1.1.ebuild X-VCS-Directories: dev-vcs/tig/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b X-VCS-Branch: master Date: Sat, 29 Aug 2015 18:18:40 +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: 73134f53-2d82-4a74-8353-1f7fa913b70a X-Archives-Hash: 08667e6164c4277b186b966f1425bbdf commit: 1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b Author: Tim Harder gentoo org> AuthorDate: Sat Aug 29 18:15:01 2015 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Aug 29 18:15:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a80f9 dev-vcs/tig: add forgotten slot operator A previous commit added slot operators but missed one on the version bump at the same time. dev-vcs/tig/tig-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/tig/tig-2.1.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild index 3e78286..8e95e21 100644 --- a/dev-vcs/tig/tig-2.1.1.ebuild +++ b/dev-vcs/tig/tig-2.1.1.ebuild @@ -17,7 +17,7 @@ IUSE="unicode" DEPEND=" sys-libs/ncurses:0=[unicode?] - sys-libs/readline:0" + sys-libs/readline:0=" RDEPEND="${DEPEND} dev-vcs/git"