diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:31 +0100 |
commit | 0f4b3c867790131814d12560087f639657c295a0 (patch) | |
tree | 5e503904da753d0f5b081dbf8ade108c3514e274 /dev-lua/luacrypto | |
parent | dev-libs/zthread: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-0f4b3c867790131814d12560087f639657c295a0.tar.gz gentoo-0f4b3c867790131814d12560087f639657c295a0.tar.bz2 gentoo-0f4b3c867790131814d12560087f639657c295a0.zip |
dev-lua/luacrypto: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lua/luacrypto')
-rw-r--r-- | dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild b/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild index 2166a46878b5..5dadf1c93111 100644 --- a/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild +++ b/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils autotools +inherit eutils autotools ltprune DESCRIPTION="Lua frontend to OpenSSL" HOMEPAGE="http://mkottman.github.io/luacrypto/ https://github.com/mkottman/luacrypto/" |