From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/
Date: Sun, 29 May 2016 23:19:57 +0000 (UTC) [thread overview]
Message-ID: <1464563401.edf5b4efb0300314db0d61793f6dd4f4c0be53ce.pesa@gentoo> (raw)
commit: edf5b4efb0300314db0d61793f6dd4f4c0be53ce
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 23:10:01 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun May 29 23:10:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=edf5b4ef
dev-qt/qtdeclarative: xmllistmodel requires also qtnetwork
Package-Manager: portage-2.3.0_rc1
dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild | 8 ++++++--
dev-qt/qtdeclarative/qtdeclarative-5.7.0_beta.ebuild | 8 ++++++--
dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild | 8 ++++++--
dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild | 8 ++++++--
4 files changed, 24 insertions(+), 8 deletions(-)
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild
index d3c6c3a..cbbb871 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.6.9999.ebuild
@@ -21,7 +21,10 @@ DEPEND="
~dev-qt/qttest-${PV}
localstorage? ( ~dev-qt/qtsql-${PV} )
widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] )
- xml? ( ~dev-qt/qtxmlpatterns-${PV} )
+ xml? (
+ ~dev-qt/qtnetwork-${PV}
+ ~dev-qt/qtxmlpatterns-${PV}
+ )
"
RDEPEND="${DEPEND}"
@@ -41,7 +44,8 @@ src_prepare() {
qt_use_disable_mod xml xmlpatterns \
src/imports/imports.pro \
- tests/auto/quick/quick.pro
+ tests/auto/quick/quick.pro \
+ tests/auto/quick/examples/examples.pro
qt5-build_src_prepare
}
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.0_beta.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.7.0_beta.ebuild
index d3c6c3a..cbbb871 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.7.0_beta.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.0_beta.ebuild
@@ -21,7 +21,10 @@ DEPEND="
~dev-qt/qttest-${PV}
localstorage? ( ~dev-qt/qtsql-${PV} )
widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] )
- xml? ( ~dev-qt/qtxmlpatterns-${PV} )
+ xml? (
+ ~dev-qt/qtnetwork-${PV}
+ ~dev-qt/qtxmlpatterns-${PV}
+ )
"
RDEPEND="${DEPEND}"
@@ -41,7 +44,8 @@ src_prepare() {
qt_use_disable_mod xml xmlpatterns \
src/imports/imports.pro \
- tests/auto/quick/quick.pro
+ tests/auto/quick/quick.pro \
+ tests/auto/quick/examples/examples.pro
qt5-build_src_prepare
}
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild
index d3c6c3a..cbbb871 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.9999.ebuild
@@ -21,7 +21,10 @@ DEPEND="
~dev-qt/qttest-${PV}
localstorage? ( ~dev-qt/qtsql-${PV} )
widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] )
- xml? ( ~dev-qt/qtxmlpatterns-${PV} )
+ xml? (
+ ~dev-qt/qtnetwork-${PV}
+ ~dev-qt/qtxmlpatterns-${PV}
+ )
"
RDEPEND="${DEPEND}"
@@ -41,7 +44,8 @@ src_prepare() {
qt_use_disable_mod xml xmlpatterns \
src/imports/imports.pro \
- tests/auto/quick/quick.pro
+ tests/auto/quick/quick.pro \
+ tests/auto/quick/examples/examples.pro
qt5-build_src_prepare
}
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild
index d3c6c3a..cbbb871 100644
--- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild
+++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild
@@ -21,7 +21,10 @@ DEPEND="
~dev-qt/qttest-${PV}
localstorage? ( ~dev-qt/qtsql-${PV} )
widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] )
- xml? ( ~dev-qt/qtxmlpatterns-${PV} )
+ xml? (
+ ~dev-qt/qtnetwork-${PV}
+ ~dev-qt/qtxmlpatterns-${PV}
+ )
"
RDEPEND="${DEPEND}"
@@ -41,7 +44,8 @@ src_prepare() {
qt_use_disable_mod xml xmlpatterns \
src/imports/imports.pro \
- tests/auto/quick/quick.pro
+ tests/auto/quick/quick.pro \
+ tests/auto/quick/examples/examples.pro
qt5-build_src_prepare
}
next reply other threads:[~2016-05-29 23:20 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-29 23:19 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-21 18:12 [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ Andreas Sturmlechner
2023-10-08 11:58 Andreas Sturmlechner
2022-11-05 16:39 Andreas Sturmlechner
2022-09-24 21:24 Andreas Sturmlechner
2022-09-24 17:03 Andreas Sturmlechner
2022-08-03 9:12 Andreas Sturmlechner
2022-06-22 6:34 Jimi Huotari
2022-06-21 21:32 Andreas Sturmlechner
2022-06-21 20:15 Jimi Huotari
2022-06-20 18:03 Jimi Huotari
2022-06-18 14:27 Andreas Sturmlechner
2022-04-01 18:23 Andreas Sturmlechner
2022-03-21 10:06 Andreas Sturmlechner
2021-12-24 23:08 Andreas Sturmlechner
2021-09-30 11:35 Andreas Sturmlechner
2021-09-22 7:19 Andreas Sturmlechner
2020-12-26 23:56 Andreas Sturmlechner
2020-11-17 21:20 Andreas Sturmlechner
2020-07-30 9:22 Andreas Sturmlechner
2020-05-26 15:00 Andreas Sturmlechner
2020-04-16 19:33 Andreas Sturmlechner
2020-04-03 20:03 Andreas Sturmlechner
2020-03-21 13:50 Andreas Sturmlechner
2020-02-28 10:15 Andreas Sturmlechner
2020-01-06 0:05 Andreas Sturmlechner
2019-10-13 21:56 Andreas Sturmlechner
2019-03-16 19:09 Andreas Sturmlechner
2018-12-06 12:29 Andreas Sturmlechner
2018-01-01 3:49 Michael Palimaka
2018-01-01 3:12 Michael Palimaka
2017-09-13 12:12 Michael Palimaka
2017-09-12 15:28 Michael Palimaka
2017-09-11 13:11 Michael Palimaka
2017-07-23 2:34 Michael Palimaka
2016-10-12 11:57 Davide Pesavento
2016-10-06 15:23 Michael Palimaka
2016-10-06 15:21 Michael Palimaka
2016-05-29 23:58 Davide Pesavento
2016-01-20 17:35 Davide Pesavento
2015-10-09 15:52 Michael Palimaka
2014-08-02 22:45 Davide Pesavento
2013-10-01 22:46 Davide Pesavento
2013-09-29 11:16 Davide Pesavento
2013-09-04 17:53 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464563401.edf5b4efb0300314db0d61793f6dd4f4c0be53ce.pesa@gentoo \
--to=pesa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox