commit: 1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 18:15:01 2015 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> 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"