summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-25 16:15:22 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-25 16:21:10 +0200
commit2946376924ef6c6e87a0eade2bf9eaba96c29de1 (patch)
tree511d62aa4ecb5d9da1690c6d9f94b547662dc6ee /dev-python/m2crypto
parentdev-python/pyserial: Fix license (diff)
downloadgentoo-2946376924ef6c6e87a0eade2bf9eaba96c29de1.tar.gz
gentoo-2946376924ef6c6e87a0eade2bf9eaba96c29de1.tar.bz2
gentoo-2946376924ef6c6e87a0eade2bf9eaba96c29de1.zip
dev-python/m2crypto: Fix license
Closes: https://bugs.gentoo.org/912344 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/m2crypto')
-rw-r--r--dev-python/m2crypto/m2crypto-0.39.0-r1.ebuild (renamed from dev-python/m2crypto/m2crypto-0.39.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.39.0.ebuild b/dev-python/m2crypto/m2crypto-0.39.0-r1.ebuild
index cea37e24748c..e347ee56caee 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"