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 7AC6E1382C5 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 5ED31E086E; 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 484D1E086E for ; Wed, 21 Apr 2021 20:44:43 +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 E626B3410D8 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 48FA0706 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: <1619037711.80a119b31508e83ac751a0f3bf8e6eae0aa91859.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild X-VCS-Directories: dev-lua/luasystem/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 80a119b31508e83ac751a0f3bf8e6eae0aa91859 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: 576b0f04-9f39-4f73-980c-43b572aaeccc X-Archives-Hash: e7e098a58dd5b77b10e1ca1d3462fbba commit: 80a119b31508e83ac751a0f3bf8e6eae0aa91859 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Apr 21 20:41:47 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Apr 21 20:41:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a119b3 dev-lua/luasystem: 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/luasystem/luasystem-0.2.1_p0-r102.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild index 1fb6447654a..8eb4071008f 100644 --- a/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.1_p0-r102.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 x86" IUSE="test" +REQUIRED_USE="${LUA_REQUIRED_USE}" RESTRICT="!test? ( test )" RDEPEND="${LUA_DEPS}"