From 398cac84cbffec151035b97d41bb74f4e90a3c25 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 2 Dec 2022 10:26:04 +0000 Subject: Adding metadata --- .../files/python-axolotl-curve25519-fix-type.patch | 15 +++++++++++++++ .../python-axolotl-curve25519-0.4.1_p2-r3.ebuild | 2 ++ 2 files changed, 17 insertions(+) create mode 100644 dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-fix-type.patch (limited to 'dev-python/python-axolotl-curve25519') diff --git a/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-fix-type.patch b/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-fix-type.patch new file mode 100644 index 000000000000..dc30fff8d911 --- /dev/null +++ b/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-fix-type.patch @@ -0,0 +1,15 @@ +See https://github.com/tgalal/python-axolotl-curve25519/pull/26 + +diff --git a/curve25519module.c b/curve25519module.c +index f4bd3d7..cf8bb45 100644 +--- a/curve25519module.c ++++ b/curve25519module.c +@@ -158,7 +158,7 @@ curve25519_functions[] = { + PyModuleDef_HEAD_INIT, + "axolotl_curve25519", + NULL, +- NULL, ++ 0, + curve25519_functions, + }; + diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild index 05d2b6ac06c7..3eb396d105a3 100644 --- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild +++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r3.ebuild @@ -18,3 +18,5 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="BSD GPL-3" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv x86" + +PATCHES=( "${FILESDIR}/python-axolotl-curve25519-fix-type.patch" ) -- cgit v1.3