diff options
author | 2021-01-09 21:18:02 +0000 | |
---|---|---|
committer | 2021-01-09 21:18:02 +0000 | |
commit | 49b6ac8a18c09f52bf658ebc0381b4ed8ef748c1 (patch) | |
tree | df5ddbf4bbee21a76e5780eaeb9df3db9979556f /dev-qt/linguist-tools | |
parent | dev-qt/designer: Stabilize 5.15.2 ppc, #754852 (diff) | |
download | gentoo-49b6ac8a18c09f52bf658ebc0381b4ed8ef748c1.tar.gz gentoo-49b6ac8a18c09f52bf658ebc0381b4ed8ef748c1.tar.bz2 gentoo-49b6ac8a18c09f52bf658ebc0381b4ed8ef748c1.zip |
dev-qt/linguist-tools: Stabilize 5.15.2 ppc, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/linguist-tools')
-rw-r--r-- | dev-qt/linguist-tools/linguist-tools-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/linguist-tools/linguist-tools-5.15.2.ebuild b/dev-qt/linguist-tools/linguist-tools-5.15.2.ebuild index ec36f7080802..4f0dfd518aee 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.15.2.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.15.2.ebuild @@ -9,7 +9,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" |