diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-04-07 02:19:33 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-07 15:14:01 +0200 |
commit | 68ecf80efed26cb35e3197057d6c32466c1cfa79 (patch) | |
tree | 03f016bd82f2be8831b5a5052c71cdac2424c709 /dev-qt/qtxml/qtxml-5.4.2.ebuild | |
parent | ee032c8a90d4ce9cc06824539afc8abe96a54dee (diff) | |
download | gentoo-68ecf80efed26cb35e3197057d6c32466c1cfa79.tar.gz gentoo-68ecf80efed26cb35e3197057d6c32466c1cfa79.tar.xz |
dev-qt: remove Qt 5.4.2
Diffstat (limited to 'dev-qt/qtxml/qtxml-5.4.2.ebuild')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.4.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-qt/qtxml/qtxml-5.4.2.ebuild b/dev-qt/qtxml/qtxml-5.4.2.ebuild deleted file mode 100644 index 10fcbb0e991..00000000000 --- a/dev-qt/qtxml/qtxml-5.4.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="SAX and DOM implementation library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 hppa ppc64 ~x86" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtnetwork-${PV} ) -" - -QT5_TARGET_SUBDIRS=( - src/xml -) |