diff options
Diffstat (limited to 'dev-qt/qtxml/qtxml-5.3.2.ebuild')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.3.2.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-qt/qtxml/qtxml-5.3.2.ebuild b/dev-qt/qtxml/qtxml-5.3.2.ebuild deleted file mode 100644 index b6a5f1bdde5d..000000000000 --- a/dev-qt/qtxml/qtxml-5.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxml/qtxml-5.3.2.ebuild,v 1.1 2014/09/16 14:48:00 pesa Exp $ - -EAPI=5 - -QT5_MODULE="qtbase" - -inherit qt5-build - -DESCRIPTION="SAX and DOM implementation library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV}[debug=] -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtnetwork-${PV}[debug=] ) -" - -QT5_TARGET_SUBDIRS=( - src/xml -) |