commit: 84dfc04e0ef24df0d6742fb9ff81634395011147 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Apr 22 16:23:45 2021 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Apr 22 16:24:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84dfc04e
www-apps/webmcp: add REQUIRED_USE Closes: https://bugs.gentoo.org/785073 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> www-apps/webmcp/webmcp-2.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-apps/webmcp/webmcp-2.1.0.ebuild b/www-apps/webmcp/webmcp-2.1.0.ebuild index 4ee6ed52337..832a99224e4 100644 --- a/www-apps/webmcp/webmcp-2.1.0.ebuild +++ b/www-apps/webmcp/webmcp-2.1.0.ebuild @@ -22,6 +22,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +REQUIRED_USE="${LUA_REQUIRED_USE}" + S="${WORKDIR}"/${MY_P} PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
