From 2946376924ef6c6e87a0eade2bf9eaba96c29de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 25 Aug 2023 16:15:22 +0200 Subject: [PATCH] dev-python/m2crypto: Fix license MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/912344 Signed-off-by: Michał Górny --- .../{m2crypto-0.39.0.ebuild => m2crypto-0.39.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename dev-python/m2crypto/{m2crypto-0.39.0.ebuild => m2crypto-0.39.0-r1.ebuild} (96%) diff --git a/dev-python/m2crypto/m2crypto-0.39.0.ebuild b/dev-python/m2crypto/m2crypto-0.39.0-r1.ebuild similarity index 96% rename from dev-python/m2crypto/m2crypto-0.39.0.ebuild rename to dev-python/m2crypto/m2crypto-0.39.0-r1.ebuild index cea37e24748c3..e347ee56caee8 100644 --- a/dev-python/m2crypto/m2crypto-0.39.0.ebuild +++ b/dev-python/m2crypto/m2crypto-0.39.0-r1.ebuild @@ -14,7 +14,8 @@ inherit distutils-r1 toolchain-funcs pypi DESCRIPTION="A Python crypto and SSL toolkit" HOMEPAGE="https://gitlab.com/m2crypto/m2crypto https://pypi.org/project/M2Crypto/" -LICENSE="MIT" +# openssl via src/SWIG/_lib11_compat.i +LICENSE="MIT openssl" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test abi_mips_n32 abi_mips_n64 abi_mips_o32"