Skip to content

Commit 410485e

Browse files
committed
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 <[email protected]>
1 parent 3997214 commit 410485e

File tree

64 files changed

+56
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+56
-339
lines changed

dev-qt/assistant/assistant-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils
88
DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE="webkit"

dev-qt/designer/designer-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils
88
DESCRIPTION="WYSIWYG tool for designing and building graphical user interfaces with QtWidgets"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE="declarative webkit"

dev-qt/linguist-tools/linguist-tools-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Tools for working with Qt translation data files"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE="qml"

dev-qt/linguist/linguist-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils
88
DESCRIPTION="Graphical tool for translating Qt applications"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE=""

dev-qt/pixeltool/pixeltool-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Qt screen magnifier"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qdbus/qdbus-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Interface to Qt applications communicating over D-Bus"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qdbusviewer/qdbusviewer-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils
88
DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qdoc/qdoc-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Qt documentation generator"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE="qml"

dev-qt/qt-docs/qt-docs-5.13.2_p201910220817.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -54,7 +54,7 @@ HOMEPAGE="https://doc.qt.io/"
5454

5555
LICENSE="FDL-1.3"
5656
SLOT="5"
57-
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~x86"
57+
KEYWORDS="~arm"
5858

5959
IUSE="charts datavis +html networkauth +qch script virtualkeyboard webengine"
6060
REQUIRED_USE="|| ( html qch )"

dev-qt/qt3d/Manifest

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
DIST qt3d-everywhere-src-5.13.2.tar.xz 81537856 BLAKE2B 17e0b73467a3a0bda9436fe594ea970d2512b93eef171913f403e3af238dc23564c9cce31c1f70688e9b453fb67d24201f6915368812172fa6efdddf0b3aa041 SHA512 54bf998ee378301fa7c6e236366518266e1cb23acfecd1015658ed5e7f40f4c9c4b5ad23c96b525867f9f7d2c2d983c059f88d045314dccc2e2501e1eec37e5f
21
DIST qt3d-everywhere-src-5.14.1.tar.xz 81561704 BLAKE2B 6c68a27f16c148ba6a1a80ba044fc928187df3462224060d5b2a4ce9a083521a900703c5c80327c8080cb3a41a63d84f6b7e12b4b44763fe1b1c4811f18c76f4 SHA512 ba5027a468059f482e87838d134b5f0385d14b7a4daca01671119b182955178b9c919b22e04e2d9d66f978aa3ed774ef6655636033e32949cdb9542cd44338b9

dev-qt/qt3d/qt3d-5.13.2.ebuild

-34
This file was deleted.

dev-qt/qtbluetooth/qtbluetooth-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Bluetooth support library for the Qt5 framework"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE="qml"

dev-qt/qtcharts/Manifest

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
DIST qtcharts-everywhere-src-5.13.2.tar.xz 4244092 BLAKE2B 460716cfb39dfd248c16cda8e73e90a83c1e8f02c67f7f1cfe6f8a03dfb8b52e2d1001381713d3cddfa4c4c05f7e3d44d226b61b2e6f1f9133409c3eed89c192 SHA512 a49e0fa92366f03c35dc8b69e7c2fb02f52509ebd81000ff7174567dfa2a7385cbd5bd260d356e879539ab47a2263bb156e5753c9eca5d2230caf562349ed2e5
21
DIST qtcharts-everywhere-src-5.14.1.tar.xz 4250588 BLAKE2B cc3c01385c09a04c8999d2a658ca8b13231fb0f99867afb8ea343e8ff66815c6980751ec076468ca394faedfc5f8f05e0c99739b19ac6a7c9cf5b01d0fb8b8c8 SHA512 5cf2739a5bc67ed25cb6f39bd795447c1e37963d1f3726d37ad9a2894080db3329fd2c6b17937ad831db78f5099e7c3b4ecd02991a7a69eb482ab61877d54d0f

dev-qt/qtcharts/qtcharts-5.13.2.ebuild

-29
This file was deleted.

dev-qt/qtconcurrent/qtconcurrent-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qtcore/qtcore-5.13.2-r2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Cross-platform application development framework"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE="icu systemd"

dev-qt/qtdatavis3d/Manifest

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
DIST qtdatavis3d-everywhere-src-5.13.2.tar.xz 5182216 BLAKE2B 712cb724c175dcc9540dee71321fe8906514c07b1b81ad343bf64fc090baaec79a08f553a9027bd9537cf5c59bf255055d0c05d127632859b9573c5efd04dba3 SHA512 57d934282f1a0a73201ef25090eb82dd0d00317bf8b3aac55e841cd30c256c38097f5cf16b2cdf79c4f4bc42e9d40351eea1c7b2a28701b117fad394ff094dfd
21
DIST qtdatavis3d-everywhere-src-5.14.1.tar.xz 5190456 BLAKE2B 823ff1db1dadc47f866c88feab042180598f3089761a80aed2bb8d13912326b972594af955bda0e77af8b0c1b4f337282c3aa447ef5bc8d38d28a85362faadae SHA512 51ca881a89bbe88011d4386edda23d42932e991d57586687dd022febe4cbfce9ff863f198e2d3b106f081c2bd8765f4c9de56b5db0a0a4a3304b464800a379d7

dev-qt/qtdatavis3d/qtdatavis3d-5.13.2.ebuild

-31
This file was deleted.

dev-qt/qtdbus/qtdbus-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
88
DESCRIPTION="The QML and Quick modules for the Qt5 framework"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE="gles2 +jit localstorage +widgets"

dev-qt/qtdiag/qtdiag-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Tool for reporting diagnostic information about Qt and its environment"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE="+network +widgets"

dev-qt/qtgamepad/Manifest

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
DIST qtgamepad-everywhere-src-5.13.2.tar.xz 386668 BLAKE2B 5b4db9cd9b371c9fc23780fad31f0164569a3b41540c4d963df476426fb46a79e1ffa2e1bce86bdb85236a8d5143fa92996bbf104b15c140e84842838da35674 SHA512 5145daa5a332050cc99765e0c2e200cfcc2b1578a40dee54678bee1f52acb867e48e354068958c0e13a977cd2691b24aa9695a53d48d2ea444fb3c4e450fa95a
21
DIST qtgamepad-everywhere-src-5.14.1.tar.xz 386892 BLAKE2B 2d50180001529278c72dabeb581f9fadbe87bfd55eb4380c5c345e327531580d78be8b65e6ce4a9a92efcceb370a14bcf36ae2eaa0e9efa5039a65a80a8e2d97 SHA512 d3c84f85cd47cd0a8117820d425c524c04a84262e052d4646de611c61e29a74d5b3a27418b9f5b2cffa06fc30a3f5d7c57a7af80e68b30f01945140d0caa16da

dev-qt/qtgamepad/qtgamepad-5.13.2.ebuild

-35
This file was deleted.

dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Set of QML types for adding visual effects to user interfaces"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~x86"
11+
KEYWORDS="~arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qtgui/qtgui-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
# TODO: linuxfb

dev-qt/qthelp/qthelp-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Qt5 module for integrating online documentation into applications"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE=""

dev-qt/qtimageformats/qtimageformats-5.13.2.ebuild

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2019 Gentoo Authors
1+
# Copyright 1999-2020 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=7
@@ -7,7 +7,7 @@ inherit qt5-build
77
DESCRIPTION="Additional format plugins for the Qt image I/O system"
88

99
if [[ ${QT5_BUILD_TYPE} == release ]]; then
10-
KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc ~x86"
10+
KEYWORDS="~arm"
1111
fi
1212

1313
IUSE="mng"

dev-qt/qtlocation/qtlocation-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inherit qt5-build
77
DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
88

99
if [[ ${QT5_BUILD_TYPE} == release ]]; then
10-
KEYWORDS="amd64 arm arm64 ~x86"
10+
KEYWORDS="arm"
1111
fi
1212

1313
IUSE=""

dev-qt/qtmultimedia/qtmultimedia-5.13.2-r1.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inherit qt5-build
77
DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 framework"
88

99
if [[ ${QT5_BUILD_TYPE} == release ]]; then
10-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
10+
KEYWORDS="arm"
1111
fi
1212

1313
IUSE="alsa gles2 gstreamer openal pulseaudio qml widgets"

dev-qt/qtnetwork/qtnetwork-5.13.2.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit qt5-build
88
DESCRIPTION="Network abstraction library for the Qt5 framework"
99

1010
if [[ ${QT5_BUILD_TYPE} == release ]]; then
11-
KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
11+
KEYWORDS="arm"
1212
fi
1313

1414
IUSE="bindist connman libproxy networkmanager sctp +ssl"

dev-qt/qtnetworkauth/Manifest

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
DIST qtnetworkauth-everywhere-src-5.13.2.tar.xz 141172 BLAKE2B 23c6ed981b57d0028e33a81cfd3f060435d29f5951c3e7b6cf2a1f609a475ec2285e2613c7a4abbe52af44b0a0d6979f277a3da2dc550cd442b5a467fe265ead SHA512 1d0ba90f6b70a840ceeecd72caa8b128e6277e49e520d908efbd43b20bbe3a0e955d9b88f59327268134f32b18bb7b9cb0b9b93e34a43f9c38617338c3566d4f
21
DIST qtnetworkauth-everywhere-src-5.14.1.tar.xz 141432 BLAKE2B 0054892ea52c204d60d343d8a362249785b48a8fe2708008e0268f7767f0b1f0580100bebfa3b033c5c103a9d46952ca001e056dd24d7d12b885d15ad5e33508 SHA512 ff6858493012faf83b4f82839807c640881575ede6ec133db91704590a9d977d3e2294632caca5a672f1326a8e38fb527b6c4c54b83a5853db6b4085cf5a109e

0 commit comments

Comments
 (0)