From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- dev-lua/luasec/luasec-0.7.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'dev-lua/luasec/luasec-0.7.ebuild') diff --git a/dev-lua/luasec/luasec-0.7.ebuild b/dev-lua/luasec/luasec-0.7.ebuild index d6ddcf8c569f..4dc8f5927ae9 100644 --- a/dev-lua/luasec/luasec-0.7.ebuild +++ b/dev-lua/luasec/luasec-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,8 +25,8 @@ RDEPEND=" >=dev-lang/lua-5.1:0[deprecated] dev-lua/luasocket !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default @@ -36,8 +36,7 @@ src_prepare() { src_compile() { emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ + CC="$(tc-getCC)" LD="$(tc-getCC)" LIB_PATH="" \ linux } -- cgit v1.2.3