Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/
Date: Sun, 16 May 2021 18:56:23
Message-Id: 1621191368.f0ba2cdb17b615af604ecc39f210a4432a5db07a.sam@gentoo
1 commit: f0ba2cdb17b615af604ecc39f210a4432a5db07a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 18:56:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 18:56:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ba2cdb
7
8 app-editors/vis: Stabilize 0.7 arm, #768357
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/vis/vis-0.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild
16 index cb3bb901689..ae3e241b5b4 100644
17 --- a/app-editors/vis/vis-0.7.ebuild
18 +++ b/app-editors/vis/vis-0.7.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz
20 test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz )"
21 LICENSE="ISC"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm x86"
24 +KEYWORDS="amd64 arm x86"
25 IUSE="+ncurses +lua selinux test tre"
26 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
27 RESTRICT="!test? ( test )"