summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-03 18:18:20 +0200
committerNP-Hardass <NP-Hardass@gentoo.org>2016-09-10 15:40:32 -0400
commit0916c26f4792e743a604e22325fd23fb87f60a29 (patch)
treea8fbb802b4d23b4a5091b4f8414994800b196ce5 /dev-libs
parentmate-base/mate-applets: Drop orphaned patch (diff)
downloadgentoo-mate-0916c26f4792e743a604e22325fd23fb87f60a29.tar.gz
gentoo-mate-0916c26f4792e743a604e22325fd23fb87f60a29.tar.bz2
gentoo-mate-0916c26f4792e743a604e22325fd23fb87f60a29.zip
dev-libs/libmateweather: remove unused patch
Signed-off-by: NP-Hardass <NP-Hardass@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch b/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
deleted file mode 100644
index de5f44a..0000000
--- a/dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -burN libmateweather-1.5.1.orig/configure.ac libmateweather-1.5.1/configure.ac
---- libmateweather-1.5.1.orig/configure.ac 2013-02-04 15:53:55.420890494 +0100
-+++ libmateweather-1.5.1/configure.ac 2013-02-04 15:55:19.618967277 +0100
-@@ -215,7 +215,7 @@
- AC_ARG_ENABLE(python,
- [AC_HELP_STRING([--enable-python],
- [Build libmateweather python bindings])],
-- [enable_python=yes],
-+ [enable_python=$enableval],
- [enable_python=no])
- if test "$enable_python" = "yes"; then
- AM_PATH_PYTHON()