summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-11-21 21:30:54 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-11-21 21:31:07 +1100
commit87436a546204cd84761ac86ef8843937bab5bd2c (patch)
tree129057aecec219451cb19514508d1ad8123ddaf9 /dev-db/sqliteman/files
parentsci-mathematics/geogebra: fix metadata indentation (diff)
downloadgentoo-87436a546204cd84761ac86ef8843937bab5bd2c.tar.gz
gentoo-87436a546204cd84761ac86ef8843937bab5bd2c.tar.bz2
gentoo-87436a546204cd84761ac86ef8843937bab5bd2c.zip
dev-db/sqliteman: remove 1.2.2-r2 and 1.2.2-r3
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-db/sqliteman/files')
-rw-r--r--dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch b/dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch
deleted file mode 100644
index c197ad342111..000000000000
--- a/dev-db/sqliteman/files/sqliteman-1.2.2-qscintilla-2.10.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/modules/FindQScintilla.cmake b/cmake/modules/FindQScintilla.cmake
-index c4592d0..7700ec4 100644
---- a/cmake/modules/FindQScintilla.cmake
-+++ b/cmake/modules/FindQScintilla.cmake
-@@ -21,7 +21,7 @@ IF(QT4_FOUND)
- "${QT_INCLUDE_DIR}/Qsci" /usr/include /usr/include/Qsci
- )
-
-- SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2)
-+ SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2 qscintilla2_qt4 libqscintilla2_qt4)
- FIND_LIBRARY(QSCINTILLA_LIBRARY
- NAMES ${QSCINTILLA_NAMES}
- PATHS ${QT_LIBRARY_DIR}