diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-09-09 09:08:12 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-09 09:20:49 +0300 |
commit | 010d504b878c1c1cd0d61162516e3b5e71191bd9 (patch) | |
tree | 8541932ea22f073d6f265a0626b4f6b604adffb2 /app-editors/vis | |
parent | dev-libs/tre: add a missing bdepend for gettext (diff) | |
download | gentoo-010d504b878c1c1cd0d61162516e3b5e71191bd9.tar.gz gentoo-010d504b878c1c1cd0d61162516e3b5e71191bd9.tar.bz2 gentoo-010d504b878c1c1cd0d61162516e3b5e71191bd9.zip |
app-editors/vis: add missing dependency to 0.7-r1 & -9999
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/vis')
-rw-r--r-- | app-editors/vis/vis-0.7-r1.ebuild | 3 | ||||
-rw-r--r-- | app-editors/vis/vis-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/vis/vis-0.7-r1.ebuild b/app-editors/vis/vis-0.7-r1.ebuild index 285ffc56f3f9..8f1fe78c20dd 100644 --- a/app-editors/vis/vis-0.7-r1.ebuild +++ b/app-editors/vis/vis-0.7-r1.ebuild @@ -27,9 +27,10 @@ RESTRICT="!test? ( test )" # - Known to also work with NetBSD curses DEPEND="dev-libs/libtermkey + sys-apps/acl ncurses? ( sys-libs/ncurses:0= ) lua? ( ${LUA_DEPS} ) - tre? ( dev-libs/tre:= )" + tre? ( dev-libs/tre )" RDEPEND="${DEPEND} app-eselect/eselect-vi" # lpeg: https://github.com/martanne/vis-test/issues/28 diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index 285ffc56f3f9..8f1fe78c20dd 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -27,9 +27,10 @@ RESTRICT="!test? ( test )" # - Known to also work with NetBSD curses DEPEND="dev-libs/libtermkey + sys-apps/acl ncurses? ( sys-libs/ncurses:0= ) lua? ( ${LUA_DEPS} ) - tre? ( dev-libs/tre:= )" + tre? ( dev-libs/tre )" RDEPEND="${DEPEND} app-eselect/eselect-vi" # lpeg: https://github.com/martanne/vis-test/issues/28 |