diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-08-29 14:15:01 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-08-29 14:15:04 -0400 |
commit | 1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b (patch) | |
tree | 55da8d25e16d30b7f127add04cf18370cecc1c70 /dev-vcs/tig | |
parent | dev-vcs/bfg: remove old (diff) | |
download | gentoo-1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b.tar.gz gentoo-1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b.tar.bz2 gentoo-1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b.zip |
dev-vcs/tig: add forgotten slot operator
A previous commit added slot operators but missed one on the version
bump at the same time.
Diffstat (limited to 'dev-vcs/tig')
-rw-r--r-- | dev-vcs/tig/tig-2.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |