diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-04-24 21:22:16 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-04-24 21:22:16 +0200 |
commit | e18ec8e771e8cc63d1e4f9d1a369527bc06ba9e9 (patch) | |
tree | c937e45ca74f195ebf95d29547e70042bff47bf6 /dev-qt | |
parent | app-doc/linuxfromscratch: keyword ~arm64 (diff) | |
download | gentoo-e18ec8e771e8cc63d1e4f9d1a369527bc06ba9e9.tar.gz gentoo-e18ec8e771e8cc63d1e4f9d1a369527bc06ba9e9.tar.bz2 gentoo-e18ec8e771e8cc63d1e4f9d1a369527bc06ba9e9.zip |
dev-qt/qtpaths: use upstream description
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.6.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild b/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild index 7855af56079a..96c0e10b0dbc 100644 --- a/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 QT5_MODULE="qttools" inherit qt5-build -DESCRIPTION="Tool to query Qt path information" +DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 arm ~hppa ~ppc64 ~x86" diff --git a/dev-qt/qtpaths/qtpaths-5.6.0.ebuild b/dev-qt/qtpaths/qtpaths-5.6.0.ebuild index f697b055b73c..b5d7aec16eb3 100644 --- a/dev-qt/qtpaths/qtpaths-5.6.0.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.6.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 QT5_MODULE="qttools" inherit qt5-build -DESCRIPTION="Tool to query Qt path information" +DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" |