summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-29 14:15:01 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-29 14:15:04 -0400
commit1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b (patch)
tree55da8d25e16d30b7f127add04cf18370cecc1c70
parentdev-vcs/bfg: remove old (diff)
downloadgentoo-1f7a80f9.tar.gz
gentoo-1f7a80f9.tar.bz2
gentoo-1f7a80f9.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.
-rw-r--r--dev-vcs/tig/tig-2.1.1.ebuild2
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"