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 1F11A138350 for ; Sun, 15 Mar 2020 22:28:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F5ACE10AF; Sun, 15 Mar 2020 22:28:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4A65CE10AF for ; Sun, 15 Mar 2020 22:28:07 +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 7795134F112 for ; Sun, 15 Mar 2020 22:28:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E91C17A for ; Sun, 15 Mar 2020 22:28:05 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1584311193.2e5234410835b063971866f6607d84b01dc49af0.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luarocks/luarocks-3.2.1.ebuild dev-lua/luarocks/luarocks-3.3.1.ebuild X-VCS-Directories: dev-lua/luarocks/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2e5234410835b063971866f6607d84b01dc49af0 X-VCS-Branch: master Date: Sun, 15 Mar 2020 22:28:05 +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: a35cc2e8-b7bb-480e-b05a-ddcead755e5c X-Archives-Hash: c2a3cd415169fd9b96cffcc54c39c56c commit: 2e5234410835b063971866f6607d84b01dc49af0 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Mar 15 22:23:34 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Mar 15 22:26:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e523441 dev-lua/luarocks: fix deps, add libressl useflag and keyword on ~ppc64 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lua/luarocks/luarocks-3.2.1.ebuild | 17 +++++++++-------- dev-lua/luarocks/luarocks-3.3.1.ebuild | 17 +++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/dev-lua/luarocks/luarocks-3.2.1.ebuild b/dev-lua/luarocks/luarocks-3.2.1.ebuild index 9cade0befc8..d7aa5c421fd 100644 --- a/dev-lua/luarocks/luarocks-3.2.1.ebuild +++ b/dev-lua/luarocks/luarocks-3.2.1.ebuild @@ -9,15 +9,16 @@ SRC_URI="http://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="libressl" -RDEPEND="dev-lang/lua:= - dev-libs/openssl:= - net-misc/curl" -BDEPEND="${RDEPEND} - virtual/pkgconfig" -DEPEND="${RDEPEND}" +DEPEND="dev-lang/lua:=" +RDEPEND="${RDEPEND} + net-misc/curl + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl:0 ) +" +BDEPEND="virtual/pkgconfig" src_configure() { # econf doesn't work b/c it passes variables the custom configure can't diff --git a/dev-lua/luarocks/luarocks-3.3.1.ebuild b/dev-lua/luarocks/luarocks-3.3.1.ebuild index 9cade0befc8..d7aa5c421fd 100644 --- a/dev-lua/luarocks/luarocks-3.3.1.ebuild +++ b/dev-lua/luarocks/luarocks-3.3.1.ebuild @@ -9,15 +9,16 @@ SRC_URI="http://luarocks.org/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="libressl" -RDEPEND="dev-lang/lua:= - dev-libs/openssl:= - net-misc/curl" -BDEPEND="${RDEPEND} - virtual/pkgconfig" -DEPEND="${RDEPEND}" +DEPEND="dev-lang/lua:=" +RDEPEND="${RDEPEND} + net-misc/curl + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl:0 ) +" +BDEPEND="virtual/pkgconfig" src_configure() { # econf doesn't work b/c it passes variables the custom configure can't