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 1EE471382C5 for ; Thu, 3 Dec 2020 13:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 458B1E086E; Thu, 3 Dec 2020 13:11: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 295BCE086D for ; Thu, 3 Dec 2020 13:11: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 E3BB9340E79 for ; Thu, 3 Dec 2020 13:11:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6827E479 for ; Thu, 3 Dec 2020 13:11:40 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1607001069.99f8d1574dc78f5ecacdcee61ced04a5cd933f95.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/dkjson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/dkjson/dkjson-2.5.ebuild X-VCS-Directories: dev-lua/dkjson/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 99f8d1574dc78f5ecacdcee61ced04a5cd933f95 X-VCS-Branch: master Date: Thu, 3 Dec 2020 13:11: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: 8723cfb0-6316-41ce-ab98-509e5652e36b X-Archives-Hash: 038d8672d4f7d8d7f48b4eb9e657e310 commit: 99f8d1574dc78f5ecacdcee61ced04a5cd933f95 Author: Marek Szuba gentoo org> AuthorDate: Thu Dec 3 13:01:49 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Dec 3 13:11:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f8d157 dev-lua/dkjson: limit unmigrated ebuilds to dev-lang/lua:0 Signed-off-by: Marek Szuba gentoo.org> dev-lua/dkjson/dkjson-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lua/dkjson/dkjson-2.5.ebuild b/dev-lua/dkjson/dkjson-2.5.ebuild index 9a02e01dcbc..d39eb62708c 100644 --- a/dev-lua/dkjson/dkjson-2.5.ebuild +++ b/dev-lua/dkjson/dkjson-2.5.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="" -COMMON_DEPEND=">=dev-lang/lua-5.1:= +COMMON_DEPEND=">=dev-lang/lua-5.1:0= !>=dev-lang/lua-5.4" DEPEND="${COMMON_DEPEND} virtual/pkgconfig"