Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/
Date: Sat, 29 Aug 2015 18:18:44
Message-Id: 1440872104.1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b.radhermit@gentoo
1 commit: 1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 18:15:01 2015 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 18:15:04 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a80f9
7
8 dev-vcs/tig: add forgotten slot operator
9
10 A previous commit added slot operators but missed one on the version
11 bump at the same time.
12
13 dev-vcs/tig/tig-2.1.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-vcs/tig/tig-2.1.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild
17 index 3e78286..8e95e21 100644
18 --- a/dev-vcs/tig/tig-2.1.1.ebuild
19 +++ b/dev-vcs/tig/tig-2.1.1.ebuild
20 @@ -17,7 +17,7 @@ IUSE="unicode"
21
22 DEPEND="
23 sys-libs/ncurses:0=[unicode?]
24 - sys-libs/readline:0"
25 + sys-libs/readline:0="
26 RDEPEND="${DEPEND}
27 dev-vcs/git"