From: David Seifert Date: Thu, 13 Feb 2020 21:35:50 +0000 (+0100) Subject: dev-lua/luasocket: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=778874b273323a41f7f4ed6f8d25e7897010b6e0;p=gentoo.git dev-lua/luasocket: [QA] inherit toolchain-funcs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild b/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild index 2eb6498053e0..6f0dbe661453 100644 --- a/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild +++ b/dev-lua/luasocket/luasocket-3.0_rc1-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib multilib-minimal flag-o-matic +inherit multilib multilib-minimal flag-o-matic toolchain-funcs DESCRIPTION="Networking support library for the Lua language" HOMEPAGE="http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/"