From: Tim Harder Date: Sat, 29 Aug 2015 18:15:01 +0000 (-0400) Subject: dev-vcs/tig: add forgotten slot operator X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b;p=gentoo.git dev-vcs/tig: add forgotten slot operator A previous commit added slot operators but missed one on the version bump at the same time. --- diff --git a/dev-vcs/tig/tig-2.1.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild index 3e7828618747..8e95e218f353 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"