diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-21 20:22:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-21 20:22:52 +0000 |
commit | d9c737138dbc0044715ac8266921d8998a6e3dd1 (patch) | |
tree | 5a9a013a10fe2f4820f3a298c4fae572b56dc2ab /net-mail/mailutils/files | |
parent | Version bump (diff) | |
download | gentoo-2-d9c737138dbc0044715ac8266921d8998a6e3dd1.tar.gz gentoo-2-d9c737138dbc0044715ac8266921d8998a6e3dd1.tar.bz2 gentoo-2-d9c737138dbc0044715ac8266921d8998a6e3dd1.zip |
Version bump thanks to Arfrever Frehtes Taifersar Arahesis (bug #252749).
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'net-mail/mailutils/files')
-rw-r--r-- | net-mail/mailutils/files/mailutils-2.1-python.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mail/mailutils/files/mailutils-2.1-python.patch b/net-mail/mailutils/files/mailutils-2.1-python.patch new file mode 100644 index 000000000000..221b737fa906 --- /dev/null +++ b/net-mail/mailutils/files/mailutils-2.1-python.patch @@ -0,0 +1,22 @@ +--- python/libmu_py/Makefile.in.org 2009-09-10 21:18:43.000000000 +0200 ++++ python/libmu_py/Makefile.in 2010-01-21 19:51:58.000000000 +0100 +@@ -122,7 +122,7 @@ + "$(DESTDIR)$(lispdir)" + LTLIBRARIES = $(lib_LTLIBRARIES) $(pythonexec_LTLIBRARIES) + am__DEPENDENCIES_1 = +-c_api_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) ++c_api_la_DEPENDENCIES = libmu_py.la + am_c_api_la_OBJECTS = c_api.lo + c_api_la_OBJECTS = $(am_c_api_la_OBJECTS) + AM_V_lt = $(am__v_lt_$(V)) +--- python/libmu_py/Makefile.in.org 2010-01-21 19:54:19.000000000 +0100 ++++ python/libmu_py/Makefile.in 2010-01-21 20:29:56.000000000 +0100 +@@ -886,7 +886,7 @@ + echo "rm -f \"$${dir}/so_locations\""; \ + rm -f "$${dir}/so_locations"; \ + done +-install-pythonexecLTLIBRARIES: $(pythonexec_LTLIBRARIES) ++install-pythonexecLTLIBRARIES: $(pythonexec_LTLIBRARIES) install-libLTLIBRARIES + @$(NORMAL_INSTALL) + test -z "$(pythonexecdir)" || $(MKDIR_P) "$(DESTDIR)$(pythonexecdir)" + @list='$(pythonexec_LTLIBRARIES)'; test -n "$(pythonexecdir)" || list=; \ |