diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-18 13:43:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-18 15:40:02 +0200 |
commit | fa0506d4d1f17ba81fd999919d64bbbfb14e1279 (patch) | |
tree | bc17db86a5b5ad539adcc59ea0aaf9fc5639974c /dev-qt/qtpaths/qtpaths-5.11.0_rc2.ebuild | |
parent | media-video/vlc: Add USE=srt (diff) | |
download | gentoo-fa0506d4d1f17ba81fd999919d64bbbfb14e1279.tar.gz gentoo-fa0506d4d1f17ba81fd999919d64bbbfb14e1279.tar.bz2 gentoo-fa0506d4d1f17ba81fd999919d64bbbfb14e1279.zip |
dev-qt: Add Qt 5.11.0_rc2
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtpaths/qtpaths-5.11.0_rc2.ebuild')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.11.0_rc2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.11.0_rc2.ebuild b/dev-qt/qtpaths/qtpaths-5.11.0_rc2.ebuild new file mode 100644 index 000000000000..bc5bdee2884b --- /dev/null +++ b/dev-qt/qtpaths/qtpaths-5.11.0_rc2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +QT5_MODULE="qttools" +inherit qt5-build + +DESCRIPTION="Command line client to QStandardPaths" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/qtpaths +) |