diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-08-19 09:47:26 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-08-19 11:34:41 +0100 |
commit | 715ce29a1933f585447c232014a4cd86912e7722 (patch) | |
tree | f7995d1d1ad3814f74d8a12d30a1939dd8944b72 /dev-qt | |
parent | dev-qt/qtconcurrent: keyworded 5.11.1 for sparc (diff) | |
download | gentoo-715ce29a1933f585447c232014a4cd86912e7722.tar.gz gentoo-715ce29a1933f585447c232014a4cd86912e7722.tar.bz2 gentoo-715ce29a1933f585447c232014a4cd86912e7722.zip |
dev-qt/qtpaths: keyworded 5.11.1 for sparc
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.11.1.ebuild b/dev-qt/qtpaths/qtpaths-5.11.1.ebuild index bc5bdee2884b..93e4542c31b2 100644 --- a/dev-qt/qtpaths/qtpaths-5.11.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.11.1.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="" |