diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2015-09-21 19:17:51 +0200 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2015-09-21 19:18:22 +0200 |
commit | ffef7263386b2cafebe4eda082a9b95fbab85af9 (patch) | |
tree | d9119dde26a2dc4dbfa7b1df0ae81baf955a0ca9 /app-crypt/pinentry/files | |
parent | app-crypt/pinentry: Completely remove Qt5 detection (diff) | |
download | gentoo-ffef7263386b2cafebe4eda082a9b95fbab85af9.tar.gz gentoo-ffef7263386b2cafebe4eda082a9b95fbab85af9.tar.bz2 gentoo-ffef7263386b2cafebe4eda082a9b95fbab85af9.zip |
app-crypt/pinentry: Remove flawed revision 0.9.6-r1
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-crypt/pinentry/files')
-rw-r--r-- | app-crypt/pinentry/files/pinentry-0.9.6-Disable-Qt5-support-to-force-Qt4.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/app-crypt/pinentry/files/pinentry-0.9.6-Disable-Qt5-support-to-force-Qt4.patch b/app-crypt/pinentry/files/pinentry-0.9.6-Disable-Qt5-support-to-force-Qt4.patch deleted file mode 100644 index 802e6ff19618..000000000000 --- a/app-crypt/pinentry/files/pinentry-0.9.6-Disable-Qt5-support-to-force-Qt4.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 41aa99a1886fa07aad5716fb4905843ecfcbffb2 Mon Sep 17 00:00:00 2001 -From: Kristian Fiskerstrand <kristian.fiskerstrand@sumptuouscapital.com> -Date: Fri, 18 Sep 2015 17:22:11 +0200 -Subject: [PATCH] Disable Qt5 support to force Qt4 for now - -Automagic applies in detecting Qt5 which makes dependency specification -difficult. Disabling the auto-detection for Qt5 and keeping Qt4 for now ---- - m4/qt.m4 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/m4/qt.m4 b/m4/qt.m4 -index 0a7ea99..e7abfcc 100644 ---- a/m4/qt.m4 -+++ b/m4/qt.m4 -@@ -30,7 +30,7 @@ AC_DEFUN([FIND_QT], - [ - PKG_CHECK_MODULES(PINENTRY_QT, - Qt5Core >= 5.0.0 Qt5Gui >= 5.0.0 Qt5Widgets >= 5.0.0, -- [have_qt5_libs="yes"], -+ [have_qt5_libs="no"], - [have_qt5_libs="no"]) - - if "$PKG_CONFIG" --variable qt_config Qt5Core | grep -q "reduce_relocations"; then --- -2.4.6 - |