summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-29 14:37:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-29 14:37:11 +0100
commitbf2b0c9652066001268ac0c4a72ab1b2367704a1 (patch)
tree06cbc69157bd87e1d2658a6772ac7406b5fdbaf1 /net-libs/signon-oauth2/files
parentmedia-gfx/zbar: Drop 0.10_p20121015-r3 (diff)
downloadgentoo-bf2b0c9652066001268ac0c4a72ab1b2367704a1.tar.gz
gentoo-bf2b0c9652066001268ac0c4a72ab1b2367704a1.tar.bz2
gentoo-bf2b0c9652066001268ac0c4a72ab1b2367704a1.zip
net-libs/signon-oauth2: Drop 0.21-r1
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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 \