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 3DADA13835A for ; Wed, 21 Apr 2021 20:44:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B44CE086C; Wed, 21 Apr 2021 20:44:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0EB21E086C for ; Wed, 21 Apr 2021 20:44:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B74F234107C for ; Wed, 21 Apr 2021 20:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34F79646 for ; Wed, 21 Apr 2021 20:44:40 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1619037590.eb8c1d04498ed2d50d419db79838e77954a98758.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/lua-argparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild X-VCS-Directories: dev-lua/lua-argparse/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: eb8c1d04498ed2d50d419db79838e77954a98758 X-VCS-Branch: master Date: Wed, 21 Apr 2021 20:44:40 +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: 4fcd2720-268a-4484-83c8-3d6e20ceb29b X-Archives-Hash: a92de0d065be69b4884e59a009cf0a5c commit: eb8c1d04498ed2d50d419db79838e77954a98758 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:39:30 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:39:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8c1d04 dev-lua/lua-argparse: add missing LUA_REQUIRED_USE Bug: https://bugs.gentoo.org/784170 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild index 699ceee9717..1a1b91e090e 100644 --- a/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild +++ b/dev-lua/lua-argparse/lua-argparse-0.7.1.ebuild @@ -15,6 +15,7 @@ S="${WORKDIR}/${PN//lua-/}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 x86" +REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND="${LUA_DEPS}" DEPEND="${RDEPEND}"