commit: 7e9df3b1dae6f457563e61c576f51e9b792f1fe5 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon Dec 1 19:26:23 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 4 12:16:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9df3b1
app-admin/sud: add missing bdep on app-alternatives/lex Closes: https://bugs.gentoo.org/966952 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Part-of: https://github.com/gentoo/gentoo/pull/44856 Closes: https://github.com/gentoo/gentoo/pull/44856 Signed-off-by: Sam James <sam <AT> gentoo.org> app-admin/sud/sud-1.3-r2.ebuild | 3 ++- app-admin/sud/sud-1.3-r3.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app-admin/sud/sud-1.3-r2.ebuild b/app-admin/sud/sud-1.3-r2.ebuild index f70d17d498c8..945307e8909c 100644 --- a/app-admin/sud/sud-1.3-r2.ebuild +++ b/app-admin/sud/sud-1.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="elibc_musl? ( sys-libs/queue-standalone )" +BDEPEND="app-alternatives/lex" PATCHES=( "${FILESDIR}"/${PN}-1.3-fix-build-system.patch diff --git a/app-admin/sud/sud-1.3-r3.ebuild b/app-admin/sud/sud-1.3-r3.ebuild index b0671d3a1219..35bb8be2237e 100644 --- a/app-admin/sud/sud-1.3-r3.ebuild +++ b/app-admin/sud/sud-1.3-r3.ebuild @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="elibc_musl? ( sys-libs/queue-standalone )" +BDEPEND="app-alternatives/lex" PATCHES=( "${FILESDIR}"/${PN}-1.3-fix-build-system.patch
