From be756d5ef1606e31bb7f3ee539391b3bddd409c9 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 2 Mar 2021 13:44:35 +0000 Subject: Adding metadata --- .../files/thunarx-python-0.5.1-py38.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch (limited to 'dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch') diff --git a/dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch b/dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch deleted file mode 100644 index 19ad0886ad52..000000000000 --- a/dev-python/thunarx-python/files/thunarx-python-0.5.1-py38.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 78b24f3bf34c1faafcdc5816856bc9bf1bfaed6f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= -Date: Wed, 15 Jul 2020 17:19:34 +0200 -Subject: [PATCH] Fix compilation with python3.8 - -Based on upstream commit 5f4edd0b657f52619b60e9931340502fa87f49ff, -stripped off irrelevant changes, made directly in configure. ---- - configure | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure b/configure -index 9fabaa0..ff2ceae 100755 ---- a/configure -+++ b/configure -@@ -13557,7 +13557,7 @@ py_lib_name=`basename $py_include_path` - if test "x$PYTHON_LIBS" = x; then - PYTHON_CONFIG=`which $PYTHON`-config - if test -x "$PYTHON_CONFIG"; then -- PYTHON_LIBS=`$PYTHON_CONFIG --ldflags 2>/dev/null` -+ PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || PYTHON_LIBS=`$PYTHON_CONFIG --libs 2>/dev/null` - else - PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}" - fi --- -2.27.0 - -- cgit v1.3.1