summaryrefslogtreecommitdiff
path: root/net-libs/signon-oauth2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-31 13:43:35 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-31 13:43:35 +0000
commit2891d29af8907ce881662f4a02844926d7a293c7 (patch)
tree56979d96839d0827aa52008b81b746b4934d88df /net-libs/signon-oauth2/files
parentde49812990871e1705b64051c35161d5e6400269 (diff)
gentoo resync : 31.12.2018
Diffstat (limited to 'net-libs/signon-oauth2/files')
-rw-r--r--net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch b/net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch
deleted file mode 100644
index 3e6656dd272c..000000000000
--- a/net-libs/signon-oauth2/files/signon-oauth2-0.21-unused-dependency.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Qt5XmlPatterns is not actually used, but build will fail if it's missing.
-
-Gentoo-bug: 564316
-
---- src/src.pro
-+++ src/src.pro
-@@ -4,8 +4,7 @@
- TARGET = oauth2plugin
- DESTDIR = lib/signon
- QT += core \
-- network \
-- xmlpatterns
-+ network
- QT -= gui
- CONFIG += plugin \
- build_all \