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 AD13C1382C5 for ; Fri, 4 Dec 2020 11:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A599EE0905; Fri, 4 Dec 2020 11:32:36 +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 07333E0905 for ; Fri, 4 Dec 2020 11:32:35 +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 701B9340FF0 for ; Fri, 4 Dec 2020 11:32:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC0C5478 for ; Fri, 4 Dec 2020 11:32:32 +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: <1607081365.763caf9cb08e153d07822b4c28bb1ea60c4ab64d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luaossl/luaossl-20200709-r100.ebuild dev-lua/luaossl/luaossl-20200709.ebuild X-VCS-Directories: dev-lua/luaossl/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 763caf9cb08e153d07822b4c28bb1ea60c4ab64d X-VCS-Branch: master Date: Fri, 4 Dec 2020 11:32:32 +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: 441825ff-7cad-49e3-b3c1-11aeebd18e01 X-Archives-Hash: 15c74e8dad3ffe6ace84e2634e5378de commit: 763caf9cb08e153d07822b4c28bb1ea60c4ab64d Author: Conrad Kostecki gentoo org> AuthorDate: Fri Dec 4 11:29:25 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Dec 4 11:29:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763caf9c dev-lua/luaossl: drop blocker for dev-lua/luacrypto Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luaossl/luaossl-20200709-r100.ebuild | 1 - dev-lua/luaossl/luaossl-20200709.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild b/dev-lua/luaossl/luaossl-20200709-r100.ebuild index 414c31fe69c..f61c8526f83 100644 --- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild +++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild @@ -21,7 +21,6 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" dev-libs/openssl:0[-bindist] - !dev-lua/luacrypto !dev-lua/lua-openssl !dev-lua/luasec ${LUA_DEPS} diff --git a/dev-lua/luaossl/luaossl-20200709.ebuild b/dev-lua/luaossl/luaossl-20200709.ebuild index 0de911787f2..0e4aeb687ec 100644 --- a/dev-lua/luaossl/luaossl-20200709.ebuild +++ b/dev-lua/luaossl/luaossl-20200709.ebuild @@ -19,7 +19,6 @@ IUSE="examples luajit" RDEPEND=" dev-libs/openssl:0[-bindist] - !dev-lua/luacrypto !dev-lua/lua-openssl !dev-lua/luasec luajit? ( dev-lang/luajit:2 )