From e98e69391231e8eb88b05a316e8181f2b8cc9a9b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Apr 2018 00:11:04 +0100 Subject: Revert "dev-qt : bump to 5.9.5" This reverts commit e237be2025e6eb302f4267576a245b7c65576ebc. --- dev-qt/qtxml/qtxml-5.9.3-r1000.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-qt/qtxml/qtxml-5.9.3-r1000.ebuild (limited to 'dev-qt/qtxml/qtxml-5.9.3-r1000.ebuild') diff --git a/dev-qt/qtxml/qtxml-5.9.3-r1000.ebuild b/dev-qt/qtxml/qtxml-5.9.3-r1000.ebuild new file mode 100644 index 00000000..cda700b4 --- /dev/null +++ b/dev-qt/qtxml/qtxml-5.9.3-r1000.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +QT5_MODULE="qtbase" +inherit qt5-build-r10000 + +DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64" +fi + +IUSE="" + +RDEPEND=" + ~dev-qt/qtcore-${PV} +" +DEPEND="${RDEPEND} + test? ( ~dev-qt/qtnetwork-${PV} ) +" + +QT5_TARGET_SUBDIRS=( + src/xml +) -- cgit v1.2.3