Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/
Date: Thu, 03 Dec 2020 07:59:31
Message-Id: 1606982360.e5dbe78c53a1fb40aac06a1294bd7df865334c8d.juippis@gentoo
1 commit: e5dbe78c53a1fb40aac06a1294bd7df865334c8d
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 07:58:52 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 07:59:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dbe78c
7
8 app-editors/vis: eutils.eclass -> optfeature.eclass
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-editors/vis/vis-0.6.ebuild | 2 +-
13 app-editors/vis/vis-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-editors/vis/vis-0.6.ebuild b/app-editors/vis/vis-0.6.ebuild
17 index b624dd79c35..917b313cc0f 100644
18 --- a/app-editors/vis/vis-0.6.ebuild
19 +++ b/app-editors/vis/vis-0.6.ebuild
20 @@ -6,7 +6,7 @@ EAPI=7
21 MY_PTV=0.4
22 LUA_COMPAT=( lua5-2 lua5-3 )
23
24 -inherit lua-single eutils
25 +inherit lua-single optfeature
26
27 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
28 HOMEPAGE="https://github.com/martanne/vis"
29
30 diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild
31 index 7af054d1607..96ca444a249 100644
32 --- a/app-editors/vis/vis-9999.ebuild
33 +++ b/app-editors/vis/vis-9999.ebuild
34 @@ -4,7 +4,7 @@
35 EAPI=7
36 LUA_COMPAT=( lua5-2 lua5-3 )
37
38 -inherit lua-single git-r3 eutils
39 +inherit lua-single git-r3 optfeature
40
41 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor"
42 HOMEPAGE="https://github.com/martanne/vis"