diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 23:19:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-18 23:39:12 +0200 |
commit | c950c5f9c5804106a0253316feb50b64b708bb00 (patch) | |
tree | 1b25be48bae7e25f680b01c2f13dab419d52a8e2 /dev-qt/qtpaths | |
parent | dev-qt: Add Qt 5.11.2 (diff) | |
download | gentoo-c950c5f9c5804106a0253316feb50b64b708bb00.tar.gz gentoo-c950c5f9c5804106a0253316feb50b64b708bb00.tar.bz2 gentoo-c950c5f9c5804106a0253316feb50b64b708bb00.zip |
dev-qt: Propagate KEYWORDS from 5.11.1 to 5.11.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtpaths')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.11.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.11.2.ebuild b/dev-qt/qtpaths/qtpaths-5.11.2.ebuild index f580ac5d03c7..3e622fbb156e 100644 --- a/dev-qt/qtpaths/qtpaths-5.11.2.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.11.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="" |