From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E5BD1382C5 for ; Thu, 22 Apr 2021 16:24:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4340DE086A; Thu, 22 Apr 2021 16:24:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EC64E086A for ; Thu, 22 Apr 2021 16:24:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DAED34120E for ; Thu, 22 Apr 2021 16:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEC38647 for ; Thu, 22 Apr 2021 16:24:18 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1619108647.84dfc04e0ef24df0d6742fb9ff81634395011147.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/webmcp/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/webmcp/webmcp-2.1.0.ebuild X-VCS-Directories: www-apps/webmcp/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 84dfc04e0ef24df0d6742fb9ff81634395011147 X-VCS-Branch: master Date: Thu, 22 Apr 2021 16:24:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a7ad108-1d82-4e7e-bf42-9e0095238120 X-Archives-Hash: 1f9310accf5220cd52898fcaa6b9e2db commit: 84dfc04e0ef24df0d6742fb9ff81634395011147 Author: Alfredo Tupone gentoo org> AuthorDate: Thu Apr 22 16:23:45 2021 +0000 Commit: Alfredo Tupone gentoo 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 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 )