commit: 31ad20149078496e38b46f5376d08f514a6bfdad Author: Rahul Sandhu <nvraxn <AT> gmail <DOT> com> AuthorDate: Tue Jan 27 07:12:53 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 27 07:32:56 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ad2014
app-editors/vis: add missing dependency on libselinux The configure script checks for libselinux[1] when the selinux build option is passed: checking for libselinux... no ./configure: cannot find libselinux [1] https://github.com/martanne/vis/blob/b7ec2672d626e964da70cda46b132a8306add993/configure#L588 Signed-off-by: Rahul Sandhu <nvraxn <AT> gmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/22 Merges: https://codeberg.org/gentoo/gentoo/pulls/22 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/vis/{vis-0.9-r1.ebuild => vis-0.9-r2.ebuild} | 3 ++- app-editors/vis/vis-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app-editors/vis/vis-0.9-r1.ebuild b/app-editors/vis/vis-0.9-r2.ebuild similarity index 97% rename from app-editors/vis/vis-0.9-r1.ebuild rename to app-editors/vis/vis-0.9-r2.ebuild index b9972412f531..8848cd9ed115 100644 --- a/app-editors/vis/vis-0.9-r1.ebuild +++ b/app-editors/vis/vis-0.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,6 +35,7 @@ DEPEND=" acl? ( sys-apps/acl ) lua? ( ${LUA_DEPS} ) ncurses? ( sys-libs/ncurses:0= ) + selinux? ( sys-libs/libselinux ) tre? ( dev-libs/tre ) " RDEPEND=" diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index 5aea5da84fd0..92ddcf47bff6 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -35,6 +35,7 @@ DEPEND=" acl? ( sys-apps/acl ) lua? ( ${LUA_DEPS} ) ncurses? ( sys-libs/ncurses:0= ) + selinux? ( sys-libs/libselinux ) tre? ( dev-libs/tre ) " RDEPEND="
