diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-07-02 22:52:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-07-02 22:52:26 +0200 |
commit | 4af58d4365b1c323106e4fcf0c07266d1438a63a (patch) | |
tree | f2376419bbd13fe33e18a6bf2604c8a00f2d3b98 /sci-chemistry/autodock/files | |
parent | dev-perl/constant-defer: -r bump for EAPI& + fixes (diff) | |
download | gentoo-4af58d4365b1c323106e4fcf0c07266d1438a63a.tar.gz gentoo-4af58d4365b1c323106e4fcf0c07266d1438a63a.tar.bz2 gentoo-4af58d4365b1c323106e4fcf0c07266d1438a63a.zip |
sci-chemistry/autodock: Stop relying on python2
Also remove false positive configure warnings (#670690) and fix typo at
install time (#543270)
Closes: https://bugs.gentoo.org/543270
Closes: https://bugs.gentoo.org/670690
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-chemistry/autodock/files')
-rw-r--r-- | sci-chemistry/autodock/files/autodock-4.2.6-buildsystem.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-chemistry/autodock/files/autodock-4.2.6-buildsystem.patch b/sci-chemistry/autodock/files/autodock-4.2.6-buildsystem.patch index ae44ffeb3159..443dfcd868ce 100644 --- a/sci-chemistry/autodock/files/autodock-4.2.6-buildsystem.patch +++ b/sci-chemistry/autodock/files/autodock-4.2.6-buildsystem.patch @@ -1,11 +1,11 @@ - src/autodock/Makefile.am | 6 +++--- - src/autogrid/Makefile.am | 4 ++-- + a/autodock/Makefile.am | 6 +++--- + b/autogrid/Makefile.am | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/autodock/Makefile.am b/src/autodock/Makefile.am index 799a3c4..911897b 100644 ---- a/src/autodock/Makefile.am -+++ b/src/autodock/Makefile.am +--- a/autodock/Makefile.am ++++ b/autodock/Makefile.am @@ -459,7 +459,8 @@ endif BUILT_SOURCES = $(autodock4_SOURCES) default_parameters.h @@ -28,8 +28,8 @@ index 799a3c4..911897b 100644 diff --git a/src/autogrid/Makefile.am b/src/autogrid/Makefile.am index b531099..b78b380 100644 ---- a/src/autogrid/Makefile.am -+++ b/src/autogrid/Makefile.am +--- a/autogrid/Makefile.am ++++ b/autogrid/Makefile.am @@ -94,9 +94,9 @@ autogrid4_SOURCES = main.cpp \ BUILT_SOURCES = default_parameters.h |