diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
| commit | 8e8120eabdd28020aa69c7a60505cce2edd20adc (patch) | |
| tree | 061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-libs/volume_key/files/volume_key-0.3.12-find_python3.patch | |
| parent | c16790af2c9b4cbc38e565d4311252193ff85484 (diff) | |
| download | baldeagleos-repo-21.1.2.tar.gz baldeagleos-repo-21.1.2.tar.xz baldeagleos-repo-21.1.2.zip | |
Updating liguros repo21.1.2
Diffstat (limited to 'dev-libs/volume_key/files/volume_key-0.3.12-find_python3.patch')
| -rw-r--r-- | dev-libs/volume_key/files/volume_key-0.3.12-find_python3.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/volume_key/files/volume_key-0.3.12-find_python3.patch b/dev-libs/volume_key/files/volume_key-0.3.12-find_python3.patch new file mode 100644 index 000000000000..3f7d6da69366 --- /dev/null +++ b/dev-libs/volume_key/files/volume_key-0.3.12-find_python3.patch @@ -0,0 +1,27 @@ +From d64fcc43ad740c91f4f1e1a6827663b2485f127a Mon Sep 17 00:00:00 2001 +From: Lars Wendler <polynomial-c@gentoo.org> +Date: Thu, 7 Jan 2021 13:23:28 +0100 +Subject: [PATCH] configure.ac: Don't look for old python3 versions + +Gentoo-bug: https://bugs.gentoo.org/764230 +Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 4eda5eb..2dce575 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -101,7 +101,7 @@ if test "x$use_python3" = xno; then + else + AC_MSG_RESULT([testing]) + # Try to find Python 3 interpreter: +- AC_PATH_PROGS([PYTHON3], [python3.6 python3.5 python3 python], [no]) ++ AC_PATH_PROGS([PYTHON3], [python3], [no]) + if test "x$PYTHON3" != xno; then + AC_MSG_CHECKING([whether $PYTHON3 version is >= 3.5]) + python3_found=old +-- +2.30.0 + |
