qtxmlpatterns-5.6.1.ebuild 394 B

1234567891011121314151617181920
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit qt5-build
  5. DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework"
  6. if [[ ${QT5_BUILD_TYPE} == release ]]; then
  7. KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86"
  8. fi
  9. IUSE=""
  10. DEPEND="
  11. ~dev-qt/qtcore-${PV}
  12. ~dev-qt/qtnetwork-${PV}
  13. "
  14. RDEPEND="${DEPEND}"