jlec 15/03/28 13:32:02 Modified: rb_libtorrent-1.0.2-python.patch Log: Fix broken configure patch, #544612 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 net-libs/rb_libtorrent/files/rb_libtorrent-1.0.2-python.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.2-python.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.2-python.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.2-python.patch?r1=1.1&r2=1.2 Index: rb_libtorrent-1.0.2-python.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/files/rb_libtorrent-1.0.2-python.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rb_libtorrent-1.0.2-python.patch 23 Mar 2015 12:07:50 -0000 1.1 +++ rb_libtorrent-1.0.2-python.patch 28 Mar 2015 13:32:02 -0000 1.2 @@ -1,6 +1,6 @@ - bindings/python/setup.py | 2 +- - configure.ac | 10 +--------- - 2 files changed, 2 insertions(+), 10 deletions(-) + bindings/python/setup.py | 2 +- + configure.ac | 4 ---- + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 961395f..c38ef52 100644 @@ -16,23 +16,17 @@ except: extra_cmd = None diff --git a/configure.ac b/configure.ac -index ebb1f7e..dddc403 100644 +index ebb1f7e..3e07828 100644 --- a/configure.ac +++ b/configure.ac -@@ -539,15 +539,7 @@ AS_CASE(["$ARG_ENABLE_PYTHON_BINDING"], - AC_MSG_RESULT([yes]) +@@ -540,10 +540,6 @@ AS_CASE(["$ARG_ENABLE_PYTHON_BINDING"], AM_PATH_PYTHON([2.4], [], AC_MSG_ERROR([Python interpreter not found.])) -- AX_PYTHON_DEVEL([>= '2.4']) + AX_PYTHON_DEVEL([>= '2.4']) - AX_BOOST_PYTHON() - - AS_IF([test -z "$BOOST_PYTHON_LIB"], - [AC_MSG_ERROR([Boost.Python library not found. Try using --with-boost-python=lib.])]) -- ], -- ["no"], [ -- AC_MSG_RESULT([no]) -- ], -+ AX_PYTHON_DEVEL([>= '2.4'])], - [AC_MSG_RESULT([$ARG_ENABLE_PYTHON_BINDING]) - AC_MSG_ERROR([Unknown option "$ARG_ENABLE_PYTHON_BINDING". Use either "yes" or "no".])] - ) + ], + ["no"], [ + AC_MSG_RESULT([no])
