diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-28 12:31:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-28 12:41:00 +0100 |
commit | 410485e1760ed0e99c964f9fe853164d6b0f2c51 (patch) | |
tree | a214a65a89910fa3b12173fef0643efa016872e7 /dev-qt/pixeltool | |
parent | dev-python/passlib: Remove redundant longdesc (diff) | |
download | gentoo-410485e1760ed0e99c964f9fe853164d6b0f2c51.tar.gz gentoo-410485e1760ed0e99c964f9fe853164d6b0f2c51.tar.bz2 gentoo-410485e1760ed0e99c964f9fe853164d6b0f2c51.zip |
dev-qt: Security cleanup Qt 5.13.2 all KEYWORDS except for arm/~arm
Drop all packages ending up without KEYWORDS.
Bug: https://bugs.gentoo.org/699328
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/pixeltool')
-rw-r--r-- | dev-qt/pixeltool/pixeltool-5.13.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/pixeltool/pixeltool-5.13.2.ebuild b/dev-qt/pixeltool/pixeltool-5.13.2.ebuild index d6b6997fe0c2..d5e0a358361a 100644 --- a/dev-qt/pixeltool/pixeltool-5.13.2.ebuild +++ b/dev-qt/pixeltool/pixeltool-5.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt screen magnifier" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc ~x86" + KEYWORDS="~arm" fi IUSE="" |