diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 20:29:51 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-30 20:29:51 +0100 |
commit | 27a408a4920530bc17f5e3c4613b5d246f6bb555 (patch) | |
tree | 76695c41b10f3db6ca2eb9f8564e9e5f259927d8 /dev-qt/linguist-tools | |
parent | dev-qt/designer: stable 5.14.2 for ppc, bug #719732 (diff) | |
download | gentoo-27a408a4920530bc17f5e3c4613b5d246f6bb555.tar.gz gentoo-27a408a4920530bc17f5e3c4613b5d246f6bb555.tar.bz2 gentoo-27a408a4920530bc17f5e3c4613b5d246f6bb555.zip |
dev-qt/linguist-tools: stable 5.14.2 for ppc, bug #719732
Package-Manager: Portage-2.3.100, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-qt/linguist-tools')
-rw-r--r-- | dev-qt/linguist-tools/linguist-tools-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist-tools/linguist-tools-5.14.2.ebuild b/dev-qt/linguist-tools/linguist-tools-5.14.2.ebuild index fce56e5ae781..ea280072e0e6 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.14.2.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Tools for working with Qt translation data files" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" fi IUSE="qml" |