diff options
author | 2022-06-14 09:18:58 +0200 | |
---|---|---|
committer | 2022-06-14 09:21:42 +0200 | |
commit | 6711532c91b0f46b0747f127338cfe3d8e4cfbf5 (patch) | |
tree | 1506ad868ec6ec99a098adcc443860fedfaac58e /dev-qt/pixeltool | |
parent | dev-qt/linguist-tools: x86 stable wrt bug #843353 (diff) | |
download | gentoo-6711532c91b0f46b0747f127338cfe3d8e4cfbf5.tar.gz gentoo-6711532c91b0f46b0747f127338cfe3d8e4cfbf5.tar.bz2 gentoo-6711532c91b0f46b0747f127338cfe3d8e4cfbf5.zip |
dev-qt/pixeltool: x86 stable wrt bug #843353
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r-- | dev-qt/pixeltool/pixeltool-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/pixeltool/pixeltool-5.15.4.ebuild b/dev-qt/pixeltool/pixeltool-5.15.4.ebuild index 0b2b3de5b807..78bb744bfc12 100644 --- a/dev-qt/pixeltool/pixeltool-5.15.4.ebuild +++ b/dev-qt/pixeltool/pixeltool-5.15.4.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt screen magnifier" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc64 ~sparc x86" fi IUSE="" |