Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxmlpatterns/
Date: Mon, 11 Mar 2019 00:36:35
Message-Id: 1552264513.359fc371b09aa331917b8f5af3b0019bed1252e0.asturm@gentoo
1 commit: 359fc371b09aa331917b8f5af3b0019bed1252e0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 00:35:13 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 00:35:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359fc371
7
8 dev-qt/qtxmlpatterns: Add missing DEPEND on dev-qt/qtdeclarative
9
10 Closes: https://bugs.gentoo.org/679472
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild | 20 ++++++++++++++++++++
15 1 file changed, 20 insertions(+)
16
17 diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild
18 new file mode 100644
19 index 00000000000..c18dcf034f8
20 --- /dev/null
21 +++ b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1-r1.ebuild
22 @@ -0,0 +1,20 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +inherit qt5-build
28 +
29 +DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework"
30 +
31 +if [[ ${QT5_BUILD_TYPE} == release ]]; then
32 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
33 +fi
34 +
35 +IUSE=""
36 +
37 +DEPEND="
38 + ~dev-qt/qtcore-${PV}
39 + ~dev-qt/qtnetwork-${PV}
40 + ~dev-qt/qtdeclarative-${PV}
41 +"
42 +RDEPEND="${DEPEND}"