diff options
author | Sam James <sam@gentoo.org> | 2021-05-15 19:20:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-15 19:20:25 +0000 |
commit | 6544bc080d149dd2ee3c94bb0d66c830c956874d (patch) | |
tree | 5a9712fd3b3b4e628e21cdceebe06f64b809b531 /app-editors | |
parent | net-mail/vpopmail: Stabilize 5.4.33-r7 x86, #790080 (diff) | |
download | gentoo-6544bc080d149dd2ee3c94bb0d66c830c956874d.tar.gz gentoo-6544bc080d149dd2ee3c94bb0d66c830c956874d.tar.bz2 gentoo-6544bc080d149dd2ee3c94bb0d66c830c956874d.zip |
app-editors/vis: Stabilize 0.7 amd64, #768357
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vis/vis-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vis/vis-0.7.ebuild b/app-editors/vis/vis-0.7.ebuild index 51103d1e3841..cb3bb901689a 100644 --- a/app-editors/vis/vis-0.7.ebuild +++ b/app-editors/vis/vis-0.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/${P}.tar.gz test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz )" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~arm x86" +KEYWORDS="amd64 ~arm x86" IUSE="+ncurses +lua selinux test tre" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RESTRICT="!test? ( test )" |