diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-12-03 09:58:52 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-03 09:59:20 +0200 |
commit | e5dbe78c53a1fb40aac06a1294bd7df865334c8d (patch) | |
tree | 6b238fde7f0da7118394f7c4f2cf0e37c7854e1b | |
parent | app-editors/vis: Add lua support (diff) | |
download | gentoo-e5dbe78c53a1fb40aac06a1294bd7df865334c8d.tar.gz gentoo-e5dbe78c53a1fb40aac06a1294bd7df865334c8d.tar.bz2 gentoo-e5dbe78c53a1fb40aac06a1294bd7df865334c8d.zip |
app-editors/vis: eutils.eclass -> optfeature.eclass
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | app-editors/vis/vis-0.6.ebuild | 2 | ||||
-rw-r--r-- | app-editors/vis/vis-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/vis/vis-0.6.ebuild b/app-editors/vis/vis-0.6.ebuild index b624dd79c35c..917b313cc0f3 100644 --- a/app-editors/vis/vis-0.6.ebuild +++ b/app-editors/vis/vis-0.6.ebuild @@ -6,7 +6,7 @@ EAPI=7 MY_PTV=0.4 LUA_COMPAT=( lua5-2 lua5-3 ) -inherit lua-single eutils +inherit lua-single optfeature DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" HOMEPAGE="https://github.com/martanne/vis" diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index 7af054d1607e..96ca444a2491 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 LUA_COMPAT=( lua5-2 lua5-3 ) -inherit lua-single git-r3 eutils +inherit lua-single git-r3 optfeature DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" HOMEPAGE="https://github.com/martanne/vis" |