From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE9CD1381F3 for ; Thu, 3 Dec 2020 07:59:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0952BE0875; Thu, 3 Dec 2020 07:59:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4531E0875 for ; Thu, 3 Dec 2020 07:59:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 071F1340F2D for ; Thu, 3 Dec 2020 07:59:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3E738A for ; Thu, 3 Dec 2020 07:59:28 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1606982360.e5dbe78c53a1fb40aac06a1294bd7df865334c8d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vis/vis-0.6.ebuild app-editors/vis/vis-9999.ebuild X-VCS-Directories: app-editors/vis/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e5dbe78c53a1fb40aac06a1294bd7df865334c8d X-VCS-Branch: master Date: Thu, 3 Dec 2020 07:59:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5518adca-3d84-48ad-83f9-36c37528563f X-Archives-Hash: 8318a05822495ca2f591ff5d2b234919 commit: e5dbe78c53a1fb40aac06a1294bd7df865334c8d Author: Joonas Niilola gentoo org> AuthorDate: Thu Dec 3 07:58:52 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Dec 3 07:59:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5dbe78c app-editors/vis: eutils.eclass -> optfeature.eclass Signed-off-by: Joonas Niilola gentoo.org> app-editors/vis/vis-0.6.ebuild | 2 +- 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 b624dd79c35..917b313cc0f 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 7af054d1607..96ca444a249 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"