From 2a43e93bc4bcaacf6b0839b63c41fb6e2d2a879c Mon Sep 17 00:00:00 2001 From: "Michael Mair-Keimberger (asterix)" Date: Sat, 3 Sep 2016 18:18:20 +0200 Subject: [PATCH] dev-libs/libmateweather: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/2229 Signed-off-by: NP-Hardass --- ...eweather-1.5.0-fix-automagic-python-support.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dev-libs/libmateweather/files/libmateweather-1.5.0-fix-automagic-python-support.patch 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 de5f44a2c0fd1..0000000000000 --- 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()