diff options
author | 2017-11-25 20:29:59 +1100 | |
---|---|---|
committer | 2017-11-25 20:32:34 +1100 | |
commit | 701402b1682e96af88c2e1d3ae42e8b88e308a1e (patch) | |
tree | 04f0eebe735f1b27150d4e87326af0f2b043666b /dev-qt/qttranslations/qttranslations-5.9.3.ebuild | |
parent | sys-devel/heirloom-devtools: Really commit patch for fixing gcc6 support (#59... (diff) | |
download | gentoo-701402b1682e96af88c2e1d3ae42e8b88e308a1e.tar.gz gentoo-701402b1682e96af88c2e1d3ae42e8b88e308a1e.tar.bz2 gentoo-701402b1682e96af88c2e1d3ae42e8b88e308a1e.zip |
dev-qt: version bump 5.9.3
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qttranslations/qttranslations-5.9.3.ebuild')
-rw-r--r-- | dev-qt/qttranslations/qttranslations-5.9.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-qt/qttranslations/qttranslations-5.9.3.ebuild b/dev-qt/qttranslations/qttranslations-5.9.3.ebuild new file mode 100644 index 000000000000..2cd296662734 --- /dev/null +++ b/dev-qt/qttranslations/qttranslations-5.9.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build + +DESCRIPTION="Translation files for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/linguist-tools-${PV} + ~dev-qt/qtcore-${PV} +" +RDEPEND="" |