Skip to content

Commit

Permalink
dev-qt/qtxmlpatterns: Symlink xmlpatterns to /usr/bin/xmlpatterns
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Nov 27, 2020
1 parent 06bfd0b commit dade205
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dev-qt/qtxmlpatterns/qtxmlpatterns-5.15.9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit qt5-build

DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework"
Expand All @@ -17,7 +18,9 @@ DEPEND="
~dev-qt/qtnetwork-${PV}
qml? ( ~dev-qt/qtdeclarative-${PV} )
"
RDEPEND="${DEPEND}"
RDEPEND="${DEPEND}
!<=dev-qt/qtchooser-66
"

src_prepare() {
qt_use_disable_mod qml qml \
Expand All @@ -28,3 +31,8 @@ src_prepare() {

qt5-build_src_prepare
}

src_install() {
qt5-build_src_install
qt5_symlink_binary_to_path xmlpatterns
}

0 comments on commit dade205

Please sign in to comment.