dilfridge 14/12/10 23:41:48 Added: Inline-Python-0.460.0-insanepython.patch Log: Patch it to honor the python settings, restore keywords (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.1 dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline-Python/files/Inline-Python-0.460.0-insanepython.patch?rev=1.1&content-type=text/plain Index: Inline-Python-0.460.0-insanepython.patch =================================================================== diff -ruN Inline-Python-0.46.orig/Makefile.PL Inline-Python-0.46/Makefile.PL --- Inline-Python-0.46.orig/Makefile.PL 2014-12-07 12:35:25.478476508 +0100 +++ Inline-Python-0.46/Makefile.PL 2014-12-11 00:37:37.580577317 +0100 @@ -134,7 +134,7 @@ $ref->{libpath} = join '/', (get_config_var($ref, "LIBDEST"), 'config') if ($ref->{libpath} eq 'None'); - return query_options($ref) unless sanity_check($ref); + return $ref; } sub test_interrogate { @@ -171,6 +171,7 @@ Extra Libs: $sel->{syslibs} Python Library: $sel->{libpath}/$sel->{libpython} Include Path: $sel->{incpath} + END # ' stupid vim. }
